skills/extraRoots/set 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"extraRoots": [
"example"
]
}curl --location '/v1/yousure/skills/extraRoots/set' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"extraRoots": [
"example"
]
}'{
"result": {}
}