Auth
Register a new user
Creates a new user account in the Endatix application using the provided email and password.
post/api/auth/register
Request body
Example request
{
"email": "user@example.com",
"password": "Password123!",
"confirmPassword": "Password123!"
}Response
User has been successfully registered.