Register new API endpoint inside my custom app

I created a new app to integrate my Rocketchat instance with the Jitsi Meet Engine from the open-source code here https://github.com/RocketChat/Apps.Jitsi.
Now I want to register a new API Endpoint inside the app that will respond with some static data.
How could I do that?