curl --location --request POST 'https://api.flashcat.cloud/incident/list-by-card?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"view_id": "string",
"asc": true,
"progress": "string",
"title": "string",
"channel_ids": [
0
],
"responder_ids": [
0
],
"acker_ids": [
0
],
"creator_ids": [
0
],
"incident_ids": [
"string"
],
"start_time": 0,
"end_time": 0,
"range_by": "string",
"incident_severity": "Critical",
"is_related": true,
"is_snoozed": true,
"is_my_team": true,
"labels": {
"$key": [
"string"
]
}
}'