$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...",
< "searchMode": "bySearch",
< "corporateNumbers": [],
< "nameQuery": "",
< "corporateType": "",
< "prefectureCode": "13",
< "capitalMin": 0,
< "capitalMax": 0,
< "employeeMin": 0,
< "employeeMax": 0,
< "existingOnly": true,
< "includeCertifications": false,
< "includeProcurement": false,
< "includeSubsidies": false,
< "includePatents": false,
< "includeCommendations": false,
< "apiToken": "",
< "maxItems": 50
<}
<EOF
$curl "https://api.apify.com/v2/acts/jungle_synthesizer~gbizinfo-japan-company-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'