Appearance
Allow users to change their password.
Passwords must be at least 8 characters long and cannot be the username.
POST https://api.backstack.com/user/change-password { "password": "new-password", "confirm": "new-password" }