curl -X POST https://api.example.com/flux/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "black-forest-labs/flux-kontext-dev",
"prompt": "A cyberpunk city at night",
"width": 1024,
"height": 1024
}'