curl --location --request POST 'https://api.qnaigc.com/queue/fal-ai/vidu/q2/image-to-video/pro' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A woman walking through a vibrant city street at night, neon lights reflecting off wet pavement.",
"image_url": "http://t9vdmzkpm.hb-bkt.clouddn.com/testIMG_9179.jpeg?e=1770100380&token=Dzm7Yw6NngN0lPssNlIqyQyLGHeeRdHWfAMrxiCW:vYjos8ylxZQCumL2cibtugUNCtI=",
"seed": 2,
"duration": 4,
"resolution": "720p",
"movement_amplitude": "auto",
"watermark": true
}'