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",
"team_ids": [
0
],
"channel_ids": [
0
],
"created_at_start_seconds": 0,
"created_at_end_seconds": 0,
"orderby": "created_at_seconds",
"asc": true,
"p": 0,
"limit": 0
}'{
"error": {},
"data": {
"items": [
{}
],
"has_next_page": true,
"total": 0
}
}