$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "sources": [
< "greenhouse",
< "lever",
< "ashby",
< "smartrecruiters",
< "recruitee"
< ],
< "greenhouseCompanies": [
< "airbnb",
< "stripe",
< "figma",
< "cloudflare",
< "coinbase",
< "databricks",
< "discord",
< "dropbox",
< "gitlab",
< "robinhood",
< "doordash",
< "instacart"
< ],
< "leverCompanies": [
< "openai",
< "anthropic",
< "anduril",
< "scale",
< "verkada",
< "rippling",
< "mistral",
< "includedhealth",
< "gohighlevel"
< ],
< "ashbyCompanies": [
< "notion",
< "vanta",
< "linear",
< "posthog",
< "ramp"
< ],
< "smartrecruitersCompanies": [
< "Visa",
< "WesternDigital",
< "PublicStorage"
< ],
< "recruiteeCompanies": [
< "bunq",
< "channable"
< ],
< "keywords": [
< "engineer"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/benthepythondev~ats-jobs-aggregator/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'