How to complete the challenge PUT /challenger/guid (409) mismatch
Get your current challenger state from /challenger/{guid}.
Then send that JSON payload to PUT /challenger/{different-guid} while leaving the payload xChallenger value unchanged.
The response should be 409 Conflict:
{
"errorMessages": [
"URL GUID does not match payload X-CHALLENGER"
]
}
This is a conflict because the URL identifies one challenger while the payload identifies another.