Hi,
I'm want to cache the results of a get request from a rest api. The request to the rest api can contain url parameters but Retool returns the same cached data for different url parameter values.
So for example these 2 get requests return the same cached data but the data returned from the rest api is different:
/get/api?search=searchstring1
/get/api?search=searchstring2
Is there way to avoid this?