{
"entId": "globalci",
"userId": "u7000000542718657",
"name": "10001sdk测试产品",
"categoryCode": "10001",
"description": ""
}
curl --location --request POST '/openservice/iot-service/product/add' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"entId": "globalci",
"userId": "u7000000542718657",
"name": "10001sdk测试产品",
"categoryCode": "10001",
"description": ""
}'
{
"result": "string",
"msg": "string",
"code": 0,
"status": 0
}