// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
await paragon.request("jira", "/issue", {
"summary": "No REST for the Wicked.",
"description": "Creating of an issue using ids for projects and issue types using the REST API",
await paragon.request("jira", "/issue/{issueId}", {