curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedream-4-0-250828",
"prompt": "Interstellar travel, black hole, a retro train that is quickly broken out from the black hole, grabs the visual impact, movie blockbusters, doomsday sense, dynamic, contrasting color, oc rendering, ray tracing, dynamic blur, depth of field, surrealism, deep blue, the picture shapes the subject and scene through delicate and rich color levels, the texture is real, the light and shadow effect of the dark wind background creates an atmosphere, the overall sense of artistic fantasy, exaggerated wide-angle perspective effect, dazzling light, reflection, extreme light and shadow, strong gravity, swallowing",
"size": "1728x2304",
"sequential_image_generation": "disabled",
"stream": false,
"response_format": "url",
"watermark": true
}'