$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< "eiffel tower france",
< "https://maps.app.goo.gl/dssCoQXwEyRMKF5D9",
< "https://www.google.com/maps/place/Disneyland+Park/@33.8120962,-117.9215491,17z/data=!4m8!3m7!1s0x80dcd7d12b3b5e6b:0x2ef62f8418225cfa!8m2!3d33.8120918!4d-117.9189742!9m1!1b1!16zL20vMDJmenM?hl=en-GB&entry=ttu&g_ep=EgoyMDI0MTIwOS4wIKXMDSoASAFQAw%3D%3D"
< ],
< "keyword": "",
< "lang": "all",
< "source": "",
< "daterange": [],
< "country": "us",
< "mylatitude": "19.935915607405615",
< "mylongitude": "-155.17564762636795",
< "proxy": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/canadesk~google-places-reviews/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'