{"id":"xxx"}
curl --location --request POST '/docmee/v1/api/ppt/downloadPptx' \
--header 'token: {token}' \
--header 'Content-Type: application/json' \
--data-raw '{"id":"xxx"}'
{
"code": 0,
"data": {
"id": "xxx",
"name": "xxx",
"subject": "xxx",
"fileUrl": "https://xxx" // 文件链接(有效期:2小时)
},
"message": "操作成功"
}