/** * Available API environments with their base URLs. * Use these constants to configure the SDK for different environments (production, staging, etc.). */ export enum Environment { /** DEFAULT environment base URL */ DEFAULT = 'https://api.magicbell.com/v2', }