{"service": "Flex Earnings Tracker API", "frontend_url": "http://localhost:5173/", "endpoints": {"admin": "/admin/", "register": "POST /api/auth/register/", "login": "POST /api/auth/token/", "refresh": "POST /api/auth/token/refresh/", "me": "GET/PATCH /api/me/", "blocks": "GET/POST /api/blocks/", "block_detail": "GET/PATCH/DELETE /api/blocks/<id>/", "export_csv": "GET /api/blocks/export/", "stats": "GET /api/stats/", "stats_by_station": "GET /api/stats/by-station/", "stats_by_dow": "GET /api/stats/by-dow/", "stats_by_hour": "GET /api/stats/by-hour/"}}