curl --location --request POST 'https://duomiapi.com/api/video/runway/pro/aleph' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Add rain.",
"video": "视频链接",
"images":[
"https://db.xiaohuhd.com/1.jpeg"
],
"options": {
"seconds": 5
}
}'