curl --location --request POST '/personal/updateProfile' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"city": "",
"country": "",
"nickName": "",
"province": "",
"sex": 1,
"signature": "......"
}'