$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< "https://www.airbnb.com/rooms/1003437049851150279",
< "https://www.airbnb.com/rooms/672163727533057047",
< "https://www.airbnb.com/rooms/1343459621326001449",
< "35117227",
< "https://www.airbnb.com/rooms/35122073",
< "https://www.airbnb.com/rooms/1298630036253787466",
< "38592194",
< "https://www.airbnb.com/rooms/1183959346096637123",
< "https://www.airbnb.com/rooms/48389537",
< "https://www.airbnb.com/rooms/31891733"
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/actors/kawsar~airbnb-address-finder/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'