Hello,
Is there a way to pass the request body (CLOB) which was passed in the Plsql_Rest_Sender_API.Call_Rest_EndPoint back to the callback function? Or any other way to retrieve the payload of the rest call to the callback function (other than including it in the response body)
Tried to include it in the key_ref_ but since the value is greater than VARCHAR2(1000) it’s failing.