Authentication
Password
Security
Authorized
Description
Authentication type : application/json
Changes the password for an authenticated user. Requires valid JWT token in Authorization header.
Request Body
Required
{
"email": "user@example.com",
"password": "newPassword123!",
"oldpassword": "oldPassword123!"
}