curl --location --request DELETE 'https://client-api.dev.nudgescribe.com/v1/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_group_id": "550e8400-e29b-41d4-a716-446655440000",
"customer_ids": [
"customer-uuid-1",
"customer-uuid-2",
"customer-uuid-3"
]
}'{
"message": "Customers successfully deleted"
}