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