curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1 /videos/renderTemplate/ ' \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'content-type: application/json' \
--data-raw '{
"emailNotification": true,
"fitTextBox": false,
"public": false,
"render": true
}'
{
"accepted": true,
"requestId": "FKdFTb5MciFRG1QD"
}