Requesting '/cats' to an API returns a collection of cats, while requesting '/cats/123' returns the cat whose id is '123'
My question is: what should be the response when '/' (the root of the API) is requested?
An index with the names of all the collections in the API maybe?