3.6. Create new pokemon
Implement a method that answers to `POST` requests
in the route `/api/pokemon` that creates a new
pokemon 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.
issue