$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "keyword": [
< "19, Pham Ngoc Thach Street, Hanoi",
< "47 W 13th St, New York, NY 10011"
< ],
< "filters_input": {
< "category": "Populated Place,Postal,POI,Address",
< "text": "47 W 13th St, New York, NY 10011"
< },
< "filters_output": {
< "category": "Populated Place,Postal,POI,Address",
< "maxLocations": 1,
< "outFields": "StAddr,City,Region,RegionAbbr,Postal,location,Addr_type"
< },
< "proxy": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/canadesk~geocode-arcgis/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'