cURL
curl --request GET \ --url https://api.flystack.dev/v1/timezones \ --header 'x-api-key: <x-api-key>'
[ { "timezone": "Europe/Paris", "country_code": "FR", "gmt": 1, "dst": 2 } ]
List IANA timezones with country codes and offsets (GMT/DST).
Europe/Paris