curl --location --request POST '/User/UpdateProfile?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"City": "string",
"Country": "string",
"NickName": "string",
"Province": "string",
"Sex": 0,
"Signature": "string",
"Wxid": "string"
}'
{}