Admin message

This server will be unavailable due to maintenance on June 10, 2026 between 19:00 and 22:00 (Central European Time). We are sorry for the inconvenience. During this period, neither Git nor the GitLab web interface will be available, so please make sure you plan accordingly.

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