curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/accessControl/configs/voiceTalk/notifyUrl' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"notifyUrl": "https://hikvision.com"
}'
{
"code": 200,
"message": "操作成功"
}