$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "incremental",
< "updateTypes": [
< "jobs"
< ],
< "articleUrls": [],
< "search": "",
< "publishedAfter": "",
< "modifiedAfter": "",
< "onlyOpen": false,
< "includeDetails": true,
< "includeOfficialLinks": true,
< "includeStructuredTables": true,
< "maxItems": 10,
< "maxDetailRequests": 10,
< "maxPagesPerType": 1,
< "maxConcurrency": 2,
< "outputMode": "changesOnly",
< "stateKey": "sarkariresult-default",
< "retries": 2,
< "proxyConfiguration": {}
<}
<EOF
$curl "https://api.apify.com/v2/actors/getascraper~sarkariresult-jobs-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'