curl --location 'https://vip.927ai.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "YOUR_IMAGE_MODEL_ID",
"prompt": "一只戴着宇航员头盔的橘猫,电影级光影,细节丰富",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}'