token: ********************curl --location '/devicetype/string' \
--header 'Accept: application/json' \
--header 'token: <api-key>'{
"deviceTypeId": "string",
"description": "string",
"protocol": {
"protocol": "string",
"sensors": [
{
"protocolId": "string",
"resourceTypeId": "string",
"resourceId": "string"
},
{
"protocolId": "string",
"resourceTypeId": "string",
"resourceId": "string"
}
]
}
}