Authorization: Bearer ********************{
"role": "c"
}curl --location --request POST '/user/role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "c"
}'{
"code": 0,
"msg": "string",
"data": null
}