"auth": "yxoPUlwqm…………pIyEX4H", // required, API access token from Pushwoosh Control Panel
"name": "filter name", // required
"conditions": [["TagName1", "IN", ["value1", "value2"]], ["TagName2", "IN", ["value1", "value2"]]], // required, filter conditions
"operator": "AND", // optional, operator values: 'AND', 'OR'
"application": "AAAAA-00000", // optional, this parameter is usable only with High-Speed setup; omit otherwise
"expiration_date": "2018-12-31" // optional, filter expiry. The filter will be automatically deleted on date specified, unless it's used in a Push Preset or an RSS feed
// creating Filters for Timezones
"auth": "yxoPUlwqm…………pIyEX4H", // API access token from Pushwoosh Control Panel
"conditions": [["Timezone", "BETWEEN", ["UTC-12:00", "UTC+14:00"]]],