Retrieves the maximum number of reserves from 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.
{
"success": true,
"message": "text",
"data": 1
}