curl --location -g --request POST 'http://localhost:5678/api/open/env/v1/update' \
--header 'api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "ordinary",
"data": {
"id": 0,
"type": "string",
"description": "string",
"tag_list": "string",
"group_id": 0,
"remark": "string",
"value": "string",
"sort": 0,
"enable": 0
}
}'[
{
"id": 0,
"type": "string",
"description": "string",
"tag_list": "string",
"enable": 0,
"group_id": 0,
"remark": "string",
"value": "string",
"sort": 0
}
]