curl --location --request POST 'https://api.zhiqite.com/AIGCChatOpenServ/saas/gpt-image-1/image/generation' \
--header 'X-Request-req-accessKeyId: your key' \
--header 'X-Request-req-accessKeySecret: your secret' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一只打篮球的鸡",
"quality": "low",
"outputFormat": "jpeg"
}'