{
"ids": [
0
],
"name": "string",
"search": "string",
"replace": "string"
}curl --location --request PUT 'http://127.0.0.1:5700/api/envs/batch/rename' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
0
],
"name": "string",
"search": "string",
"replace": "string"
}'