{
"id": 0,
"deviceCenterMac": "string",
"familyId": 0,
"name": "string",
"roomId": 0,
"boundBy": 0,
"boundAt": "2019-08-24T14:15:22.123Z",
"connectionInfo": "string",
"bizProps": "string",
"urgentPhone": "string",
"status": 0,
"online": 0,
"reportFlag": 0
}curl --location --request POST '/device/edit' \
--header 'tenantId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"deviceCenterMac": "string",
"familyId": 0,
"name": "string",
"roomId": 0,
"boundBy": 0,
"boundAt": "2019-08-24T14:15:22.123Z",
"connectionInfo": "string",
"bizProps": "string",
"urgentPhone": "string",
"status": 0,
"online": 0,
"reportFlag": 0
}'{
"code": "string",
"message": "string",
"data": true,
"success": true
}