curl --location --request POST 'https://api.flashcat.cloud/insight/team/export?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 0,
"end_time": 0,
"team_ids": [
0
],
"is_my_team": true,
"channel_ids": [
0
],
"severities": [
"Info"
],
"time_zone": "Asia/Shanghai",
"query": "string",
"labels": {},
"fields": {},
"seconds_to_close_from": 0,
"seconds_to_close_to": 0
}'