curl --request POST \
--url 'https://api.flashcat.cloud/incident/resolve?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"incident_ids": [
"69da451ef77b1b51f40e83ee"
],
"root_cause": "Memory leak in the connection pool caused by a missing cleanup call.",
"resolution": "Deployed hotfix v2.3.1 and restarted the affected service."
}
'