{
"nickname": "string",
"password": "string",
"confirmPassword": "string",
"gender": 0,
"birthday": "string",
"email": "string",
"mobile": "string"
}
curl --location --request POST 'http://localhost:81/user/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"password": "string",
"confirmPassword": "string",
"gender": 0,
"birthday": "string",
"email": "string",
"mobile": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}