{
"width": 0,
"height": 0,
"pages": [
"string"
],
"font": [
"string"
],
"slideMasters": [
"string"
],
"version": "string"
}
curl --location -g --request POST '{{BASE_URL}}/docmee/v1/api/pptjson/json2ppt' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"width": 0,
"height": 0,
"pages": [
"string"
],
"font": [
"string"
],
"slideMasters": [
"string"
],
"version": "string"
}'
{}