1{
2 "accountId": "acc1",
3 "filter": {
4 "operator": "AND",
5 "conditions": [
6 {"inMailbox": "inbox"},
7 {"hasKeyword": "$seen"}
8 ]
9 },
10 "sort": [
11 {"property": "receivedAt", "isAscending": false}
12 ],
13 "position": 0,
14 "limit": 100,
15 "calculateTotal": true
16}