Hi
I have written a .Net 6 webapi service that receives a custom BOD. I have added the service to the ION API with anonymous auth (for now). The web service doesn't do anything yet and just returns an OK - 200 response.
The connection point is set to "XML from BOD" to parse just the Noun portion.

Viewing the request parameter, I can confirm only the noun portion is displayed:
The following error occurs:

Making the same call in the ION API or Postman works as intended.

I've been stuck on this for hours now. Any assistance would be appreciated.
Regards