How to allow a query parameter to be cached at Akamai in dispatcher configuration
We have the AMS OOB farm file with below dispatcher configuration

And our custom project farm file with below configuration

It is commented and not used.
I have a requirement to ignore "imWidth" query parameter from the url's , so that images are cached at Akamai and not hitting dispatcher. Currently, i can see from logs, these requests are hitting dispatcher and publisher, though it is expected to serve from Akamai
e.g url -

In this case, what is the rule is need to add in my custom farm file overriding '/ignoreUrlParams'
