I have try to get cloud function responce using REST API call. But when i have call API in Postman tool or using axios.get function then below error show.
{
"code": 141,
"error": "the limit must be specified as a number"
}
API : Moralis server url/functions/myfunction?_ApplicationId=yourMoralisAppId&chainId=value&owner=value&size=10&page=1
So please check and guide me how to resolve this