curl --location --request POST 'https://api.flashcat.cloud/calendar/info?app_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjVmZTgxOWRmLWQwYTEtNGZjZS1hYjU0LTQxNjU0MGMwOWM1MyIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3MzMyNjA4MSwibW9jayI6ZmFsc2UsInVzZXJfaWRlbnRpdHkiOiIyNDUxMDAyNzUxMTMxLTM3OTA5MjUzNzIxMzEifQ.ryz-6SBR_YXEVHaugytcZUB9qpFN9valzU5PL7clEZg' \
--header 'Content-Type: application/json' \
--data-raw '{
"cal_id": "string"
}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"team_id": 0,
"cal_id": "string",
"cal_name": "string",
"description": "string",
"kind": "personal",
"timezone": "string",
"workdays": [
0
],
"extra_cal_ids": [
"string"
],
"created_at": 0,
"updated_at": 0,
"creator_id": 0,
"updated_by": 0
}
}