cURL
curl --request GET \ --url https://api.example.com/api/appconfig/{key} \ --header 'Authorization: Bearer <token>'
{ "key": "<string>", "value": "<string>", "system_timezone": "<string>" }
This endpoint returns the value of the app config key.
JWT token obtained from AWS Cognito or custom authentication service
Return the system timezone setting.