Update UI display settings
update_display_settings
function updates the user interface display configuration for your deployment.
logo_url
: URL to the application logofavicon_url
: URL to the faviconprimary_color
: Primary theme coloraccent_color
: Accent theme colordark_mode_enabled
: Enable dark mode optioncustom_css
: Custom CSS stylesResult<()>
indicating success or failure.