Authorization: Bearer ********************curl --location 'https://developer-sandbox.dragonpass.com/api/v2/resources/fitness/N00001/schedule?startDate=2025-10-01&endDate=2025-10-02&expand=price' \
--header 'X-Program-ID: ' \
--header 'X-Request-ID: {{$string.uuid}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"data": {
"resourceId": "F00001",
"resourceName": "Dragonpass Fitness Club",
"schedules": [
{
"date": "2025-10-01",
"optionList": [
{
"optionId": "F00001-01",
"optionName": "Hatha Yoga",
"optionType": 2,
"startTime": "10:00",
"endTime": "11:00",
"price": {
"currency": "USD",
"lastUpdatedTime": "2025-10-01T10:00:00+00:00",
"pricingMode": 1,
"pricing": {
"basePrice": 10.5,
"prebookingFee": null,
"pricing": {
"basePrice": {
"settlement": 10.5,
"selling": 12.5
},
"prebookingFee": {
"chargingRule": null,
"settlement": null,
"selling": null
}
}
}
}
},
{
"optionId": "F00001-02",
"optionName": "Hatha Yoga",
"optionType": 2,
"startTime": "11:00",
"endTime": "12:00",
"price": {
"currency": "USD",
"lastUpdatedTime": "2025-10-01T10:00:00+00:00",
"pricingMode": 1,
"pricing": {
"basePrice": 10.5,
"prebookingFee": null,
"pricing": {
"basePrice": {
"settlement": 10.5,
"selling": 12.5
},
"prebookingFee": {
"chargingRule": null,
"settlement": null,
"selling": null
}
}
}
}
}
]
}
]
}
}