/users
This endpoint returns a list of all users in the system.
/users/{username}
This endpoint returns information about a specific user.
/users
This endpoint creates a new user in the system.
{
"id": 1,
"username": "john.doe",
"email": "johndoe@example.com"
}
You do not have access to this resource.
An internal server error occurred.