curl -X POST "https://apolloai.lol/v1/generation/image/edit" \
-H "x-api-key: <api_key>" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A futuristic city skyline with flying cars",
"image": "<base64_image_data>",
"mask": "<base64_mask_data>",
"size": "1024x1024",
"n": 1
}'