Authorization: Bearer ********************x-api-key: ********************{
"model": "gpt-5.5",
"prompt": "一只在月球上的猫",
"size": "1024x1024",
"n": 1
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-5.5",
"prompt": "一只在月球上的猫",
"size": "1024x1024",
"n": 1
}'