New user
Create a whitelabel account.
post/users
Request body
Example request
{
"email": "user@example.com",
"credits": 1000
}Response
The new account metadata.
Example response
{
"email": "user@example.com",
"token": "a1-0dF6qKHYD7SNU5kAtjOmwHpH3iFgpylA",
"credits": 1000
}