export type GroupedRequestInput = { body?: unknown; contentType?: string; query?: unknown; params?: Record; headers?: Record; };