curl --location '/v1/images/generations' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "string", "n": 0, "model": "string", "size": "string" }'
{}