curl --location --request GET 'https://api2.hik-cloud.com/api/v1/community/access/plans/templates/config' \
--header 'Authorization: Bearer ' \
--data-urlencode 'configType=' \
--data-urlencode 'deviceId=' \
--data-urlencode 'templateNo='
{
"code": 200,
"message": "操作成功",
"data": {
"enable": true,
"templateName": "xxx",
"weekPlanNo": 1,
"holidayGroupNo": "1,3,5"
}
}