Para listar horários usando cURL, envie uma requisição GET para: 'https://eagenda.com.br/api/v3/available-date-times/?calendar_key=SEU_CALENDARIO&day=2025-06-01&action_new_appointment=new&min_vacancies_available=1', incluindo os cabeçalhos 'accept: application/json' e 'Authorization: Bearer '. Exemplo completo: curl -X GET "https://eagenda.com.br/api/v3/available-date-times/?calendar_key=SEU_CALENDARIO&day=2025-06-01&action_new_appointment=new&min_vacancies_available=1" -H "accept: application/json" -H "Authorization: Bearer "