This controller is responsible for handling user accounts
| media type | data type |
|---|---|
| text/xml | register (XML) |
| media type | data type |
|---|---|
| application/json | string (JSON) |
| application/xml | string (XML) |
POST /manager/v0.0/switch/account/register
Content-Type: text/xml
Accept: application/json
<register>
<user>user</user>
<pwd>123abc</pwd>
</register>
HTTP/1.1 201 Looks Good
Content-Type: application/json
...