Authenticated requests use the X-API-Key header.
curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/feed?limit=200"
curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/events?limit=200"
curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/feed.csv?limit=1000" -o threat-feed.csv