curl --location --request POST 'https://api.kie.ai/api/v1/gpt4o-image/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filesUrl": [
"https://example.com/image.png"
],
"prompt": "A beautiful sunset over the mountains",
"size": "1:1",
"callBackUrl": "https://your-callback-url.com/callback",
"isEnhance": false,
"uploadCn": false,
"enableFallback": false,
"fallbackModel": "FLUX_MAX"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task12345"
}
}