$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.google.com/maps/dir/Supermercado+Suma+Can+Corona,+Plaça+Espanya,+1,+07109+Fornalutx,+Balearic+Islands/07315+Escorca,+Balearic+Islands/@39.8140347,2.2493611,186969m/am=t/data=!3m1!1e3!4m14!4m13!1m5!1m1!1s0x1297e87f07000fad:0x8d6897747207d0bf!2m2!1d2.7412712!2d39.782408!1m5!1m1!1s0x1297dd95bfd7ce11:0xb8c0845ebf64f442!2m2!1d2.7954122!2d39.8409277!3e0?hl=en"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/danielmilevski9~google-maps-itinerary/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'