Create a new user account on the Shinzo Platform.
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Valid email address |
password | string | Yes | Password (minimum 8 characters) |
| Code | Description |
|---|---|
201 | User created successfully |
400 | Invalid request (missing fields, invalid email, password too short) |
409 | User with this email already exists |