$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "baseline",
< "leis": [
< "529900T8BM49AURSDO55"
< ],
< "maxEntities": 5,
< "maxTrackedItems": 25,
< "maxBuyerChargeUsd": 0.25,
< "outputProfile": "standard",
< "reviewPolicy": "balanced",
< "deltaWindow": "INTRA_DAY",
< "includeUnchanged": false,
< "includeParentContext": true,
< "resolveReferenceData": true,
< "includeRelationships": false,
< "includeChildren": false,
< "includeSuccessorsPredecessors": false,
< "includeSecurities": false,
< "expandHierarchy": false,
< "maxHierarchyDepth": 5,
< "maxSearchResultsPerName": 10,
< "maxRelationships": 20,
< "maxSecurities": 50,
< "maxRequests": 60,
< "maxSourceBytes": 5000000,
< "maxRuntimeSecs": 120
<}
<EOF
$curl "https://api.apify.com/v2/actors/luminar~gleif-lei-change-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'