How to log request and response for a pipeline which has Rest api post and get calls?
I have a pipeline where i make a REST api call . I want to log the request body and the response body everytime the pipeline executes.How can this be achieved.Kindly help in this regard.