request<Id extends SessionOperationId>(operationId: Id, ...rest: RequestParams<Id, OptionsFor<Id>>): Promise<ResponseBody<Id>>
Example
await session.request("getUnit", { path: { unit_id: unitId } });
Escape hatch: call any operation a session token may use, by id.