touch: ({path}, options) =>
      request('touch', {path, options}, 'json').then(({body}) => body),