POST /v1/images/generations
curl https://image.twotop.icu/v1/images/generations \
-H "Authorization: Bearer sk-img-xxx" \
-H "Content-Type: application/json" \
-d '{
"prompt": "一张极简产品海报,柔和自然光,无文字",
"quality": "2k",
"size": "1024x1024",
"output_format": "jpeg",
"n": 1
}'