Photo
GET /me/photo 僅限工作階段
Whether you have a stored headshot, and when it was uploaded.
enabled is false when object storage is not configured — the client should then offer no upload control at all rather than one that answers 501. uploaded_at doubles as a cache-busting value for the image URL.
curl "https://freehire.me/api/v1/me/photo" -b cookies.txt{ "data": { "enabled": true, "present": false, "uploaded_at": null } }