How to complete the challenge PUT /challenger/guid RESTORE
First retrieve your progress with GET /challenger/{guid}.
Then send that JSON back to PUT /challenger/{guid} with Content-Type: application/json. When the URL GUID and payload challenger id match, the API restores the progress and returns 200.
Try it now
If you want to inspect the challenger payload first, get it with GET /challenger/{guid}. See the solution.