curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedream-4-0-250828",
"prompt": "Interstellar travel, black hole, a fast-disintegrating vintage train bursting out from within the black hole, striking visual impact, blockbuster movie, apocalyptic atmosphere, dynamic, contrasting colors, OC rendering, ray tracing, motion blur, depth of field, surrealism, deep blue, the subject and scene shaped through delicate and rich color gradations, realistic texture, dark-themed background with lighting and shadow effects creating atmosphere, overall combining artistic fantasy feel, exaggerated wide-angle perspective effect, lens flare, reflection, extreme light and shadow, strong gravity, engulfing",
"size": "1728x2304",
"sequential_image_generation": "disabled",
"stream": false,
"response_format": "url",
"watermark": true
}'