V5 PUT request in /users/me returns 404, even though GET requests returns user

Is it possible 5to use the /users/me api route for updating the user, or do I have to use /users/{id} with an api token instead of JWT for updating the user?