個人檔案與履歷
GET /me/profile 僅限工作階段
您的職業檔案,如果您尚未保存,則為空。
curl "https://freehire.me/api/v1/me/profile" -b cookies.txt{
"data": {
"specializations": ["backend"],
"skills": ["go", "postgresql"],
"location_preferences": { "work_modes": ["remote"], "base": { "country": "DE" }, "...": "..." },
"created_at": "2026-06-19T10:00:00Z",
"updated_at": "2026-06-19T10:00:00Z"
}
}