Authorization: Bearer ********************{
"nickname": "芋艿",
"email": "onebrand@iocoder.cn",
"mobile": "15601691300",
"sex": 1
}curl --location --request PUT '/system/user/profile/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "芋艿",
"email": "onebrand@iocoder.cn",
"mobile": "15601691300",
"sex": 1
}'{
"code": 0,
"data": false,
"msg": ""
}