X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calendar/agents//availability?date=&duration=&calendar=' \
--header 'X-API-Key: <api-key>'{
"slots": [
{
"start": "2026-06-26T09:00:00.000Z",
"end": "2026-06-26T09:30:00.000Z"
},
{
"start": "2026-06-26T09:30:00.000Z",
"end": "2026-06-26T10:00:00.000Z"
}
]
}