Hi,
I need to use a soap API in an API flow.
That means I need to use xml request body inside of an API flow.
For now only json request body are allowed, if an xml request body is definied in the swagger file (openAPI), the body field is shaded and cannot be populated:

Apparently, one way to use xml API in an API Flow is to use json request and configure an endpoint policy to convert json to xml.
And set another endpoint policy for the API response that will convert xml to json.

I can see the XmlToJson option but not the JsonToXml one, plus I have no idea of how to use it and couldn't find any examples or documentation.
Does anyone have an idea of how to do this ?