Currently, I am attempting to customize the Jenkins user interface by incorporating custom CSS. In order to achieve this, I have placed the CSS file within the userContent folder and have successfully installed the Simple Theme Plugin. I am able to manually modify the URL of the theme's CSS by accessing the configuration page within Jenkins. My goal now is to automate this process using Groovy scripting, but I am encountering challenges in finding the appropriate API for this task. Can anyone confirm if this automation is feasible?