curl --location -g --request PUT 'https://dev.your-api-server.com/pictoryapis/v1/templates/{{templateId}}' \
--header 'X-Pictory-User-Id: {{X-Pictory-User-Id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
//"templateId": {{templateId}},
"scenes": [
{
"sceneId": "20240418055257102KDfcJ5jUs0tM9zs",
"subtitles": [
{
"text": "Welcome Mohit"
}
]
}
]
}'
{}