curl --location --request POST 'https://api.ppchat.vip/v1/images/generations' \
--header 'Authorization: Bearer sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "nano-banana",
"prompt": "a cute cat",
"size": "3:4",
"response_format": "url"
}'{}