curl --location 'https://api.flashcat.cloud/calendar/create' \
--header 'Flashcat-Context: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"team_id": 0,
"cal_name": "string",
"description": "string",
"timezone": "string",
"workdays": [
0
],
"extra_cal_ids": [
"string"
]
}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"cal_id": "string",
"cal_name": "string"
}
}