Minor issue - translate api for deny rule only
I am working on Pre-Shipping postman collection for the translate api M18 enhancement. I am testing on Azure. We missed a special scenario: when having no Allow rule and only having Deny rule. The return query is {"bool":{"must_not":[ ...]}}. It needs be {"query": {"bool":{"must_not":[...]}}}. We missed the start "query" field. This is a very special scenario and we don't need the fix in M18 if build/deploy to M18 is complex.