$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "cvText": "Jordan Perez | Lima, Peru | jordan.perez@email.com | +51 999 999 999. Operations analyst with 3 years coordinating cross-functional projects, mapping processes, and implementing KPI dashboards that cut cycle times by 18%. Led inventory reconciliation across 12 retail stores (23% fewer discrepancies) and aligned IT, finance, and warehouse teams on order fulfillment SLAs. BBA, Universidad del Pacífico (2019).",
< "jobTitle": "Operations Manager",
< "jobDescription": "We are looking for an Operations Manager experienced in cross-functional leadership, process optimization, and delivering measurable cost reductions. The role coordinates initiatives across teams, implements KPIs, and drives continuous improvement.",
< "tone": "professional",
< "formatStyle": "hybrid",
< "keywords": [
< "process optimization",
< "cross-functional leadership",
< "cost reduction"
< ],
< "creativityLevel": "balanced"
<}
<EOF
$curl "https://api.apify.com/v2/acts/parseforge~cv-optimizer/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'