curl --location --request POST 'http://localhost:5600/open/envs' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"value": "string",
"name": "string",
"remarks": "string"
}
]'
{
"code": 0,
"data": [
{
"id": 0,
"value": "string",
"timestamp": "string",
"status": 0,
"position": 0,
"name": "string",
"remarks": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}