curl --request POST \
--url https://geoff.ai/api/v1/image/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A futuristic city skyline at dusk, cyberpunk style",
"model": "magma",
"width": 1024,
"height": 1024,
"num_images": 1
}'