curl --request PATCH \
--url https://api.shoppex.io/dev/v1/licenses/{key}/hwid \
--header 'Authorization: Bearer <token>'{
"data": {
"uniqid": "<string>",
"shop_id": "<string>",
"product_id": "<string>",
"invoice_id": "<string>",
"license_key": "<string>",
"hardware_id": "<string>",
"uses": 123,
"expires_at": 123,
"created_at": 123,
"updated_at": 123
}
}Set or clear the hardware ID for a license
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/licenses/{key}/hwid \
--header 'Authorization: Bearer <token>'{
"data": {
"uniqid": "<string>",
"shop_id": "<string>",
"product_id": "<string>",
"invoice_id": "<string>",
"license_key": "<string>",
"hardware_id": "<string>",
"uses": 123,
"expires_at": 123,
"created_at": 123,
"updated_at": 123
}
}