POST /{BASE}/user/me/passwd newPasswd=…&oldPasswd=…
UserWebService.passwd({'newPasswd': /* newPwd the new password */, 'oldPasswd': /* oldPwd the old (current) password. */});
Update/change the password for the current user.