{
"outlineMarkdown": "string"
}
curl --location -g --request POST '{{BASE_URL}}/api/ppt/generateContent' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlineMarkdown": "string"
}'
{}