curl --location --request GET 'https://api2.hik-cloud.com/api/v1/device/isapi/system/time/ntpServers' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": {
"id": "1",
"addressingFormatType": "hostname",
"hostName": "time.windows.com",
"ipAddress": null,
"ipv6Address": null,
"portNo": 123,
"synchronizeInterval": 1440
}
}