$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "workflow": "lookup",
< "npis": [
< "1881018208"
< ],
< "maxResults": 25,
< "maxBuyerChargeUsd": 5,
< "entityType": "all",
< "status": "all",
< "outputProfile": "core",
< "stateNamespace": "default",
< "maxTrackedNpis": 1000,
< "maxRequests": 6500,
< "maxSourceBytes": 2000000000,
< "maxRuntimeSecs": 14400,
< "maxArchiveCompressedBytes": 1500000000,
< "maxArchiveInflatedBytes": 15000000000,
< "maxArchiveEntryBytes": 12500000000,
< "maxArchiveEntries": 24,
< "maxArchiveExpansionRatio": 20
<}
<EOF
$curl "https://api.apify.com/v2/actors/luminar~nppes-provider-change-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'