{
"sn": 16777733333,
"sign": ""
}
curl --location --request POST '/product/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": 16777733333,
"sign": ""
}'
{
"code": 0,
"msg": "success",
"data": {
"purchaseDate": 1744701434000,
"chargingCycles": 1,
"limitedWarrantyDate": 1744701434000,
"limitedWarrantyChargingCycles": 1,
"isWarranty": true,
"fileName": "",
"url": "",
"isCompress": true
}
}