已儲存的搜尋與訂閱 GET /me/subscriptions 複製 僅限工作階段 列出您的訂閱。 curl 複製 curl "https://freehire.me/api/v1/me/subscriptions" -b cookies.txt json — response 複製 { "data": [ { "id": 1, "saved_search_id": 2, "channel": "telegram", "active": true } ] }