TracyHttpResponseBody
Encapsulates the body content of an HTTP response.
This sealed class is used as part of the TracyHttpResponse data structure to represent the various formats of data that can be included in the response body of an HTTP transaction.
Json: Represents a JSON response body containing structured data, which can be parsed and accessed as a JsonElement.