Change Password
Change the password of the user.
PUT
/
auth/passwordAuthorization
AuthorizationRequiredBearer <token>
Auth Token from Login API
In: header
Request Body
application/jsonRequiredoldPasswordRequiredstring
Old password of the user.
newPasswordRequiredstring
New password of the user.
confirmPasswordRequiredstring
Confirm password of the user.
Success
