curl --location --request PATCH 'https://bpi2.poyashi.me/users//profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userName": "string",
"iidxId": "string",
"profileText": "string",
"profileImage": "string",
"isPublic": 0,
"xId": "string",
"arenaPrivacy": {
"showArenaClass": true,
"showArenaRank": true,
"showArea": true,
"showGrade": true
}
}'{
"success": true
}