curl --location --request POST 'https://api.flashcat.cloud/ai/post-mortem/generate?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_ids": [
"string"
],
"template_id": "string"
}'{
"error": {},
"data": {
"meta": {
"account_id": 0,
"post_mortem_id": "string",
"title": "string",
"status": "drafting",
"template_id": "string",
"incident_ids": [
"string"
],
"created_at_seconds": 0,
"updated_at_seconds": 0
},
"basics": {
"incidents_highest_severity": "string",
"incidents_earliest_start_seconds": 0,
"incidents_latest_close_seconds": 0,
"incidents_total_duration_seconds": 0,
"responders": [
{
"person_id": 0,
"assigned_at": 0,
"acknowledged_at": 0,
"person_name": "string",
"email": "string"
}
]
},
"content": "string",
"follow_ups": "string"
}
}