curl --location --request POST 'https://dev.your-api-server.com/v1/video/from-template' \
--header 'X-Pictory-User-Id: {{X-Pictory-User-Id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": "{{templateId}}",
"scenes": [
{
"sceneId": "202404180848116646UBMFC3I1ESbu6Y",
"subtitles": [
{
"text": "Welcome Mohit"
}
]
}
]
}'
{}