經驗資料庫
GET /me/experience 工作階段或 API 金鑰
你的作品及其證據原子。
curl "https://freehire.me/api/v1/me/experience" -H "Authorization: Bearer fhk_…"{ "data": { "employments": [ { "id": 12, "company": "Acme", "title": "Senior Backend Engineer", "started_at": "2023-02-01", "ended_at": null, "atoms": [ { "id": 88, "text": "Cut p99 checkout latency 40%", "source": "cv_import" } ] } ] } }