// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
await paragon.request("servicenow", "/now/table/incident", {
// Create incident records
await paragon.request("servicenow", "/now/table/incident", {
"short_description":"Test incident creation",
"comments":"These are my comments"