Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/users/me | GET | Get current user |
/api/users/{id}/profile | GET | Get user profile |
/api/users/{id}/balance | GET | Get user balance |
/api/users/{id}/follow | POST | Follow user |
/api/users/{id}/follow | DELETE | Unfollow user |
/api/users/{id}/followers | GET | Get followers |
/api/users/{id}/following | GET | Get following |
/api/users/search | GET | Search users |