curl --location -g --request GET 'http://localhost:5678/api/open/env/v1/page?category' \
--header 'api-token: <api-key>'{
"data": [
{
"id": 0,
"type": "string",
"description": "string",
"tag_list": "string",
"enable": 0,
"group_id": 0,
"remark": "string",
"value": "string",
"sort": 0
}
],
"page": 0,
"size": 0,
"total": 0
}