curl --location 'https://api.chatfire.site/vidu/ent/v2/reference2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "vidu-q3-mix",
"prompt": "让图中角色在月球上挥手",
"images": [
"https://.../ref.png"
],
"resolution": "1080p",
"audio": true
}'