curl --location --request DELETE '/events/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_ids": [
"string"
]
}'
{
"success": true,
"deleted_events": [
"string"
],
"not_found_events": [
"string"
]
}