curl --location --request GET 'http://localhost:5600/open/envs?searchValue='
{
"code": 0,
"data": [
{
"id": 0,
"value": "string",
"timestamp": "string",
"status": 0,
"position": 0,
"name": "string",
"remarks": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}