{
"uid": 0,
"role_id": 0,
"status": 0
}curl --location --request PUT '/system/role/show_user' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 0,
"role_id": 0,
"status": 0
}'{}