Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server): add user information endpoint
- Added a new endpoint `/user/information` to retrieve user information. - The endpoint requires the `current_token` parameter for authorization. - If successful, the result is returned as a model dump.
- Loading branch information