Skip to main content
POST
Setup Admin

Body

application/json

User registration request model

username
string
required
password
string
required
email
string | null

Response

Successful Response

User registration response model

success
boolean
required
message
string
required
user
User · object | null