There's a method in SOAP API called getMultipleLeads where you can specify oldestUpdatedAt parameter. How to use this parameter with REST API? I don't want to go through all leads and look for updated, I would like to request only updated or new leads using REST API. How to achive that?