I have used this endpoint POST /v1/lookupcaches/:_id/getData with {"startsWith": "abc"} to pull the matching records.
But it is not filtering the result.
It give all records in lookup caches.
I used this endpoint for long and recently this issue happen.
POST https://api.integrator.io/v1/lookupcaches/6************a51/getData
request body with {"startsWith": "STOCK_"}
This return all data from cache
Does anyone knows what happen there?
