String getUrl({required bool isLive, required String endPoint}) => isLive ? '$liveBaseUrl/$endPoint' : '$sandboxBaseUrl/$endPoint';