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