{
"pptId": "string",
"templateId": "string",
"sync": false
}
curl --location --request POST '/docmee/v1/api/ppt/updatePptTemplate' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pptId": "string",
"templateId": "string",
"sync": false
}'
{
"code": 0,
"data": {
"pptId": "string",
"templateId": "string",
"pptxProperty": {}
}
}