curl --location --request POST '/v1/video/generations' \
--header 'Authorization: Bearer sk-******' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"prompt": "飞上天",
"images": [
"https://s3.ffire.cc/files/jimeng.jpg"
]
}'