export const getSandboxHost = (host: string): string => host.replace('https://api.', 'https://sandbox.').replace('http://api.', 'http://sandbox.');