$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "resumeText": "John Doe\nSoftware Developer\nEmail: john@example.com | Phone: 555-0123\n\nPROFESSIONAL SUMMARY\nMotivated software developer with 3 years of experience in web development. Proficient in JavaScript, React, and Node.js.\n\nEXPERIENCE\nJunior Software Developer\nTech Solutions Inc. | 2021 - Present\n- Developed responsive web applications using React and Redux\n- Implemented RESTful APIs with Node.js and Express\n- Participated in code reviews and Agile sprints\n\nEDUCATION\nBachelor of Science in Computer Science\nState University | 2020\n\nSKILLS\nLanguages: JavaScript, HTML, CSS, Python\nFrameworks: React, Node.js, Express\nTools: Git, VS Code\nDatabases: MongoDB, MySQL",
< "targetRole": "Senior Full Stack Engineer",
< "targetCompany": "",
< "experienceLevel": "mid",
< "additionalContext": ""
<}
<EOF
$curl "https://api.apify.com/v2/acts/unique_penguin~ai-resume-gap-analyzer/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'