pub async fn save_script(
    app_settings: State<'_, Arc<RwLock<AppSettings>>>,
    path: String,
    code: String
) -> Result<(), String>