Authorization: Bearer ********************
{ "concurrency": 5 }
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/browsers/stop/all' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "concurrency": 5 }'
{ "code": 0, "message": "success", "data": { "total": 0, "success_count": 0, "failed_count": 0, "items": [ { "env_id": "env_01JABCDEF1234567890", "success": true, "data": { "status": "inactive" } } ] } }