curl --location 'https://api.flashcat.cloud/alert/close' \
--header 'Flashcat-Context: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"alert_ids": [
"string"
]
}'{
"error": {
"code": "string",
"message": "string"
}
}