curl --location --request POST 'https://api.flashcat.cloud/incident/war-room/list?app_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjVmZTgxOWRmLWQwYTEtNGZjZS1hYjU0LTQxNjU0MGMwOWM1MyIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3MzMyNjA4MSwibW9jayI6ZmFsc2UsInVzZXJfaWRlbnRpdHkiOiIyNDUxMDAyNzUxMTMxLTM3OTA5MjUzNzIxMzEifQ.ryz-6SBR_YXEVHaugytcZUB9qpFN9valzU5PL7clEZg' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_id": "string",
"integration_id": 0
}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"account_id": 0,
"integration_id": 0,
"chat_id": "string",
"chat_name": "string",
"share_link": "string",
"incident_id": "string",
"created_by": 0,
"created_at": 0
}
]
}
}