curl -X POST "https://api.domoai.app/v1/video/text2video" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{
"prompt": "A beautiful sunset over mountains with golden clouds",
"model": "v2-4-faster",
"duration": 5
}'