Sign up a new user
POST
/v1/auth/signup
Creates a new user account with email and password. If the email matches the configured admin email, the user is auto-verified and a JWT token is returned. Otherwise, a verification email is sent.
Request Body
application/json
JSON "email": "string", "password": "string"
{
}
Responses
Signed up and logged in (admin)
application/json
JSON "message": "string"
{
}