curl --location -g --request GET '/agendas/{{companyId}}/{{agendaId}}/availableslots' \
--header 'Authorization: {{apiKey}}' \
--header 'x-ai-agent: e7f8d632a91b4c5890f27635dc18a49eb26758943f2c487db9137561c8f94a3e' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-07-11",
"endDate": "2025-07-16"
}'
{}