POST /reset
Forget all discovered species for the current user.
URL
https://api.pokedexercice.ch/resetParameters
No parameters
Return
200
Empty body
Example
fetch('https://api.pokedexercice.ch/reset', { method: 'POST', headers: { 'Authorization': `Bearer MY_PERSONAL_TOKEN` }});Response
{}