3.5. Update individual pokemon
Implement a method that answers to PUT requests
in the route /api/pokemon/{id} that replaces the
pokemon with the matching id with the JSON
object passed in the body of the request and
returns/produces the resulting pokemon.
If don't yet have a solution for persisting pokemon, feel free to return the resulting pokemon without saving it.