curl --location --request POST 'https://api.flashcat.cloud/insight/channel/export?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
],
"order_by":"total_incident_cnt",
"asc": true
}'