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