{
"userRoleId": "string",
"password": "string",
"note": "string"
}
curl --location --request POST 'http://localhost:8080/sysUser/deleteUserRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"userRoleId": "string",
"password": "string",
"note": "string"
}'
{
"success": false,
"msg": "",
"data": {},
"code": 0
}