{
"conditionals": {
"and": [
{
"field": "amount",
"op": "gt",
"value": 5000
},
{
"field": "status",
"op": "eq",
"value": "pending"
}
]
}
}