// 2. Check request against JMESPath Expression(s) using JmesPath custom function ageAtReferenceDate if (!bool.Parse(_jmesPath.Transform(request.ToString(), cJMESPathExpression))) { return BadRequest(new { message = $"The request is invalid against JMESPath expression."});