$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "targets": [
< "wikipedia.org",
< "github.com",
< "https://ahrefs.com/websites/openai.com",
< "microsoft.com",
< "apple.com",
< "amazon.com",
< "google.com",
< "youtube.com",
< "facebook.com",
< "instagram.com",
< "linkedin.com",
< "netflix.com",
< "spotify.com",
< "shopify.com",
< "adobe.com",
< "salesforce.com",
< "cloudflare.com",
< "mozilla.org",
< "nytimes.com",
< "cnn.com",
< "bbc.com",
< "reddit.com",
< "stackoverflow.com",
< "ebay.com",
< "walmart.com"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~ahrefs-free-website-stats-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'