User
Create User
Creates a new user in both Auth0 and DAL with validation
post/users
Headers
tenant-idstring
Request body
Example request
{
"email": "user@example.com",
"password": "password123",
"firstName": "John",
"lastName": "Doe"
}Response
User created successfully