GET Get user by ID
/users/:userId Get user by ID
PUT Update user
/users/:userId Update user
DELETE Delete user
/users/:userId Delete user
POST User change password
/users/:userId/change-password User change password
GET Get user profile
/users/profile Get user profile
POST Profile change password
/users/profile/change-password Profile change password