{"message":"ML Model Backend API is running","documentation":"/api-docs","endpoints":{"auth":{"login":"POST /api/auth/login"},"data":{"tracks":"GET /api/data/tracks","trackDetail":"GET /api/data/tracks/:isrc"},"reports":{"byDate":"GET /api/report-details/:date","topArtificial":"GET /api/report-details/:date/top-artificial","stats":"GET /api/report-details/stats"},"monthlyStats":{"stats":"GET /api/monthly-stats?month=12&year=2025","availableMonths":"GET /api/monthly-stats/available-months","riskCategories":"GET /api/monthly-stats/risk-categories?month=1&year=2025"},"users":{"me":"GET /api/users/me (requires JWT token)"},"streamReports":{"topArtificialWlps":"GET /api/stream-reports/top-artificial-wlps?isLast=true","uploadExcel":"POST /api/stream-reports/upload-excel-reports","uploadNdjson":"POST /api/stream-reports/upload-ndjson-files"}}}