{
"resources": [
{
"id": 0,
"inherited": true
}
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/role/resource/del/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"resources": [
{
"id": 0,
"inherited": true
}
]
}'
{
"code": 0,
"msg": "string"
}