"auth": "yxoPUlwqm…………pIyEX4H", // API access token from Pushwoosh Control Panel
"conditions": [["TagName1", "IN", ["value1", "value2"]], ["TagName2", "IN", ["value1", "value2"]]], // optional. Filter conditions
"operator": "AND", // operator values: 'AND', 'OR'
"application": "AAAAA-00000", // this parameter is usable only with High-Speed setup; omit otherwise
"expiration_date": "2018-12-31" // 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"]]],