// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
paragon.request("microsoftTeams", "channels", {
// Send message in a channel
paragon.request("microsoftTeams", "channels/<channel-id>/messages", {
body: { "content": "Hello World!" }