Authorization: Bearer ********************curl --location '/system/role/authUser/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"roleId": 0
}'{
"code": 0,
"msg": "",
"data": null
}