pub fn create_correspondent<T: Transport>( client: &ApiClient<T>, name: String, matcher: String, ) -> Result<Value, AppError>