filtersobject[] required
<p>Array to create segments with filters included below <br> <b>type:</b><br> Can be 'clickRate', 'tags', 'excludeTags', 'topics', 'excludeTopics', 'platform', 'excludePlatform', 'browser', 'excludeBrowser', 'language', 'country', 'daysSinceOptIn', 'notificationGroupClicked', 'notificationGroupDelivered' <br> <b>value:</b><br> Depends on filter, can be integer, string or array <br> [<b>relation</b>] Optional:<br> Use 'gt' for greater than or 'lt' for lesser than <br> [<b>days</b>] Optional:<br> Days, e.g. 14 or 30 <br> Object example: <br> <code> { "type": 'clickRate', "value": 1, "days": 7 } </code></p>