Wildcard matching

Hello ,

I have the following path : /api/random1/random2/sale

so the random 1 , and random 2 are random strings and I want to add waf rule that can trigger all the path

in the following way / api///sale
how I can do that ???
thanks

You can probably use Path Starts With /api AND Path Contains sale