I need to handle the multiple values for the single key in the URL.
Ex: values/{values} => values/1,2,3
I refered the following URL: REST API Best practice: How to accept list of parameter values as input
But still i am thinking best practices to pass multiple values. And i need to know which is standard way to pass the values in the route.