$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "imageUrl": "https://drive.google.com/file/d/1S5sCnyVmnRHxk233EfZ6byjClr8pxaUU/view?usp=drive_link",
< "prompt": "Professional product photography of a young white female model wearing/holding the provided [PRODUCT], 9:16 vertical Pinterest aspect ratio, front-facing portrait with direct confident eye contact, natural soft studio lighting with large softbox and fill reflector, high-resolution 8K commercial quality, minimalist aesthetic with product clearly showcased as hero element, choose from backgrounds: prefer natural landscape.",
< "aspectRatio": "1:1",
< "outputFormat": "png",
< "enableSafetyChecker": true,
< "seed": -1,
< "numInferenceSteps": 28,
< "guidance": 7.5,
< "enableBase64Output": false
<}
<EOF
$curl "https://api.apify.com/v2/acts/akash9078~ai-image-editor-nano-banana-2/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'