$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "businessName": "TechStartup Inc.",
< "whatPromoting": "Our AI-powered project management tool that helps teams collaborate 3x faster with automated workflows and intelligent task prioritization.",
< "benefits": "Save 10+ hours per week on project coordination, reduce miscommunication by 70%, increase team productivity, and get real-time insights into project progress.",
< "goal": "Partnership",
< "tone": "Professional yet approachable, confident but not pushy",
< "additionalNotes": "Focus on the time-saving aspect. Avoid technical jargon. Include a soft CTA.",
< "urlPromoting": "",
< "whoYouPitchingTo": "",
< "socialProof": "",
< "nameOfRecipient": "",
< "painPoint": "",
< "language": "English"
<}
<EOF
$curl "https://api.apify.com/v2/acts/onescales~pitches-pro/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'