Authorization: Bearer ********************{
"model": "gpt-image-1",
"prompt": "A modern control room"
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-1",
"prompt": "A modern control room"
}'{
"created": 1711111111,
"data": [
{
"url": "https://example.com/image.png"
}
]
}