{"outlineContentMarkdown": "xxx", "pptxProperty": false}
curl --location --request POST '/api/ppt/generatePptx' \
--header 'token: {token}' \
--header 'Content-Type: application/json' \
--data-raw '{"outlineContentMarkdown": "xxx", "pptxProperty": false}'
{}