{
"name": "产品1",
"deviceType": "device",
"productCode": "",
"deptId": "000000",
"photo": "",
"description": ""
}curl --location 'ssiot.cc/api/product/add' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '{
"name": "产品1",
"deviceType": "device",
"productCode": "",
"deptId": "000000",
"photo": "",
"description": ""
}'{}