name、description 的其中一个参数curl --location -g --request GET 'http://localhost:5678/api/open/env/v1/query' \
--header 'api-token: <api-key>'[
{
"category": "ordinary",
"data": [
{
"id": 0,
"type": "string",
"description": "string",
"tag_list": "string",
"enable": 0,
"group_id": 0,
"remark": "string",
"value": "string",
"sort": 0
}
]
}
]