I am trying to understand Zuul (https://github.com/Netflix/zuul) and would like to run a sample code to test it with Eureka. Using Eureka nodejs client (https://www.npmjs.com/package/eureka-js-client) , I have registered a service on Eureka. I am not able to understand from the example app shown on github page of Zuul, how to send a REST API request to Zuul and in which format to specify the filter or even how to add my own custom filter.
Is there any sample application/code which I can look at to see the entire flow other than the one mentioned on the github page.