curl --request POST \
--url https://test.tensorai.tensorslab.com/v1/video/seedancev1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'prompt=<string>' \
--form 'sourceImage=<string>' \
--form 'imageUrl=<string>' \
--form ratio=9:16 \
--form duration=5 \
--form seed=123 \
--form resolution=720p \
--form fps=24 \
--form camerafixed=0 \
--form sourceImage.items='@example-file'