Redeem a license code to link purchase to account.
cURL
curl --request POST \ --url https://api.example.com/v1/purchases/redeem \ --header 'Content-Type: application/json' \ --data ' { "license_code": "<string>" } '
{ "skill_slug": "<string>", "purchase_id": "<string>", "message": "<string>" }
14
Successful Response