$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "sp_intended_usage": "Describe your intended use...",
< "sp_improvement_suggestions": "Share your suggestions here...",
< "sp_contact": "Share your email here...",
< "mode": "by_company_name",
< "countries": [
< "UK",
< "BE",
< "CZ",
< "SI",
< "PL",
< "ES",
< "IT"
< ],
< "query": "Accenture",
< "includeSanctionsCrossRef": true,
< "includePepCrossRef": false,
< "maxItems": 10
<}
<EOF
$curl "https://api.apify.com/v2/acts/jungle_synthesizer~eu-ubo-beneficial-owners-multi-country-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'