curl --request POST \
--url https://api.usecobalt.com/v1/appointments/fetch \
--header 'Content-Type: application/json' \
--header 'access_token: <api-key>' \
--header 'client_id: <api-key>' \
--header 'client_secret: <api-key>' \
--data '
{
"start_date": "2023-12-25",
"end_date": "2023-12-25"
}
'