experimentalFeature/list 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"cursor": "example",
"limit": 20,
"threadId": "thread_123"
}curl --location '/v1/yousure/experimentalFeature/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cursor": "example",
"limit": 20,
"threadId": "thread_123"
}'{
"result": {
"data": [
{
"defaultEnabled": false,
"enabled": false,
"name": "example",
"stage": "beta",
"announcement": "example",
"description": "example",
"displayName": "example"
}
],
"nextCursor": "example"
}
}