Sample API call with some values (merchant_id, access_token, order_id) subbed out:
` https://api.clover.com/v3/merchants/MERCHANT_ID/orders?access_token=ACCESS_TOKEN&filter=id>CLOVER_ORDER_ID&filter=modifiedTime>1566492701000&limit=1000&offset=0`

In the above image, I'm getting some results with modifiedTime 155xxx even though I specified that I want results with modifiedTime > 156xxx