**Acceptance Criteria:**
- [x] Return current coin balance
- [x] Users can only access own balance
- [x] Return 404 if user not found
- [x] Return 401 if unauthorized
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.
Acceptance Criteria:
Create GET /api/users/{id}/coins endpointto Create GET /api/users/me/coins endpointI've changed the endpoint to have the /me instead of receiving an ID, just because I don't see this being called outside of the users themselves