Users
Create a new user
Create a new user record with the provided details.
post/api/v1/users
Request body
Example request
{
"email": "admin@example.com",
"password": "password",
"username": "admin"
}Response
user created successfully
Create a new user record with the provided details.
{
"email": "admin@example.com",
"password": "password",
"username": "admin"
}user created successfully