{
"city": "",
"country": "",
"nickName": "",
"province": "",
"sex": 1,
"signature": "......"
}curl --location --request POST '/updatePersonalInfo' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"city": "",
"country": "",
"nickName": "",
"province": "",
"sex": 1,
"signature": "......"
}'{
"ret": 0,
"msg": "string"
}