$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "resumeCore": [
< "React",
< "JavaScript",
< "TypeScript",
< "HTML",
< "CSS"
< ],
< "resumeSecondary": [
< "Redux",
< "Node.js",
< "Express",
< "MongoDB",
< "REST",
< "Git",
< "Tailwind",
< "MERN"
< ],
< "resumeBonus": [
< "Next.js",
< "Jest",
< "Vite",
< "Figma",
< "Agile"
< ],
< "allowedRegions": [],
< "excludeTitleKeywords": [
< "React Native",
< "QA",
< "Android",
< "iOS",
< "DevOps",
< "Java",
< "Angular"
< ],
< "seniorTitleWords": [
< "senior",
< "sr",
< "lead",
< "principal",
< "staff",
< "architect",
< "director",
< "manager",
< "vp",
< "head of"
< ],
< "jdStackRejects": [
< "php",
< "angular",
< "angularjs",
< "java",
< "c#",
< "c++",
< ".net",
< "dotnet",
< "asp.net",
< "python"
< ],
< "wrongStack": [
< "java",
< "angular",
< "vue",
< ".net",
< "c#",
< "django",
< "golang"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/congruent_import~resume-job-matcher/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'