how to filter a collection by date column on GET method REST api

I need to obtain a collection of Person objects filtered by the XDateLastUpdated higher than specific date, for this im using the Where query parameter like this  

api/entities/Person?where=XDateUpdated>2023-04-19&limit=100, this returns a very big response containing Persons items with any UpdateDate so i assume there is an error on the way im writing my where parameter

Any tips on how to create this filter properly ?

Environment is 1IM 8.1