{
"roleId": "string",
"userId": "string"
}
curl --location --request PUT 'http://dev-cn.your-api-server.com/system/role/authUser/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": "string",
"userId": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}