Authorization: Bearer ********************
{
"nickName": "changlu",
"phonenumber": "17858956842",
"email": "939974884@qq.com",
"sex": "0"
}
curl --location --request POST 'http://localhost:8999/api/system/user/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickName": "changlu",
"phonenumber": "17858956842",
"email": "939974884@qq.com",
"sex": "0"
}'
{}