curl --location --request PUT 'http://localhost:5600/open/envs//move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromIndex": 2,
"toIndex": 1
}'{
"code": 0,
"data": {
"id": 0,
"value": "string",
"timestamp": "string",
"status": 0,
"position": 0,
"name": "string",
"remarks": "string",
"createdAt": "string",
"updatedAt": "string"
}
}