I need to call an API written in C# in out Micro Focus COBOL application. I found this post very helpful
RE: Tutorial or example for calling a URL and processing the response
one thing though
the call needs to ba a POST with input in JSON
I can string together the body - but what is the syntax to attach it to the request?