Creates a new user
Security
bearer-key
POST
{ "name": "jon", "email": "jon.smith@mail.com" }
Response
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Jon Smith", "email": "jon.smith@mail.com", "userType": "REGULAR", "accountStatus": "ACTIVE" } }