Available Endpoints
User Management
Get All Users
Retrieve a list of all users in the system
Get User by ID
Retrieve a specific user by their ID
Create User
Create a new user account
Update User
Update user information
Delete User
Delete a user account
User Interests
Get and manage user interests
User Object
The user object contains the following fields:Unique identifier for the user
The user’s username (stored in lowercase)
The user’s email address (stored in lowercase)
The user’s password (hashed)
The user’s role in the system (default: “user”)