Helper method to get the base path for chat-bots endpoints
static String chatBotsBasePath(bool isMarketplace) => isMarketplace ? 'marketplace' : 'chat-bots';