Votes, notifications & discussions
POST /threads Session only
Start a thread.
Body
titlestring required- Thread title.
bodystring required- Opening post.
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 } }