I have a REST API service where clause with $date (accessing _createdAt) and I want to add a $gt so that the response is only rows that were created after a specific _createdAt date/time.
What would the cURL command look like?
Here is where I've been looking for an answer: