curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/configplan/plan/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"desc": "string",
"creator": "string",
"createTime": 0,
"beginTime": 0,
"endTime": 0,
"status": 1,
"deviceScope": 1,
"configType": 1,
"config": "string",
"enable": true
}
}