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