configRequirements/read 请求的 HTTP 映射接口。Authorization: Bearer ********************{}curl --location '/v1/yousure/configRequirements/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"result": {
"requirements": {
"additionalDeveloperInstructions": "example",
"allowAppshots": false,
"allowBrowserAndComputerUse": false,
"allowLoginShell": false,
"allowManagedHooksOnly": false,
"allowRemoteControl": false,
"allowedApprovalPolicies": [
"untrusted"
],
"allowedPermissionProfiles": {}
}
}
}