curl --location 'https://api.flashcat.cloud/incident/reset' \
--header 'Flashcat-Context: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"incident_id": "",
"title": "",
"description": "",
"impact": "",
"root_cause": "",
"incident_severity": ""
}'{
"error": {
"code": "string",
"message": "string"
}
}