投票、通知與討論 POST /threads/{id}/close 複製 審核人員 關閉一個線程。 路徑參數 id integer 必填 線程 ID。 curl 複製 curl -X POST "https://freehire.me/api/v1/threads/31/close" -b cookies.txt json — response 複製 { "data": { "id": 31, "closed": true } }