Authorization: ********************
{
"sn": "string",
"name": "string",
"pid": 0,
"companyId": 0,
"groupId": 0,
"userId": 0,
"appGroupId": 0
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/device/insert' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"sn": "string",
"name": "string",
"pid": 0,
"companyId": 0,
"groupId": 0,
"userId": 0,
"appGroupId": 0
}'
{
"code": 0,
"data": 0,
"message": ""
}