ResetPasswordRequest
passwordstring
The new password to be used for authentication
tokenstring
The token to be used to reset the password, token is sent via email
ResetPasswordRequest
{
"password": "string",
"token": "string"
}
The new password to be used for authentication
The token to be used to reset the password, token is sent via email
{
"password": "string",
"token": "string"
}