curl --location --request POST 'https://api.ppaicode.com/v1/images/generations' \
--header 'Authorization: Bearer {{OPENAI_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1",
"prompt": "A futuristic city skyline at sunset in sci-fi style",
"size": "1024x1024"
}'{}