Checks if the lending pool is paused.
Represents the structure of the API response for the Lending Pool.
GET //lending-pool/paused HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a LendingPoolAPIResponse containing a boolean indicating whether the lending pool is paused.
LendingPoolAPIResponse
{ "success": true, "message": "text", "data": true }