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