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