更新复盘状态(草稿 <-> 已发布)
curl --location --request POST 'https://api.flashcat.cloud/incident/post-mortem/status/reset?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_mortem_id": "string",
"status": "drafting"
}'{
"error": {}
}