{
"products" : ["67b44ee4e1c5fa73ee81bcd6", "67b44a90e1c5fa73ee81bb09"],
"gender_pref": "male",
"timezone" : "Asia/Calcutta"
}curl --location --request POST 'https://afyahealth.doctodoor.com:5600/api/service/v1/appointment/slots' \
--header 'Accept: application/json' \
--header 'practice-code: DEFAULT' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3YjJkZmZlNWJmMjdlMzk1NTUzMjE0MyIsImVtYWlsIjoiZGVlcC5tYXJzb25pYUBwbGVuYXJ0ZWNoLmNvbSIsInN1YiI6IjY3YjJkZmZlNWJmMjdlMzk1NTUzMjE0MyIsImlhdCI6MTc0OTY0MjAwNiwiZXhwIjoxNzU3NDE4MDA2fQ.g8snnbceKqWwfhQ7lKdzebnlVq_bcYyRlDKR3GGWk8s' \
--header 'Content-Type: application/json' \
--data-raw '{
"products" : ["67b44ee4e1c5fa73ee81bcd6", "67b44a90e1c5fa73ee81bb09"],
"gender_pref": "male",
"timezone" : "Asia/Calcutta"
}'{
"error": false,
"status_code": 200,
"message": "",
"data": {
"slots": [
{
"start": "16:30",
"end": "17:00",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "17:00",
"end": "17:30",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "17:30",
"end": "18:00",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "18:00",
"end": "18:30",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "18:30",
"end": "19:00",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "19:00",
"end": "19:30",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
},
{
"start": "19:30",
"end": "20:00",
"technician_id": "67c00b6d3242793608643e71",
"gender": "male",
"services": [
"67b449d2e1c5fa73ee81b9fb"
],
"timezone": "Asia/Calcutta",
"date": "2025-02-27"
}
],
"slots_updated_at": "2025-02-27T10:49:40.217Z"
}
}