$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "baseline",
< "searchScope": "whole_market",
< "tickers": [],
< "includeAmendments": true,
< "lookbackDays": 7,
< "keywordMode": "any",
< "maxFilingsPerCompany": 100,
< "maxFilings": 25,
< "maxTrackedItems": 1000,
< "includeUnchanged": false,
< "maxBuyerChargeUsd": 1,
< "maxRequests": 1200,
< "maxSourceBytes": 50000000,
< "maxRuntimeSecs": 600
<}
<EOF
$curl "https://api.apify.com/v2/actors/luminar~sec-8k-material-event-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'