curl --request POST \
--url https://api.yourapp.com/api/ai/image/generation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A futuristic city at sunset with flying cars",
"model": "dall-e-3",
"n": 1,
"stream": false
}'