curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/addDevice' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"classroomId": "",
"deviceAddr": "学校门口",
"deviceName": "学校门口班牌",
"deviceOrgId": "",
"deviceSerial":"D66666999",
"validateCode":"CHNDDD",
"schoolId":"10a795f4a25dee9ed4491f28747eb6"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"deviceId": "00a795f4a25d4de09edd091f28747eb4"
}
}