Retrieves the list of reserves from the lending pool.
Represents the structure of the API response for the Lending Pool.
GET //lending-pool/reserves-list HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a LendingPoolAPIResponse containing an array of reserve addresses.
LendingPoolAPIResponse
{ "success": true, "message": "text", "data": [ "text" ] }