curl --location --request POST 'http://49.234.19.238:10085/finder/v2/api/personal/updateProfile' \
--header 'X-finder-TOKEN: ' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjAxNmM2ZDQ5LWIxNWMtNGRjMy05YzQzLWZmYzZmNDhhMTg3MyJ9.1JWq9ntjam20_XDlSbklWTxbV-vg-F_dY1LYVX05BndRAuaJbv3iSwoDY-BuMwe1sdKxDXtDTMWJgXNMff4nOg' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"city": "",
"country": "",
"nickName": "",
"province": "",
"sex": 1,
"signature": "......"
}'