curl --location --request GET 'https://api2.hik-cloud.com/api/v1/ezviz/detector/ipcs/bindList?deviceId=xxxxxx&detectorSerial=xxxx' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": [
{
"detectorSerial": "xxxxxx",
"ipcSerial": "xxxx"
}
]
}