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