The base URL for the API requests.
@override String get baseUrl => Uri.parse(persistentStorageService.baseApiUrl) .replace( path: "/rpc/utils-notification/notification", ) .toString();