Register User
Authentication
Register User
Create a new user account on the Shinzo Platform.
POST
Register User
Register User
Create a new user account with email and password.Authentication
No authentication required.Valid email address
Password (minimum 8 characters)
Example Request
Response
Status Codes
| Code | Description |
|---|---|
201 | User created successfully |
400 | Invalid request (missing fields, invalid email, password too short) |
409 | User with this email already exists |

