curl --location --request GET '/docmee/v1/api/ppt/asyncPptInfo?pptId=xxx' \
--header 'token: {token}'{
"code": 0,
"data": {
"total": 23, // Total number of pages
"current": 1, // Current number of generated pages (if current >= total, it means PPT generation is complete)
"pptxProperty": "xxx" // PPT data structure (json gzip base64)
}
}