帳號、點數與瀏覽器擴充功能
PATCH /me/timezone 僅限工作階段
Set your account’s IANA timezone.
請求內容
timezonestring 必填- IANA timezone name.範例
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": "[email protected]", "role": "user", "timezone": "Europe/Berlin", "...": "..." } }