Saving data from an HTTP Request

Hello, I need to save a list of objects from an HTTP request.
As my backend is on the bubble and I need to apply restrictions to filter a search, I cannot do it via the native REST API, only via HTTP Request.
My question is, how do I save the search result in a list of objects? The result will be a list of objects.
I can save a single item using [0] in front of the result, but it is not my goal.
Please, can someone help me.

Hi Leandro, I am not sure if I have an answer to your question, but I am able to send a query using the standard REST API function in a Create Record request, which returns a list of objects. Hope this might give you some more ideas:-)