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