已儲存的搜尋與訂閱
POST /me/subscriptions 僅限工作階段
將已儲存的搜尋訂閱到摘要頻道。
請求內容
saved_search_idinteger 必填- 已儲存的搜尋訂閱。範例
2 channelstring 必填- 發貨渠道。範例
telegram
curl -X POST "https://freehire.me/api/v1/me/subscriptions" \
-H 'Content-Type: application/json' -b cookies.txt \
-d '{"saved_search_id":2,"channel":"telegram"}'{ "data": { "id": 1, "saved_search_id": 2, "channel": "telegram", "active": true } }