/** * @example * { * labAccountId: "lab_account_id" * } */ export interface LabTestsGetByIdRequest { /** The lab account ID. This lab account is used to determine the availability of markers and lab tests. */ labAccountId?: string; }