$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "feeds": [
< {
< "id": "21-cfr-11",
< "name": "21 CFR Part 11",
< "cfrTitle": 21,
< "part": "11",
< "keywords": "electronic records,electronic signatures"
< },
< {
< "id": "40-cfr-60",
< "name": "40 CFR Part 60",
< "cfrTitle": 40,
< "part": "60",
< "keywords": "emissions,standards"
< },
< {
< "id": "29-cfr-1910-1200",
< "name": "29 CFR 1910.1200",
< "cfrTitle": 29,
< "part": "1910",
< "section": "1200",
< "keywords": "hazard communication"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/taroyamada~ecfr-cfr-section-change-watch-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'