curl --location -g --request POST '{{base_url}}/v1/videos' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A calico cat playing a piano on stage",
"model": "veo3",
"aspect_ratio": "16:9",
"enhance_prompt": true,
"enable_upsample": true
}'{}