# Functions
Auth godoc @Summary Authenticate user @Description Authenticates a user by accepting their login credentials (login and password) in JSON format.
UpdatePassword godoc @Summary Update user' Password @Description Updates the user's password with new data provided in the JSON payload.
Profile godoc @Summary Get user profile @Description Retrieves the full profile of the currently authenticated user.
Refresh godoc @Summary Refresh user's access token @Description Recieve a user's refresh token in JSON format.
Register godoc @Summary Register a new user @Description Handles the registration of a new user by accepting a JSON payload containing user data.
UpdateUser godoc @Summary Update user profile @Description Updates the user profile with new data provided in the JSON payload.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author