curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/devices/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "E05426006",
"groupNo": "fsdfe",
"validateCode": "ADSEFE"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"deviceId": "08f02fd8903e4705a3af5be1ddc81886",
"deviceName": "IP CAMERA1",
"deviceModel": "DS-LR1B10GG-IS-4",
"deviceSerial": "E05426006",
"deviceStatus": 1,
"groupId": "3ecbc93c4a6811e6b3f1fa163ee7ae3b",
"isEncrypt": 0
}
}