curl --location --globoff 'http://localhost:5678/api/open/env/v1/page?category=undefined&compositeId=undefined&enable=undefined&tags=undefined&search=undefined&orderBy=undefined&order=undefined&page=undefined&size=undefined' \
--header 'api-token: <api-key>'{
"page": 0,
"size": 0,
"total": 0,
"data": [
{
"id": 0,
"group_id": 0,
"type": "string",
"description": "string",
"tag_list": "string",
"remark": "string",
"value": "string",
"sort": 0,
"enable": 0
}
]
}