threadSection/list 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"cursor": "example",
"limit": 20
}curl --location '/v1/yousure/threadSection/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cursor": "example",
"limit": 20
}'{
"result": {
"data": [
{
"id": "example_id",
"name": "example",
"appearance": null
}
],
"nextCursor": "example"
}
}