Updates the bcrypt password hash for a user profile.
Auth user id to update.
New bcrypt hash to persist.
Resolves when the profile update completes.
Error with code 404 when no matching profile exists.
code
Updates the bcrypt password hash for a user profile.