SignupRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | String | First name of the user. | [default to null] |
| last_name | String | Last name of the user. | [default to null] |
| String | Email address of the user. | [default to null] | |
| phone | String | Phone number of the user. | [default to null] |
| password | String | User password. | [default to null] |
| date_of_birth | String | Date of birth in YYYY-MM-DD format. | [default to null] |
| gender | Gender | Gender of the user. | [default to null] |
| referral_code | String | Optional referral code. | [optional] [default to null] |