Changes the password of the current user.
Note: If the current user does not have a password (e.g. they use Google Authentication) password
can be empty. Otherwise, password
must be the current password of the user.
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "password": "secret",
- "newPassword": "even-more-secret"
}