Group name (max 50 characters). If provided, the system first checks groupId: if a valid group is found, it is used; otherwise, it searches by groupName. If a group with that name exists, it is referenced; if not, a new group is created. Each team is limited to 1,000 groups.
Example:""
Browser kernel version; default:0 (auto-match). Obtain available versions via '/api/env/advanced/ua/versions'
Example:140
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/create/quick \
-H 'Content-Type: application/json' \
-d '{
"browserTypeId": 1,
"operatorSystemId": 1,
"quantity": 1
}'Response
{ "code": 0, "msg": null, "data": [ "string" ], "requestId": "string" }