curl --location --request GET 'http://localhost:5600/open/configs/sample'
{
"code": 66,
"data": [
{
"title": "config.sample.sh",
"value": "sample/config.sample.sh",
"target": "config.sh"
},
{
"title": "notify.js",
"value": "sample/notify.js",
"target": "data/scripts/sendNotify.js"
},
{
"title": "notify.py",
"value": "sample/notify.py",
"target": "data/scripts/notify.py"
}
]
}