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