1. Generate Claim Account Code

POST {{host}}/v1/user/claim-account

Use the Registration Code from Step 1.2 to generate a Claim Account Code

Request Body

{"registrationCode"=>"{{registration-code-UUID}}"}

RESPONSES

status: OK

{"claimAccountCode":"\u003cClaim Account Code\u003e"}