create User
This function registers a new user in the api. Note that, although called "create" because that is the intended use, the creation in the API is actually an upsert.
The intention is to use this function a single time, before the first scan.
Parameters
New User
newUser - An object representing the data of a new user to register