Filter search by date in search-ui

Thanks @JasonStoltz! I have tried to use setFilters as well, but didn't find a way to define filter range in this method. Could you please help me with an example on how to achieve following filter-expression in request body by using setFilters?

"filters": {
    "published_timestamp": {
         "from": "2020-12-15T00:00:00.000Z",
         "to": "2020-12-15T23:59:59.000Z"
    }
}