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