Change password
This endpoint allows the authenticated user to change their password.
Header parameters
AuthorizationstringRequired
Bearer token for authentication.
Body
oldPasswordstringRequiredExample:
fsdfsfs43543newPasswordstringRequiredExample:
Picco123@Responses
200
Password successfully changed
*/*
statusintegerOptional
messagestringOptional
400
Bad Request, invalid old password or other issues
*/*
put
/auth/change-password