{
"Role": "reader"
}
curl --location --request PUT 'https://m1.apifoxmock.com/m1/2374708-0-default/account//user/' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU' \
--header 'Content-Type: application/json' \
--data-raw '{
"Role": "reader"
}'
{
"Data": {
"AccountId": 0,
"CreateTime": "string",
"Id": 0,
"Info": {
"Email": "string",
"Id": 0,
"Username": "string"
},
"Role": "reader",
"UserId": 0
},
"Msg": "success"
}