Update user by ID - PATCH request method

Hi!
I’m trying to create a flow where when a new user is created, it’s ID is fetched and updated in the user’s account created custom field: user-id.
First I have an Incoming webook (working) that triggers when (new_user_added), then I was trying to replicate the Patch Request Method using the Make HTTP request node. When using this patch request directly from the webflow API site, it works and updates the value on the user’s account. When using the HTTP request node I have an error when running the test.

This is working and updating correctly:

This is my HTTP request node config that is not working, even when updating id with the actual value on both URL and Body fields. The Credential is set as: Bearer (actual api key)

And this is the error I get when running the test:
error

Thanks for the help!