/** * @example * { * userId: "user_id" * } */ export interface BodyCreateLabReportParserJob { userId: string; needsHumanReview?: boolean; }