HR Data API Endpoints: - POST /scrape - Trigger data collection (AUTH REQUIRED) - GET /data - Get latest data (JSON) (AUTH REQUIRED) - GET /data?format=csv - Get latest data (CSV) (AUTH REQUIRED) - GET /status - Health check (public) - POST /setup - Setup database (AUTH REQUIRED) Example usage: curl https://api.evhrs.bet/status curl -X POST -H "Authorization: Bearer YOUR_TOKEN" https://api.evhrs.bet/scrape curl "https://api.evhrs.bet/data?format=csv&token=YOUR_TOKEN"