How to complete the challenge PUT /challenger/guid CREATE
This challenge is like the restore challenge, except the challenger should not already be active in memory.
Use the saved challenger progress JSON as the request body and send it to PUT /challenger/{guid}. If the GUID is restorable but not currently active, the API creates that challenger in memory from the payload.
Try it now
If you want to inspect the challenger payload shape first, get it with GET /challenger/{guid}. See the solution.
GET /challenger/{guid} to get the challenger payload
The main request below uses a restorable copy of that payload with a different GUID.