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