$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "feature": "profile",
< "proxyConfiguration": {
< "useApifyProxy": false
< },
< "post_url": "https://www.etoro.com/posts/eb393b50-5f9f-11ef-8080-80015bc20041",
< "post_feature": "infos",
< "profile_url": "https://www.etoro.com/people/sylwanin",
< "profile_feature": "profile_stats_about",
< "screener_url": "https://www.etoro.com/discover/screener?sort=-holdingPct",
< "screener_feature": "popular_stocks",
< "discover_feature": "market_movers"
<}
<EOF
$curl "https://api.apify.com/v2/acts/saswave~etoro-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'