get
GET /api/v3/user/login HTTP/1.1
Host: 
Accept: */*
<?xml version="1.0"?>
<object>text</object>
post
POST /api/v3/user/createWithList HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 145

[
  {
    "id": 10,
    "username": "theUser",
    "firstName": "John",
    "lastName": "James",
    "email": "john@email.com",
    "password": "12345",
    "phone": "12345",
    "userStatus": 1
  }
]
{
  "id": 10,
  "username": "theUser",
  "firstName": "John",
  "lastName": "James",
  "email": "john@email.com",
  "password": "12345",
  "phone": "12345",
  "userStatus": 1
}