Future<dynamic> request({bool getResponseBytes = false}) async { return _ApiBaseHelper( requestApi: this, getResponseBytes: getResponseBytes, ).call(); }