Account, plan & extension
PATCH /me/timezone Session only
Set your account’s IANA timezone.
Body
timezonestring required- IANA timezone name.Example
Europe/Berlin
curl -X PATCH "https://freehire.me/api/v1/me/timezone" \
-H 'Content-Type: application/json' -b cookies.txt \
-d '{"timezone":"Europe/Berlin"}'{ "data": { "id": 1, "email": "me@example.com", "role": "user", "timezone": "Europe/Berlin", "...": "..." } }