Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:5600/open/envs/name' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ 0 ], "name": "string" }'
{ "code": 0 }