Change password

Change user password

put
/auth/change-password

This endpoint allows the authenticated user to change their password.

Header parameters
AuthorizationstringRequired

Bearer token for authentication.

Body
oldPasswordstringRequiredExample: fsdfsfs43543
newPasswordstringRequiredExample: Picco123@
Responses
chevron-right
200

Password successfully changed

*/*
statusintegerOptional
messagestringOptional
put
/auth/change-password