{
"containerCode":"223012801" // 环境ID
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/browser/stop?containerCode=9334812' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"containerCode":"223012801" // 环境ID
}'{
"requestId": "a815fffe-93d7-4286-baf9-d93298f1b450",
"msg": "Success",
"code": 0,
"data": {
"action": "stopBrowserByCode",
"err": "成功(Success)",
"requestId": "a815fffe-93d7-4286-baf9-d93298f1b450",
"statusCode": "0"
}
}