This link shows how to use rest api to use cloud function.
https://docs.moralis.io/moralis-dapp/cloud-code/cloud-functions#call-via-rest-api
and I want to use rest api to call the cloud function, but the question is that the rest api need masterKey, so masterKey is visiable in my request url, so how can I hide my masterKey in request url or not using maskterKey to call the cloud function using rest api
Many thanks.