投票、通知與討論
POST /threads/{id}/replies 僅限工作階段
回覆主題。
路徑參數
idinteger 必填- 線程 ID。
請求內容
bodystring 必填- 你的回覆。
curl -X POST "https://freehire.me/api/v1/threads/31/replies" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"body":"Two rounds, both technical."}'{ "data": { "id": 88 } }