curl --location 'https://luanapi.xingluan.cn/runningai/open/v1/veo3.1-fast-keyframes/start-end-to-video' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "海浪拍打礁石的慢动作画面",
"startFrame": "https://your-domain.com/images/start.png",
"endFrame": "https://your-domain.com/images/end.png",
"duration": 8,
"resolution": "720p"
}'