curl --location --request POST 'https://api.flashcat.cloud/alert/merge?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_ids": [
"string"
],
"incident_id": "string",
"comment": "string",
"title": "string"
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}