Retrieves the pool address from the Aave protocol.
GET //aave/v3/poolAddressProvider/{account}/getPool HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a PoolAddressProviderAPIResponse containing the pool address.
PoolAddressProviderAPIResponse
{ "success": true, "message": "text", "data": "text" }