Games are under development. Expect frequent updates and changes.
Back to all games
15 points on winMedium

API Rescue

Fix payload, headers, methods, and status handling in realistic API troubleshooting tasks.

API Rescue
Reset Password API
Your endpoint is /api/auth/reset-password and it must reset user password.
fetch('/api/auth/reset-password', {
  method: 'GET',
  headers: { 'Content-Type': 'text/plain' },
  body: raw object
})

HTTP Method

Content-Type

Body Format