curl --location 'https://api.wenwen-ai.com/v1/images/generations' \
--header 'Authorization: Bearer {YOUR_API_KEY}' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "原神游戏风景画面,高清,细节丰富",
"size": "1024x1024",
"quality": "low"
}'