/api/users
Retrieves a list of all users.
/api/users/auth-test
Tests if authentication is working (requires login).
/api/users/search
Search for users by organizer name.
/api/users/:id/info
Update user information.
/api/users/:id/password
Update user password.
// API response will appear here