{
"userId": 0,
"roleId": 0
}
curl --location --request PUT 'http://127.0.0.1:8081/system/role/authUser/cancel' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"roleId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}