Authorization: Bearer ********************{
"name": "Admin",
"phone": 19012345678
}curl --location --request POST '/user/editProfile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Admin",
"phone": 19012345678
}'{
"code": 0,
"msg": "string",
"data": {}
}