3.1. Retrieve pokemon collections

Implement a method that answers to GET requests in the route /api/pokemon returning/producing all available pokemon as an array of JSON objects.

If don't yet have a solution for persisting pokemon, feel free to create default ones in memory.