QUERY PLAN
Limit (cost=1002.60..1002.65 rows=20 width=704)
-> Sort (cost=1002.60..1002.69 rows=34 width=704)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..1001.74 rows=34 width=704)
Filter: ((url ~~* '%approve/get-verify-users%'::text) AND ("time" >= '2025-07-01 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-23 00:00:00'::timestamp without time zone))