I have a scenario where I post from SAP ABAP via a proxy to an API endpoint.
In this case, I have to update the user. The URL looks like this https://company.com/api/v2/users/<user_id>;And the payload for example like this:{ "user_id": "12344556", ...