Get Current User Info
Return information about the current user.
Args: user (Annotated[User, Depends): user dependency, handled by get_current_user.
Returns: UserPublic: public information about the current user.
get/user_info
Response
Successful Response