{
"id": 33,
"productName": "eS3t$g4",
"authType": 1,
"status": 1
}
curl --location --request PUT '/iot/product/cancle' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 33,
"productName": "eS3t$g4",
"authType": 1,
"status": 1
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"productKey": "string",
"productName": "string",
"authType": 0,
"status": 0,
"remark": "string",
"createTime": 0,
"updateTime": 0
}
}