define cache-control header in a json object in C#
I need to post a batch API request from a C# code. In one of the requests in the batch, I need to set Cache-Cotrol to no-cache. The request body should be like this: request body in postman { "GetEvents":…