$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "extractionMode": "auto",
< "inputType": "raw_text",
< "rawInput": "John Doe\njohndoe@email.com | (555) 123-4567\nlinkedin.com/in/johndoe | github.com/johndoe\nNew York, NY\n\nSummary\nFull-stack developer with 5+ years of experience in building web applications using Python, JavaScript, and cloud technologies.\n\nExperience\n\nSenior Developer at Acme Corp\nNew York, NY — March 2021 – Present\n• Architected microservices platform handling 2M+ daily requests\n• Led team of 4 engineers on payment integration project\n• Reduced API latency by 40% through caching strategy\n\nSoftware Developer at StartupIO\nBoston, MA — June 2018 – February 2021\n• Built React dashboard used by 500+ enterprise clients\n• Implemented CI/CD pipelines with GitHub Actions and Docker\n• Designed PostgreSQL schema supporting multi-tenant SaaS\n\nEducation\n\nMIT\nBachelor of Science in Computer Science\nSeptember 2014 – June 2018\nGPA: 3.75/4.0\n\nSkills\nLanguages: Python, JavaScript, TypeScript, SQL, Go\nFrameworks: React, Django, FastAPI, Express.js\nCloud: AWS (EC2, Lambda, S3, RDS), Docker, Kubernetes\nDatabases: PostgreSQL, MongoDB, Redis\n\nCertifications\n- AWS Solutions Architect Associate\n- Certified Kubernetes Administrator\n\nLanguages\n- English (Native)\n- French (Conversational)",
< "urls": [],
< "kvStoreKeys": [],
< "chatLogFormat": "auto",
< "outputFormat": "full",
< "includeSourceText": false,
< "maxConcurrency": 5,
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "requestTimeoutSecs": 30
<}
<EOF
$curl "https://api.apify.com/v2/acts/moving_beacon-owner1~my-actor-68/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'