curl --location 'https://luanapi.xingluan.cn/runningai/open/v1/veo3.1-fast/video' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "一杯咖啡被缓缓倒入白色杯中,液面泛起细腻的涟漪",
"images": [
"https://your-domain.com/images/ref.png"
],
"duration": 8,
"resolution": "720p",
"aspectRatio": "16:9"
}'