{"greeting":"Hello, i am Pavan Kulkarni, this is a backend API to get Youtube Subscribers","routes":[{"route":"/subscribers","response":"Response with an array subscribers(an Object)"},{"route":"/subscribers/names","response":"Response with an array of subscribers(an Object with only two fields name and subscribedChannel)"},{"route":"/subscribers/:id","response":"Response with a subscriber*(an object)* with given id Response with status code 400 and Error message({message: error.message}) if id does not match"}]}