**GET /api/users/me/statistics**
## Acceptance Criteria:
- [x] The endpoint returns 401 Unauthorized if no token is provided.
- [x] It only returns data for the user associated with the token.
- [x] Response format example: { "total_games": 50, "wins": 25, "losses": 25, "win_rate": "50.0%" }.
KZix
added this to the Bisca - API project 2025-12-29 14:53:27 +00:00
KZix
added the apistats labels 2025-12-29 14:53:46 +00:00
KZix
self-assigned this 2025-12-29 14:53:50 +00:00
KZix
moved this to To Do in Bisca - API on 2025-12-29 14:53:57 +00:00
KZix
added the feature label 2025-12-29 14:55:18 +00:00
KZix
moved this to In Progress in Bisca - API on 2025-12-29 15:31:45 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
GET /api/users/me/statistics
Acceptance Criteria: