Photo
GET /me/photo/image 僅限工作階段
The stored headshot itself, as image bytes.
Not a JSON endpoint — the response is image/jpeg with a short private cache lifetime (60s), meant to be busted with ?v=<uploaded_at>. 404 when no headshot is stored.
curl "https://freehire.me/api/v1/me/photo/image" -b cookies.txt -o headshot.jpg