V3 API - Search - "Filters" Usage

Im trying to do some query magic and wondering if filters are my magic bullet. Does anyone know how to use the “filters” property of V3 API Search? The PostMan collection provides the below, which is more than the developer documentation that just says it’s an object and the curl examples are all blank.


"filters": {
 "voluptate0": {
 "type": "<string>",
 "range": {
 "lower": {
 "value": "<string>",
 "inclusive": false
 }

There are several request body examples for the search API. You can scroll through them to find several filter examples to give you an idea of what is possible.