apiKey 与环境归属后,按服务端解析出的 profile 调用本机指纹浏览器服务关闭实例。curl --location 'http://prod-cn.your-api-server.com/open/browser/stop' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "string",
"envIds": [
"string"
]
}'{
"code": 200,
"msg": "成功",
"data": {
"results": [
{
"envId": "string",
"profileId": "string",
"success": true,
"error": "string"
}
]
},
"succeed": true,
"timestamp": 0
}