curl --location --request POST 'https://api.flashcat.cloud/incident/war-room/add-member?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"chat_id": "string",
"member_ids": [
0
]
}'{
"error": {
"code": "string",
"message": "string"
},
"request_id": "string"
}