curl --location 'http://prod-cn.your-api-server.com/open/browser/environments' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "550e8400-e29b-41d4-a716-446655440000"
}'{
"code": 200,
"msg": "成功",
"data": {
"list": [
{
"id": "string",
"groupId": "string",
"groupName": "string",
"name": "string",
"runningStatus": "string",
"userId": "string",
"createdTime": 0,
"updatedTime": 0
}
]
},
"succeed": true,
"timestamp": 0
}