$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "buyerQuery": "buyer-ready records with source evidence",
< "taskIntent": "buyer-ready-product-run",
< "sourceMode": "sample",
< "outputMode": "sample-records",
< "startUrls": [],
< "maxItems": 1,
< "perSourceLimit": 25,
< "maxTotalChargeUsd": 5,
< "overallTimeoutSecs": 900,
< "requestTimeoutSecs": 30,
< "maxRequestRetries": 2,
< "sinceLastRun": false,
< "deltaMode": true
<}
<EOF
$curl "https://api.apify.com/v2/acts/zentrafoundry~dataset-deduplicator/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'