I am using v3 and want to get all the contacts created in 24hrs
$search_filter = [ "filter_groups" => [ [ "filters" => [ [ "propertyName" => "createdate", "operator" => "lt", "value" => today()->timezone('UTC')->subDay()->timestamp * 1000, ] ] ] ], 'properties' => $properties, 'limit' =>100, "after" => $after ];
but Hubspot returning me the all contacts instead of newly created records in given timeframe