`postman.setEnvironmentVariable("xero-tenant-id", data[0].TenantId);` Should be `postman.setEnvironmentVariable("xero-tenant-id", data[0].tenantId);` Fails to set the Tenant ID otherwise.
postman.setEnvironmentVariable("xero-tenant-id", data[0].TenantId);Should be
postman.setEnvironmentVariable("xero-tenant-id", data[0].tenantId);Fails to set the Tenant ID otherwise.