Authentication

Create a new user account

post/api/v1/auth/signup

Request body

namestring required
emailstring required
passwordstring required

Response

User account created

Changes