prompt and aspectRatioprompt and inputImageaspectRatio.curl --location --request POST 'https://api.kie.ai/api/v1/flux/kontext/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A serene mountain landscape at sunset with a lake reflecting the orange sky",
"enableTranslation": true,
"aspectRatio": "16:9",
"outputFormat": "jpeg",
"promptUpsampling": false,
"model": "flux-kontext-pro"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task12345"
}
}