Authorization: Bearer ********************{
"ids": [
0
]
}curl --location --request POST '/tools/api/v1/admin/audio-dump/records/actions/batch-delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'{}