curl --location --request POST 'https://api.flashcat.cloud/incident/post-mortem/template/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_by": "created_at_seconds",
"asc": true,
"p": 0,
"limit": 0
}'{
"error": {},
"data": {
"items": [
{
"account_id": 0,
"template_id": "string",
"name": "string",
"description": "string",
"content": "string",
"content_markdown": "string",
"team_id": 0,
"created_at_seconds": 0,
"updated_at_seconds": 0
}
],
"has_next_page": true,
"total": 0
}
}