Hi Team,
I am trying to add a API standardization custom rules to filter a particular API which should have a particular operation. I tried JSONPath Expression path as below but it is not working.
$.servers[?(@.url =~ /test)] && $.paths['/*'].post
Please suggest!