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