turn/interrupt 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"threadId": "thread_123",
"turnId": "turn_123"
}curl --location '/v1/yousure/turn/interrupt' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"threadId": "thread_123",
"turnId": "turn_123"
}'{
"result": {}
}