已儲存的搜尋與訂閱
POST /me/discord/link 僅限工作階段
Mint a one-time token to link your Discord account.
Discord has no deep-link URL equivalent to Telegram’s — paste the returned token into the bot’s /link slash command.
curl -X POST "https://freehire.me/api/v1/me/discord/link" -b cookies.txt{ "data": { "token": "abc123...", "instructions": "In the freehire Discord server, run /link token:abc123..." } }