$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "data_freshness": "live",
< "runMode": "sample",
< "maxItems": 10,
< "cat_metalworking": false,
< "cat_woodworking": false,
< "cat_construction": false,
< "cat_transport": false,
< "cat_agricultural": false,
< "cat_tools": false,
< "cat_more_industrial": false,
< "cat_retail_office": false,
< "brand_caterpillar": false,
< "brand_komatsu": false,
< "brand_liebherr": false,
< "brand_volvo": false,
< "brand_jcb": false,
< "brand_hitachi": false,
< "brand_john_deere": false,
< "brand_kubota": false,
< "brand_linde": false,
< "brand_still": false,
< "brand_jungheinrich": false,
< "brand_toyota": false,
< "brand_mazak": false,
< "brand_jlg": false,
< "brand_genie": false,
< "country_de": false,
< "country_nl": false,
< "country_it": false,
< "country_be": false,
< "country_fr": false,
< "country_ro": false,
< "country_pl": false,
< "country_cz": false,
< "country_at": false,
< "country_hr": false,
< "country_es": false,
< "country_pt": false,
< "country_ch": false,
< "datasetName": "surplex-data",
< "outputSchema": "ftp28",
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/rastriq~surplex-auction-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'