threadSection/delete 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"sectionId": "example_id"
}curl --location '/v1/yousure/threadSection/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sectionId": "example_id"
}'{
"result": {}
}