pub async fn response_json<T: DeserializeOwned>( request: Request<Body>, ) -> Result<Response<T>>
Loads the given request and parses the response as JSON into the given type, including rate-limit headers.