3.2. Retrieve individual pokemon based on their ID

Implement a method that answers to GET requests in the route /api/pokemon/{id} returning/producing the pokemon with a matching id as a JSON object.

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