pub fn validate_params( recipe: &Recipe, provided: &HashMap<String, String>, ) -> Result<()>
Validate that all required params are provided.