X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calendar/book' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"call_id": "string",
"customer_name": "string",
"customer_phone": "string",
"customer_email": "user@example.com",
"start_time": "2019-08-24T14:15:22.123Z",
"duration_minutes": 0,
"notes": "string",
"property1": "string",
"property2": "string"
}'{
"success": true,
"booking": {
"id": "evt_123",
"start": "2026-06-26T09:00:00.000Z",
"end": "2026-06-26T09:30:00.000Z"
}
}