$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "items": [
< {
< "item_id": "03D906051",
< "maker": "VAG",
< "description": "Ignition coil",
< "origin_price": 0
< },
< {
< "item_id": "620939134R",
< "maker": "Renault",
< "description": "Rear bumper absorber",
< "origin_price": 0
< },
< {
< "item_id": "3D0941295",
< "maker": "VAG",
< "description": "Headlight range control",
< "origin_price": 0
< },
< {
< "item_id": "263203C100",
< "maker": "Hyundai",
< "description": "Oil filter",
< "origin_price": 0
< },
< {
< "item_id": "HU514X",
< "maker": "MANN",
< "description": "Oil filter",
< "origin_price": 0
< },
< {
< "item_id": "WL7322",
< "maker": "WIX",
< "description": "Oil filter",
< "origin_price": 0
< },
< {
< "item_id": "172896",
< "maker": "FEBI",
< "description": "Oil filter",
< "origin_price": 0
< },
< {
< "item_id": "04152YZZA1",
< "maker": "Toyota",
< "description": "Oil filter",
< "origin_price": 0
< }
< ],
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<EOF
$curl "https://api.apify.com/v2/actors/climond~avtopro-es-pt-competitor-price-checker/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'