curl --location --request POST 'https://api.flashcat.cloud/incident/post-mortem/template/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderby": "created_at_seconds",
"asc": true,
"p": 0,
"limit": 0
}'{
"error": {},
"data": {
"items": [
{
"account_id": 0,
"template_id": "string",
"name": "string",
"description": "string",
"sections": [
{
"name": "string",
"writing_guide": "string"
}
],
"created_at_seconds": 0,
"updated_at_seconds": 0
}
],
"has_next_page": true,
"total": 0
}
}