Using request from helper-plugin giving 401 error

Sorry pretty new to this also not sure if this helps but have you tried adding auth:false to your route?

 {
    method: 'GET',
    path: '/example',
    handler: 'example.find',
    config: {
      auth: false
    },
  },