windowsSandbox/setupStart 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"mode": "elevated",
"cwd": "/workspace/project"
}curl --location '/v1/yousure/windowsSandbox/setupStart' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "elevated",
"cwd": "/workspace/project"
}'{
"result": {
"started": false
}
}