curl --location --request PUT 'http://localhost:8085/api/user/profile' \
--header 'Content-Type: application/json' \
--data '{
"nickname": "string",
"sex": 0,
"signature": "string"
}'{
"code": 0,
"data": {
"code": 0,
"result": {
"code": 0,
"count": 0,
"message": [
0
]
}
},
"message": "string"
}