Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"tagId": 0,
"deviceId": 0,
"tagName": "string",
"color": "string",
"createdBy": "string",
"createdAt": "2019-08-24T14:15:22Z"
}curl --location --request POST 'http://119.45.164.188:9180/prod-api/project/deviceTag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"tagId": 0,
"deviceId": 0,
"tagName": "string",
"color": "string",
"createdBy": "string",
"createdAt": "2019-08-24T14:15:22Z"
}'{
"code": 0,
"msg": "string",
"data": {}
}