curl --location --request DELETE 'https://client-api.nudgescribe.com/v1/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"customer_group_id": "your-customer-uuid",
"customer_ids": [
"customer-uuid-1",
"customer-uuid-2",
"customer-uuid-3"
]
}'{
"message": "string"
}