{
"deviceId": "3c:84:27:07:95:51",
"productKey": "",
"deviceKey": "AsFaO9vdNDP4AXHmy8hY",
"deviceSecret": "5",
"remark": "测试"
}
curl --location --request POST '/iot/device' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "3c:84:27:07:95:51",
"productKey": "",
"deviceKey": "AsFaO9vdNDP4AXHmy8hY",
"deviceSecret": "5",
"remark": "测试"
}'