Authorization: Bearer ********************
{
"id": 0,
"c_auths": [
0
]
}
curl --location --request DELETE '/auth/batch_delete_child_auths' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"c_auths": [
0
]
}'
{
"code": 0,
"message": "string"
}