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