[POST] resetPassword
/api/driver/resetPassword
ResetPasswordRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
data |
str
|
encrypted data containing ChangePasswordDTO |
ChangePasswordDTO
Attributes:
Name | Type | Description |
---|---|---|
request_id |
str
|
encrypted request id |
password |
str
|
new password |
Notes:
- Expect the normal response to be returned with a status of 200 OK.
Expected error messages
ACCOUNT_NOT_EXIST
- If the email provided is not associated with any account.