token: ********************curl --location '/device/string' \
--header 'Accept: application/json' \
--header 'token: <api-key>'{
"ownerId": "string",
"hardwareId": "60001",
"deviceId": "55c883e0-701e-4810-acf1-e827dbd83fb0",
"deviceTypeId": "string",
"description": "string",
"hardwareIds": {
"sid": "60001"
},
"parentHardwareId": [
"KO17321203",
"KO17321203"
],
"protocol": {
"protocol": "string",
"sensors": [
{
"protocolId": "string",
"resourceTypeId": "string",
"resourceId": "string"
},
{
"protocolId": "string",
"resourceTypeId": "string",
"resourceId": "string"
}
]
}
}