{
"text": "Insert a PPT slide about the topic of cybersecurity",
"complex": "",
"user_name": "",
"font_name": "",
"transition": "",
"id": "2DBH5GNc8EkZTuwUPqkM9Hg7n2SjDJQf",
"slide_number": "2",
"slide_type": "Content Slide",
"theme": "Cybersecurity Theme"
}curl --location --request POST '/yoo-ai/v1/ppt-page' \
--header 'AccessToken;' \
--header 'AccessSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Insert a PPT slide about the topic of cybersecurity",
"complex": "",
"user_name": "",
"font_name": "",
"transition": "",
"id": "2DBH5GNc8EkZTuwUPqkM9Hg7n2SjDJQf",
"slide_number": "2",
"slide_type": "Content Slide",
"theme": "Cybersecurity Theme"
}'{
"code": 200,
"msg": "success",
"data": {
"id": "2DBH5GNc8EkZTuwUPqkM9Hg7n2SjDJQf"
}
}