auth

Change current user's password

Allows the authenticated user to change their own password

post/auth/change-password

Request body

currentPasswordstring required

Current password for verification

newPasswordstring required

New password to set

Response

Password changed successfully

messagestring required

Success message

Changes