protected static _patch<TResponseBody extends ResponseBody = ResponseBody>(
    path: string,
    requestInit?: EndpointCreateRequestInit
  ) {
    return this._createRequest<'PATCH', TResponseBody>(