$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "resumeUrl": "https://writing.colostate.edu/guides/documents/resume/functionalSample.pdf",
< "resumeText": "John Smith\njohn.smith@email.com | linkedin.com/in/johnsmith | (555) 123-4567\n\nSUMMARY\nSoftware Engineer with 5+ years of experience building scalable web applications using Python, React, and AWS. Passionate about clean code, system design, and mentoring junior developers.\n\nEXPERIENCE\nSenior Software Engineer | TechCorp Inc. | 2021 – Present\n• Architected microservices platform serving 2M+ daily requests, reducing latency by 40%\n• Led migration from monolith to Docker/Kubernetes, improving deployment frequency by 300%\n• Mentored team of 4 junior engineers through code reviews and pair programming\n\nSoftware Engineer | StartupXYZ | 2019 – 2021\n• Built REST APIs using Python/Django handling 500K requests/day\n• Implemented CI/CD pipeline with Jenkins reducing release cycles from 2 weeks to 2 days\n• Developed React dashboard for real-time analytics used by 50+ enterprise clients\n\nEDUCATION\nB.S. Computer Science | State University | 2019\n\nSKILLS\nPython, JavaScript, TypeScript, React, Django, Node.js, PostgreSQL, MongoDB, Docker, Kubernetes, AWS, Git, CI/CD, REST API, GraphQL, Agile/Scrum\n\nPROJECTS\n• Open-source CLI tool for API testing (500+ GitHub stars)\n• Real-time chat application using WebSockets and Redis\n\nCERTIFICATIONS\n• AWS Solutions Architect Associate\n• Certified Kubernetes Administrator (CKA)",
< "targetRole": "Software Engineer",
< "customKeywords": "fastapi, redis, celery, websockets, postgresql, terraform, github actions, system design, distributed systems"
<}
<EOF
$curl "https://api.apify.com/v2/acts/moving_beacon-owner1~my-actor-61/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'