@override Future<Response<T>> send<T>(String method, String endpoint, {HttpRequestOption? option, Object? body}) { return _request(method, endpoint, option, body); }