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