curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan-v2-6-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A serene mountain landscape at golden hour with mist rising from the valley, slow cinematic camera movement",
"image": "https://example.com/image.jpg",
"resolution": "720P",
"duration": 5,
"negative_prompt": "blurry, low quality, watermark",
"enable_prompt_expansion": false,
"shot_type": "single",
"seed": 12345,
"size": "1280*720"
}
}'