{
    "id": "string",
    "refresh": false
}curl --location --request POST 'https://api.302.ai/302/ppt/downloadpptx' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "string",
    "refresh": false
}'{
    "data": {
        "id": "string",
        "name": "string",
        "subject": "string",
        "coverUrl": "string",
        "fileUrl": "string",
        "templateId": null,
        "pptxProperty": null,
        "updateTime": null,
        "createTime": null,
        "createUser": null,
        "updateUser": null
    },
    "code": 0,
    "message": "string"
}