curl -X POST https://seedance2-pro.com/api/v1/jobs/createTask \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-20",
"inputs": {
"urls": ["https://seedance2-pro.com/landing/seedance2/cases/camera-motion/camera-motion-img-01.png"],
"prompt": "The red supercar as the subject, camera pushes in close to a detail shot of the headlights, then rotates as the car spins to reveal its full profile, reflections rippling across the wet garage floor",
"duration": "5s"
}
}'