List TimeZones
GET {{baseUrl}}/enums/time-zones
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/time-zones"},"data":[{"id":"Europe/Zurich","type":"TimeZone","attributes":{"label":"Europe/Zurich"}},{"id":"Europe/Zurich","type":"TimeZone","attributes":{"label":"Europe/Zurich"}}]}