curl --request GET \
--url http://localhost:8080/cabinet/branding/themes{
"dark": true,
"light": true
}Get which themes are enabled. This is a public endpoint - no authentication required.
curl --request GET \
--url http://localhost:8080/cabinet/branding/themes{
"dark": true,
"light": true
}