$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "keywords": [
< "https://www.vivino.com/CA/en/w/2141966?year=2020",
< "https://www.vivino.com/alamos-malbec/w/1879"
< ],
< "reviewsfilter": [
< 1,
< 2,
< 3,
< 4,
< 5
< ],
< "winetypes": [
< "Red",
< "White",
< "Rose",
< "Sparkling",
< "Dessert",
< "Fortified"
< ],
< "grapetypes": [],
< "foodtypes": [],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": []
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/canadesk~vivino-bulk/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'