curl --request POST \
--url https://api.oryntai.xyz/api/v1/ai/images \
--header 'Content-Type: application/json' \
--header 'X-Network: <x-network>' \
--data '
{
"model": "dall-e-3",
"prompt": "A futuristic cityscape at sunset",
"n": 1,
"size": "512x512",
"options": {}
}
'