Authorization: Bearer ********************{
"model": "gpt-4o-image",
"prompt": "一只可爱的小海獭 ",
"n": 1,
"size": "1536x1024"
}curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-image",
"prompt": "一只可爱的小海獭 ",
"n": 1,
"size": "1536x1024"
}'{}