投票、通知與討論
POST /threads 僅限工作階段
啟動一個線程。
請求內容
titlestring 必填- 線程標題。
bodystring 必填- 開帖。
curl -X POST "https://freehire.me/api/v1/threads" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"title":"Anyone interviewed at Acme lately?","body":"…"}'{ "data": { "id": 31 } }