pub async fn import_example_project( client: &mut ChiralClient<Channel>, email: &str, token_auth: &str, project_name: &str, ) -> Result<Value, Box<dyn Error>>