{
"id": 1,
"reason": "权限调整",
"role": "User"
}curl --location --request PUT '/manage/users/role' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"reason": "权限调整",
"role": "User"
}'{
"code": 20000,
"data": null,
"msg": null
}