Authorization: Bearer ********************
{
"id": 0,
"c_roles": [
0
]
}
curl --location --request POST 'http://127.0.0.1:4300/role/batch_delete_child_roles' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"c_roles": [
0
]
}'
{
"code": 0,
"message": "string"
}