curl --location 'https://duomiapi.com/v1/images/generations?async=true' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt":" an island near sea, with seagulls, moon shining over the sea, light house, boats int he background, fish flying over the sea",
"size": "16:9",
"image":[
"https://p2-kling.klingai.com/kcdn/cdn-kcdn112452/kling-qa-test/multi-2.png"
]
}'