request<Id extends SecretKeyOperationId>(operationId: Id, ...rest: RequestParams<Id, OptionsFor<Id>>): Promise<ResponseBody<Id>>
Example
const unit = await endstate.request("getUnit", {
path: { unit_id: unitId },
});
Escape hatch: call any operation this credential may use, by id.