curl --location --request POST 'https://services.sunnyday.co.id/api/calendars/resources/' \
--header 'Version: 2021-04-15' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"locationId": "string",
"name": "string",
"description": "string",
"quantity": 0,
"outOfService": 0,
"capacity": 0,
"calendarIds": [
"string"
]
}'{
"locationId": "string",
"name": "yoga room",
"resourceType": "equipments",
"isActive": true,
"description": "string",
"quantity": 0,
"outOfService": 0,
"capacity": 85,
"calendarIds": [
"Jsj0xnlDDjw0SuvX1J13",
"oCM5feFC86FAAbcO7lJK"
]
}