401 (Unauthorized) when trying to update user data

Have you tried console log the jwt to make sure it exists.

I also don’t think you can’t do an update on /me. You have to do /users/X
where X is the id of the user.