$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "targets": [
< "wikipedia.org",
< "github.com",
< "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",
< "target.com",
< "paypal.com",
< "oracle.com",
< "ibm.com",
< "zoom.us",
< "canva.com",
< "tiktok.com"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~semrush-free-website-stats-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'