You can make use of the generic REQUEST function. Have a look at Support for REST REQUEST via Proxy for a detailed explanation.
In your case something like
with A5
as =REQUEST(|REST_CLIENT,A1:B3,INBOX())
should do the trick.
|REST_CLIENT
is a Rest Client Producer.
Let me know if you have any further questions.