Auth
Register new users
post/register/
Request body
Example request
{
"email": "quads@redhat.com",
"password": "7h1515aV3rYkr1p71k70k3n"
}Response
New user authentication token
Example response
{
"status": 200,
"message": "Successful login",
"auth_token": "7h1515aV3rYkr1p71k70k3n"
}