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-7-image",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Transform the food photo by replacing the marked ingredients with sliced red chili pieces in the corresponding positions, while keeping the same bowl, composition, steam, lighting, camera angle, background, texture, and overall realism.",
"input_urls": [
"https://static.aiquickdraw.com/tools/example/1775122744247_eSHwJX1k.jpg"
],
"n": 4,
"enable_sequential": false,
"resolution": "2K",
"thinking_mode": false,
"watermark": false,
"seed": 0,
"bbox_list": [
[]
]
}
}'