ProfileUpdateRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | String | First name of the user. | [optional] [default to null] |
| last_name | String | Last name of the user. | [optional] [default to null] |
| country_code | String | Country code (ISO 3166-1 alpha-2). | [optional] [default to null] |
| gender | Gender | Gender of the user. | [optional] [default to null] |
| date_of_birth | String | Date of birth (YYYY-MM-DD). | [optional] [default to null] |
| is_online | Boolean | Online status for drivers. | [optional] [default to null] |
| photo | String | Profile photo URL. | [optional] [default to null] |