I have the following code where I do this var response = httpClient.SendAsync(httpRequestMsg); In my request object I have Accept header with applicatio
var response = httpClient.SendAsync(httpRequestMsg);