AboutSupportDeveloper GuideVersion 1.1.0
BatchRequestItem: {
    body?: any;
    headers?: ApiRequestHeaders;
    id?: string;
    method: HttpMethod;
    url: string;
}