Backend_AccountChangePassword

struct

Payload required to update the current user's password

Property Type Description
oldPassword String The old password
newPassword String The new password
verifyPassword String To verify the new password must contain the same value as the new password
part of the Apioo-Project