This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/courses//cycles' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"startDate": "2024-12-01T00:00:00Z",
"seatCount": 30
},
{
"startDate": "2025-01-15T00:00:00Z",
"seatCount": 25
},
{
"startDate": "2025-03-10T00:00:00Z"
}
]'
{
"created": true
}