Hi
I'm trying to send a request to a REST API Service.
I'm using this code (Adapter is
{
set tSC = $$$OK
try
{
set tContent="application/json"
set tApiKey="somekey"
Set tOut=##class(%IO.StringStream).%New()
set tSC= ..ObjectToJSONStream(pRequest,.tOut)
.png)


