Authentication
User signup
Register a new user account with the provided details.
post/signup
Request body
Example request
{
"email": "admin@example.com",
"password": "password",
"username": "admin"
}Response
user created successfully
Register a new user account with the provided details.
{
"email": "admin@example.com",
"password": "password",
"username": "admin"
}user created successfully