Change Password
Change the password of the user.
PUT
/
auth
/password
Authorization
Authorization
RequiredBearer <token>
Auth Token from Login API
In: header
Request Body
application/json
RequiredoldPassword
Requiredstring
Old password of the user.
newPassword
Requiredstring
New password of the user.
confirmPassword
Requiredstring
Confirm password of the user.
Success