{
"roleId": "string",
"modules": [
"string"
],
"limitType": "string"
}
curl --location --request POST 'http://localhost:8080/workBench/setRoles' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": "string",
"modules": [
"string"
],
"limitType": "string"
}'
{
"success": false,
"msg": "",
"data": {},
"code": 0
}