$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "query": [
< {
< "origin": "los angeles",
< "dropoff": "san francisco",
< "datefrom": "250901",
< "timefrom": "10:00",
< "dateto": "250902",
< "timeto": "10:30",
< "age": "30",
< "seating": "5",
< "transmission": "any"
< },
< {
< "origin": "paris",
< "dropoff": "",
< "datefrom": "250801",
< "timefrom": "14:00",
< "dateto": "250815",
< "timeto": "10:30",
< "age": "19",
< "seating": "any",
< "transmission": "manual"
< }
< ],
< "blocklist": [
< "Rentingcarz"
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "BUYPROXIES94952"
< ]
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/canadesk~car-hire-rental-bulk/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'