curl --request POST \
--url 'https://api.flashcat.cloud/incident/merge?app_key=' \
--header 'Content-Type: <content-type>' \
--data '
{
"source_incident_ids": [
"<string>"
],
"target_incident_id": "<string>",
"remove_source_incidents": true,
"title": "<string>",
"comment": "<string>"
}
'