pub async fn cmd_context_create( client: &VtaClient, id: &str, name: &str, description: Option<String>, ) -> Result<(), Box<dyn Error>>