This is the API
This can only be done by the logged in user.
//user
POST
Created user object
//user/createWithArray
POST
List of user object
//user/createWithList
POST
List of user object
This can only be done by the logged in user.
//user/{username}
DELETE
The name that needs to be deleted
//user/{username}
GET
The name that needs to be fetched. Use user1 for testing.
//user/login
GET
The user name for login
The password for login in clear text
//user/logout
GET
This can only be done by the logged in user.
//user/{username}
PUT
Updated user object
name that need to be updated