post https://wassdev.idbanc.com/auth/signup
This endpoint lets users provide the necessary information to create a new account.
Request Body
The request should include the following parameters:
| Parameter | Type | Description |
|---|---|---|
| emailAddress | string | This parameter represents the email address associated with the user or organization. |
| password | string | This parameter represents the password of the user or organization. |
| firstName | string | This parameter specifies the user's or organization's first name. |
| lastName | string | This parameter specifies the user's or organization's last name. |