A helper object responsible for sending HTTP requests using OkHttp and handling JSON serialization.
Represents the MIME type for JSON data.
Sends the current request and attempts to decode the response body into an object of type T.
Converts an object of type T to a RequestBody with JSON content type.