While going over security, I found out all REST endpoints for cloud functions can be accessed without using _ApplicationId:
Check here, it returns a (hello world) result without needing _ApplicationId:
https://5q6ce5oht43m.moralis.io:2053/server/functions/getSomething
So what’s the use of _ApplicationId?