Authentication

Create a new user

Creates a new user in the authentication system

post/auth/register

Request body

emailstring required
passwordstring required
firstNamestring required
lastNamestring required

Response

OK

Changes