HTTP Request Update request

Hi,

I am going to use update request in HTTP Request. I have implemented Get request, I passed a parameter to read the json object based on that. now, I am going to update. so definitely, I need an access code to receive Json object. and then make changes. but I do not know how I can use Http request activity for update request. I know that for the End point I need to add …//?method=request.update and change the method to POST

Can anyone help me with this?

Thanks

I’ve seen examples of GET request but not POST request that works properly. if anyone have an experience about it, please share.
thank you