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