{
"success": false,
"errorCode": "BAD_REQUEST",
"message": "Password change failed.",
"error": "Bad Request",
"details": {
"property1": {
"code": "string",
"message": "string"
},
"property2": {
"code": "string",
"message": "string"
},
"currentPassword": {
"code": "INCORRECT",
"message": "Current password is incorrect."
}
}
}