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