$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "defaultCompetitor": "Acme CRM",
< "productCategory": "CRM",
< "reviews": [
< {
< "softwareName": "Acme CRM",
< "rating": 2,
< "summary": "Good CRM, hard renewal",
< "pros": "The Salesforce integration is useful.",
< "cons": "The pricing got expensive at renewal and support took days to respond.",
< "industry": "Marketing and Advertising"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/geneius~capterra-review-battlecard-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'