curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan/2-2-animate-replace",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"video_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/17586199429271xscyd5d.mp4",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/17586199255323tks43kq.png",
"resolution": "480p"
}
}'