curl -X POST https://app.demeterrr.com/api/v1/sequences/880e8400-e29b-41d4-a716-446655440000/execute \
-H "X-API-Key: dem_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"contacts": [
{
"email": "customer1@example.com",
"firstName": "Alice",
"lastName": "Johnson",
"phone": "+15551234567"
},
{
"email": "customer2@example.com",
"firstName": "Bob",
"lastName": "Williams",
"phone": "+15559876543"
}
],
"locationId": "660e8400-e29b-41d4-a716-446655440000",
"employeeId": "770e8400-e29b-41d4-a716-446655440000"
}'