Authorization: Bearer ********************{
"uid": "24aa77f6-d100-4d64-876a-927d436d19b9",
"userName": "丁仪",
"gender": "2",
"idCard": "35078119640307368X",
"brith": "19640307",
"city": "北京",
"mobile": "13045670000",
"email": "foo@gmail.com",
"address": "北京市北京市市辖区东城区朝阳门街道236号"
}curl --location --request PUT 'http://127.0.0.1:3001/api/user/updateUserProfile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "24aa77f6-d100-4d64-876a-927d436d19b9",
"userName": "丁仪",
"gender": "2",
"idCard": "35078119640307368X",
"brith": "19640307",
"city": "北京",
"mobile": "13045670000",
"email": "foo@gmail.com",
"address": "北京市北京市市辖区东城区朝阳门街道236号"
}'{"success":true,"message":"用户信息更新成功"}