How to pass a xml body in http request

I need to pass a xml body in http request in uipath. Can anyone help me how to pass xml body.

Hi,
I am facing a similar issue. I have been trying to implement my authentication request i wrote in postman with the UiPath HTTP request activity. The request body is XML. I have tried a number of things such as string interpolation. Can you please let me know if you succeeded to pass your request body otherwise?

Okay, so i figured it out. What needs to be done is, you first have use interpolation on your XML body. Next deserialize the interpolated xml and pass it in the body property of your HTTP request.