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