curl --location --request POST 'https://api.flashcat.cloud/incident/post-mortem/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "drafting",
"created_at_start_seconds": 0,
"created_at_end_seconds": 0,
"orderby": "created_at_seconds",
"asc": true,
"p": 0,
"limit": 0
}'{
"error": {},
"data": {
"items": [
{
"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
}
],
"has_next_page": true,
"total": 0
}
}