Change current password
Authentication
Change current password
Changes the authenticated user’s password. Requires current password for verification. User must be authenticated with a valid JWT token.
POST
Change current password
Authorizations
JWT token for user authentication
Body
application/json
Current password for verification
Example:
"CurrentPass123!"
New password. Must be at least 10 characters and include at least one number, one lowercase letter, one uppercase letter, and one special character.
Example:
"NewSecurePass123!"
Response
Password changed successfully
Example:
"Password changed successfully"

