# 3. Parse the license response license = parse_license_response(response.content)
# 4. Decrypt the content key using device private key content_key = rsa_decrypt(license.encrypted_key, device_private_key) getwvkeys
# 2. Send to license server response = requests.post(license_url, data=request, headers="Content-Type": "application/octet-stream") getwvkeys