{"info":{"_postman_id":"bf905181-6fec-4183-8edb-6cc97cdaf86b","name":"Gleap REST API documentation","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This Gleap API documentation is provided based on the customer needs. We are currently migrating our full documentation to docusaurus and will share it with you as soon as it's available.</p>\n<p>If you are missing some functionality, don't hesitate to contact us on gleap.io or by email to <a href=\"mailto:hello@gleap.io\">hello@gleap.io</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"18586034","collectionId":"bf905181-6fec-4183-8edb-6cc97cdaf86b","publishedId":"2s8YRiJYVC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"485bff"},"publishDate":"2022-10-31T18:20:14.000Z"},"item":[{"name":"Auth","event":[{"listen":"test","script":{"id":"2d1a0882-3dd8-465a-a64d-a8db25d4854e","exec":["var jsonData = JSON.parse(responseBody);","pm.collectionVariables.set(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"3c381598-d1bc-42f2-9fc4-6d31bb8666df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.gleap.io/auth","description":"<p>Auth endpoint to retrieve an access token.</p>\n<p><em>Rate limit</em>: 120 / 60 minutes</p>\n","urlObject":{"protocol":"https","path":["auth"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"ea7315c4-9795-402f-9702-b40f9943380f","name":"Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.gleap.io/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"694"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 13:55:58 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2b6-Xx7UEY5sBi9J+Yd1naMpANTt0GY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYzNjAwODQ2NWMyN2JmMDA1NTZjNDY0MyIsImlhdCI6MTY2NzkxNTc1OCwiZXhwIjoxNjcwNTA3NzU4fQ.GH-lArfm3W6aBDIZNCS1R3qH9WZKH_SYMIBP-xnGm_s\",\n    \"user\": {\n        \"confirmed\": true,\n        \"completedOnboarding\": true,\n        \"keywords\": [\n            \"lukas apidemo gleap io\",\n            \"api\",\n            \"demo\"\n        ],\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n        \"firstName\": \"API\",\n        \"lastName\": \"demo\",\n        \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n        \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n        \"__v\": 0,\n        \"userRole\": \"webdeveloper\",\n        \"id\": \"636008465c27bf00556c4643\"\n    }\n}"}],"_postman_id":"3c381598-d1bc-42f2-9fc4-6d31bb8666df"},{"name":"Get projects","id":"cdce41fd-0358-482f-b670-dedac9024b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects","description":"<p><em>Rate limit</em>: 1000 requests / minute</p>\n","urlObject":{"protocol":"https","path":["projects"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"ced1ad1d-9130-4ec7-9525-9a38c5dd970d","name":"Get projects","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 13:55:52 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"902a-7GMHhIm1NMOCEbP8koLSz2126/0\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sdkInstalled\": true,\n        \"secureSessionIdentify\": false,\n        \"spamProtection\": false,\n        \"projectActions\": {\n            \"bugreporting\": {\n                \"default\": true,\n                \"introMessage\": \"Found a bug? Let us know.\",\n                \"title\": \"Report an issue\",\n                \"thanksMessage\": \"Thank you for your feedback.\",\n                \"form\": [\n                    {\n                        \"title\": \"Describe the issue\",\n                        \"placeholder\": \"The more information, the better.\",\n                        \"type\": \"textarea\",\n                        \"name\": \"bugdescription\"\n                    }\n                ],\n                \"showConversation\": false,\n                \"disableUserScreenshot\": false,\n                \"enableUserScreenRecording\": true,\n                \"singlePageForm\": true,\n                \"feedbackType\": \"BUG\",\n                \"collectEmail\": true,\n                \"excludeData\": {\n                    \"customData\": false,\n                    \"metaData\": false,\n                    \"consoleLog\": false,\n                    \"networkLogs\": false,\n                    \"customEventLog\": false,\n                    \"screenshot\": false,\n                    \"replays\": false\n                }\n            },\n            \"crash\": {\n                \"default\": true,\n                \"title\": \"Problem detected\",\n                \"introMessage\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n                \"thanksMessage\": \"Thank you for your feedback.\",\n                \"form\": [\n                    {\n                        \"title\": \"Tell us more about the problem\",\n                        \"placeholder\": \"Describe what went wrong\",\n                        \"type\": \"textarea\",\n                        \"name\": \"crashdescription\"\n                    }\n                ],\n                \"feedbackType\": \"CRASH\",\n                \"collectEmail\": true,\n                \"showConversation\": false,\n                \"disableUserScreenshot\": true,\n                \"excludeData\": {\n                    \"customData\": false,\n                    \"metaData\": false,\n                    \"consoleLog\": false,\n                    \"networkLogs\": false,\n                    \"customEventLog\": false,\n                    \"screenshot\": false,\n                    \"replays\": false\n                }\n            },\n            \"contact\": {\n                \"default\": true,\n                \"introMessage\": \"We are happy to answer any of your questions.\",\n                \"title\": \"Send us a message\",\n                \"thanksMessage\": \"Thanks for your message. We will be in touch shortly\",\n                \"form\": [\n                    {\n                        \"title\": \"Message\",\n                        \"placeholder\": \"Your message\",\n                        \"type\": \"textarea\",\n                        \"name\": \"contactdescription\",\n                        \"required\": true\n                    }\n                ],\n                \"feedbackType\": \"INQUIRY\",\n                \"collectEmail\": true,\n                \"showConversation\": true,\n                \"disableUserScreenshot\": true,\n                \"excludeData\": {\n                    \"customData\": false,\n                    \"metaData\": false,\n                    \"consoleLog\": true,\n                    \"networkLogs\": true,\n                    \"customEventLog\": false,\n                    \"screenshot\": true,\n                    \"replays\": true\n                }\n            },\n            \"featurerequests\": {\n                \"default\": true,\n                \"introMessage\": \"Let us know what you would like to see next.\",\n                \"title\": \"Request a feature\",\n                \"thanksMessage\": \"Thank you for your feedback.\",\n                \"form\": [\n                    {\n                        \"title\": \"Subject\",\n                        \"placeholder\": \"What feature would you like to see next?\",\n                        \"type\": \"text\",\n                        \"inputtype\": \"text\",\n                        \"name\": \"title\",\n                        \"required\": true\n                    },\n                    {\n                        \"title\": \"Description\",\n                        \"placeholder\": \"The more details, the better.\",\n                        \"type\": \"textarea\",\n                        \"name\": \"description\"\n                    }\n                ],\n                \"feedbackType\": \"FEATURE_REQUEST\",\n                \"singlePageForm\": true,\n                \"collectEmail\": true,\n                \"showConversation\": false,\n                \"disableUserScreenshot\": true,\n                \"excludeData\": {\n                    \"customData\": false,\n                    \"metaData\": false,\n                    \"consoleLog\": true,\n                    \"networkLogs\": true,\n                    \"customEventLog\": false,\n                    \"screenshot\": true,\n                    \"replays\": true\n                }\n            }\n        },\n        \"projectTypes\": [\n            {\n                \"icon\": \"BUG\",\n                \"type\": \"BUG\",\n                \"name\": \"Bug\",\n                \"menuName\": \"Bugs\",\n                \"path\": \"bugs\",\n                \"renderType\": \"BOARD\",\n                \"default\": true,\n                \"selectable\": true,\n                \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n                \"receievedEmailDescription\": {\n                    \"blocks\": [\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Hey {{receiverName}},\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Here’s your bug report:\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{formData}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{screenshot}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                            }\n                        }\n                    ]\n                },\n                \"options\": {\n                    \"possibleLanes\": [\n                        {\n                            \"title\": \"Open\",\n                            \"key\": \"OPEN\"\n                        },\n                        {\n                            \"title\": \"In progress\",\n                            \"key\": \"INPROGRESS\"\n                        },\n                        {\n                            \"title\": \"To test\",\n                            \"key\": \"TOTEST\"\n                        },\n                        {\n                            \"title\": \"Done\",\n                            \"key\": \"DONE\"\n                        }\n                    ]\n                }\n            },\n            {\n                \"icon\": \"CRASH\",\n                \"type\": \"CRASH\",\n                \"name\": \"Crash report\",\n                \"menuName\": \"Crash reports\",\n                \"path\": \"crashreports\",\n                \"renderType\": \"CRASHREPORTSBOARD\",\n                \"default\": true,\n                \"selectable\": true,\n                \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n                \"receievedEmailDescription\": {\n                    \"blocks\": [\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Hey {{receiverName}},\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Here’s your bug report:\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{formData}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{screenshot}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                            }\n                        }\n                    ]\n                },\n                \"options\": {\n                    \"possibleLanes\": [\n                        {\n                            \"title\": \"Open\",\n                            \"key\": \"OPEN\"\n                        },\n                        {\n                            \"title\": \"In progress\",\n                            \"key\": \"INPROGRESS\"\n                        },\n                        {\n                            \"title\": \"To test\",\n                            \"key\": \"TOTEST\"\n                        },\n                        {\n                            \"title\": \"Done\",\n                            \"key\": \"DONE\"\n                        }\n                    ]\n                }\n            },\n            {\n                \"icon\": \"INQUIRY\",\n                \"type\": \"INQUIRY\",\n                \"name\": \"Inquiry\",\n                \"menuName\": \"Inquiries\",\n                \"path\": \"inquiries\",\n                \"renderType\": \"INBOX\",\n                \"default\": true,\n                \"selectable\": true,\n                \"receievedEmailTitle\": \"Thank you for your message (#{{feedbackId}})\",\n                \"receievedEmailDescription\": {\n                    \"blocks\": [\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Hey {{receiverName}},\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"We have received your request and our support team will be in touch with you shortly.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Here’s your message:\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{formData}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"icon\": \"FEATURE_REQUEST\",\n                \"type\": \"FEATURE_REQUEST\",\n                \"name\": \"Feature request\",\n                \"menuName\": \"Feature requests\",\n                \"path\": \"featurerequests\",\n                \"renderType\": \"FEATUREREQUESTBOARD\",\n                \"default\": true,\n                \"selectable\": true,\n                \"options\": {\n                    \"possibleLanes\": [\n                        {\n                            \"title\": \"Open\",\n                            \"key\": \"OPEN\"\n                        },\n                        {\n                            \"title\": \"Planned\",\n                            \"key\": \"PLANNED\"\n                        },\n                        {\n                            \"title\": \"In progress\",\n                            \"key\": \"INPROGRESS\"\n                        },\n                        {\n                            \"title\": \"Completed\",\n                            \"key\": \"DONE\"\n                        }\n                    ]\n                },\n                \"receievedEmailTitle\": \"We’ve received your feature request (#{{feedbackId}})\",\n                \"receievedEmailDescription\": {\n                    \"blocks\": [\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Hey {{receiverName}},\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thank you so much for helping us improve by requesting a feature.\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Here’s your feature request:\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"{{{formData}}}\"\n                            }\n                        },\n                        {\n                            \"type\": \"paragraph\",\n                            \"data\": {\n                                \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ],\n        \"hideDetailTabsOnSharedBugs\": false,\n        \"sendFeedbackReceivedNotifications\": false,\n        \"sendBugAssignmentNotifications\": false,\n        \"sendBugNotifications\": false,\n        \"canUseExtendedSurveyOptions\": false,\n        \"spamCount\": 0,\n        \"_id\": \"636008475c27bf00556c4834\",\n        \"name\": \"My first project\",\n        \"createdBy\": \"636008465c27bf00556c4643\",\n        \"organisation\": {\n            \"subscription\": {\n                \"subscriptionID\": \"sub_1M1XZNFIu8tJdh4nuM7tqrnl\",\n                \"planID\": \"price_1LDkAsFIu8tJdh4ndfl0Pgez\",\n                \"metadata\": {\n                    \"consolelogs\": \"true\",\n                    \"customFeedbackType\": \"true\",\n                    \"customdata\": \"true\",\n                    \"customdomain\": \"true\",\n                    \"customevents\": \"true\",\n                    \"dataretention\": \"365\",\n                    \"featureRequests\": \"true\",\n                    \"inquiries\": \"true\",\n                    \"integrations\": \"all\",\n                    \"projects\": \"10\",\n                    \"ratings\": \"true\",\n                    \"removebranding\": \"true\",\n                    \"replays\": \"true\",\n                    \"sessiondata\": \"true\",\n                    \"sessionlimit\": \"1000000\",\n                    \"surveys\": \"true\"\n                }\n            },\n            \"name\": \"APIs Company\",\n            \"users\": [\n                {\n                    \"role\": \"ADMIN\",\n                    \"_id\": \"636008465c27bf00556c473e\",\n                    \"userId\": \"636008465c27bf00556c4643\"\n                }\n            ],\n            \"id\": \"636008465c27bf00556c473d\"\n        },\n        \"flowConfig\": {\n            \"color\": \"#485BFF\",\n            \"backgroundColor\": \"#FFFFFF\",\n            \"headerColor\": \"#485bff\",\n            \"buttonColor\": \"#485bff\",\n            \"borderRadius\": 20,\n            \"buttonX\": 20,\n            \"buttonY\": 20,\n            \"operatorAvatarImage\": \"\",\n            \"logo\": \"\",\n            \"buttonLogo\": \"\",\n            \"customCSS\": \"\",\n            \"hideFeatureRequests\": false,\n            \"hideNews\": false,\n            \"hideAllConversations\": false,\n            \"enableOpeningTimesBot\": true,\n            \"operatorAvatar\": \"\",\n            \"openingTimes\": [\n                {\n                    \"day\": \"Weekdays\",\n                    \"openingTime\": \"09:00\",\n                    \"closingTime\": \"17:00\"\n                }\n            ],\n            \"replyTime\": \"within a few minutes\",\n            \"timezone\": \"Europe/Vienna\",\n            \"showOnlineStatus\": true,\n            \"spamProtection\": false,\n            \"hideBranding\": false,\n            \"enableConsoleLogs\": true,\n            \"enableReplays\": false,\n            \"hideForGuests\": false,\n            \"replaysInterval\": 5,\n            \"thankYouDuration\": 3000,\n            \"enableNetworkLogs\": true,\n            \"sendNetworkResources\": false,\n            \"networkLogPropsToIgnore\": [],\n            \"networkLogBlacklist\": [],\n            \"enablePrivacyPolicy\": false,\n            \"enableShortcuts\": true,\n            \"privacyPolicyURL\": \"\",\n            \"enableMenu\": true,\n            \"menuItems\": [\n                {\n                    \"title\": \"Report an issue\",\n                    \"infoDescription\": \"Starts the bug reporting flow.\",\n                    \"description\": \"Found a bug? Let us know.\",\n                    \"icon\": \"https://gleapcdn.com/res/iconbug.svg\",\n                    \"actionType\": \"bugreporting\",\n                    \"color\": \"#F4CAC8\"\n                },\n                {\n                    \"title\": \"Request a feature\",\n                    \"infoDescription\": \"Starts the feature requests flow.\",\n                    \"description\": \"What would you like to see next?\",\n                    \"icon\": \"https://gleapcdn.com/res/iconidea.svg\",\n                    \"actionType\": \"featurerequests\",\n                    \"color\": \"#FFEEC2\"\n                },\n                {\n                    \"title\": \"Send us a message\",\n                    \"infoDescription\": \"Starts the contact us form flow.\",\n                    \"description\": \"We are here to help.\",\n                    \"icon\": \"https://gleapcdn.com/res/iconcontact.svg\",\n                    \"actionType\": \"contact\",\n                    \"color\": \"#EFE2FF\"\n                }\n            ],\n            \"activationMethodFeedbackButton\": true,\n            \"activationMethodShake\": true,\n            \"activationMethodScreenshotGesture\": true,\n            \"enableCrashDetector\": false,\n            \"crashDetectorIsSilent\": false,\n            \"enableRageClickDetector\": false,\n            \"rageClickDetectorIsSilent\": false,\n            \"enableNetworkLogFilters\": false,\n            \"jsMajorVersion\": \"v6\",\n            \"enableIntercomCompatibilityMode\": true,\n            \"hideWavingHandAfterName\": false,\n            \"hideUsersName\": false,\n            \"widgetButtonText\": \"Feedback\",\n            \"widgetInfoTitle\": \"Feedback\",\n            \"widgetInfoSubtitle\": \"Let us know how we can do better.\",\n            \"welcomeText\": \"How can we help?\",\n            \"showInfoPopup\": false,\n            \"feedbackButtonPosition\": \"BOTTOM_RIGHT\",\n            \"customTranslations\": {\n                \"cz\": {\n                    \"Hi\": \"Ahoj\",\n                    \"Submit\": \"Předložit\",\n                    \"Next\": \"Příští\",\n                    \"Let us know how we can do better.\": \"Dejte nám vědět, co bychom mohli zlepšit\",\n                    \"Report a bug or share your feedback with us.\": \"Nahlaste chybu nebo se s námi podělte o svůj názor.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"Jsme tu, abychom vám pomohli.\",\n                    \"What would you like to see next?\": \"Kterou funkci byste chtěli vidět dále?\",\n                    \"Report an issue\": \"Nahlásit problém\",\n                    \"Found a bug? Let us know.\": \"Našli jste chybu? Dej nám vědět.\",\n                    \"Wrong API key\": \"Špatný klíč API\",\n                    \"Click and drag to mark the bug\": \"Kliknutím a přetažením označte chybu\",\n                    \"I read and accept the \": \"Přečetl jsem si a přijímám \",\n                    \"privacy policy\": \"zásady ochrany osobních údajů\",\n                    \"Problem detected\": \"Byl zjištěn problém\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh vypadá to, že se tu něco pokazilo. Odesláním tohoto formuláře nám pomůžete problém vyřešit a vylepšit čas.\",\n                    \"Thank you for your feedback.\": \"Děkujeme vám za vaši reakci.\",\n                    \"Email\": \"E-mail\",\n                    \"Your e-mail\": \"Tvůj e-mail\",\n                    \"Tell us more about the problem\": \"Řekněte nám o problému více\",\n                    \"Describe what went wrong\": \"Popište, co se stalo\",\n                    \"Send report\": \"Poslat zprávu\",\n                    \"Describe the issue\": \"Popište problém\",\n                    \"The more information, the better.\": \"Čím více informací, tím lépe.\",\n                    \"Please tell us more\": \"Prosím, řekněte nám víc\",\n                    \"The more details, the better.\": \"Čím více podrobností, tím lépe.\",\n                    \"Send feedback\": \"Poslat zpětnou vazbu\",\n                    \"Contact us\": \"Kontaktujte nás\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Díky za vaši zprávu. Brzy budeme v kontaktu.\",\n                    \"Message\": \"Zpráva\",\n                    \"Your message\": \"Vaše zpráva\",\n                    \"Send message\": \"Poslat zprávu\",\n                    \"Request a feature\": \"Požádejte o funkci\",\n                    \"What feature would you like to see next?\": \"Jakou funkci byste chtěli vidět příště?\",\n                    \"Explain your request.\": \"Vysvětlete svůj požadavek.\",\n                    \"Subject\": \"Předmět\",\n                    \"Description\": \"Popis\",\n                    \"Send request\": \"Poslat žádost\",\n                    \"Mark the bug\": \"Označte problém\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Záznam obrazovky\",\n                    \"Retry\": \"Zkus to znovu\",\n                    \"Mute\": \"mikrofon vypnutý\",\n                    \"Unmute\": \"mikrofon zapnutý\",\n                    \"Browser not supported\": \"Prohlížeč není podporován\",\n                    \"Stop recording\": \"Zastavit nahrávání\",\n                    \"Start recording\": \"Začít nahrávat\",\n                    \"Record screen\": \"Video\",\n                    \"Pick a color\": \"Vyber barvu\",\n                    \"Undo\": \"vrátit\",\n                    \"Draw on the screen to mark the bug\": \"Nakreslete na obrazovku a označte chybu\",\n                    \"Record your screen to showcase the bug\": \"Nahrajte video, abyste ukázali chybu\",\n                    \"Extremely likely\": \"Velmi pravděpodobné\",\n                    \"Not likely at all\": \"Vůbec ne\",\n                    \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                    \"Your conversations\": \"Vaše rozhovory\",\n                    \"Conversations\": \"Konverzace\",\n                    \"See all conversations\": \"Zobrazit všechny konverzace\",\n                    \"No conversations yet\": \"Zatím žádné konverzace\",\n                    \"Choose a file or drag it here.\": \"Vyberte soubor nebo jej přetáhněte sem.\",\n                    \"We usually reply\": \"Obvykle odpovídáme\",\n                    \"We are back\": \"Jsme zpět\",\n                    \"You\": \"Vy\",\n                    \"Write a reply...\": \"Odeslat zprávu...\",\n                    \"Let us know what you would like to see next.\": \"Dejte nám vědět, co byste rádi viděli příště.\",\n                    \"We are happy to answer any of your questions.\": \"Rádi zodpovíme všechny vaše dotazy.\",\n                    \"within a few minutes\": \"během několika minut\",\n                    \"within a few hours\": \"během několika hodin\",\n                    \"within a day\": \"během jednoho dne\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"Právě jsme offline, ale brzy se vám vrátíme.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Zobrazit vše\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"Jak můžeme pomoci?\",\n                    \"Send us a message\": \"Pošlete nám zprávu\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"de\": {\n                    \"Submit\": \"Absenden\",\n                    \"Hi\": \"Hallo\",\n                    \"Let us know how we can do better.\": \"Lass uns wissen, was wir besser machen können\",\n                    \"Report a bug or share your feedback with us.\": \"Melde einen Fehler oder teile dein Feedback mit uns.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"Wir helfen gerne weiter.\",\n                    \"What would you like to see next?\": \"Welches neue Feature möchtest du anfragen?\",\n                    \"Report an issue\": \"Melde einen Fehler\",\n                    \"Found a bug? Let us know.\": \"Du hast einen Bug gefunden?\",\n                    \"Wrong API key\": \"Falscher API Key\",\n                    \"Click and drag to mark the bug\": \"Klicken & ziehen um den Fehler zu markieren\",\n                    \"I read and accept the \": \"Ich akzeptiere die \",\n                    \"privacy policy\": \"Datenschutzerklärung\",\n                    \"Problem detected\": \"Problem erkannt\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh scheint als wäre etwas schief gelaufen. Indem du dieses Formular abschickst, hilfst du uns das Problem zu beheben und uns zu verbessern.\",\n                    \"Thank you for your feedback.\": \"Vielen Dank für dein Feedback.\",\n                    \"Email\": \"E-Mail\",\n                    \"Your e-mail\": \"Deine E-Mail Adresse\",\n                    \"Tell us more about the problem\": \"Kannst du uns mehr zum Problem sagen?\",\n                    \"Describe what went wrong\": \"Beschreibe was schief gelaufen ist\",\n                    \"Send report\": \"Report senden\",\n                    \"Describe the issue\": \"Beschreibe das Problem\",\n                    \"The more information, the better.\": \"Je mehr Informationen, desto besser.\",\n                    \"Please tell us more\": \"Füge noch eine genauere Beschreibung hinzu\",\n                    \"The more details, the better.\": \"Je mehr Details, desto besser.\",\n                    \"Send feedback\": \"Feedback senden\",\n                    \"Contact us\": \"Kontaktiere uns\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Danke für deine Nachricht. Wir melden uns in Kürze.\",\n                    \"Message\": \"Nachricht\",\n                    \"Your message\": \"Deine Nachricht\",\n                    \"Send message\": \"Nachricht senden\",\n                    \"Request a feature\": \"Feature anfordern\",\n                    \"What feature would you like to see next?\": \"Welches Feature würdest du gerne als nächstes sehen?\",\n                    \"Explain your request.\": \"Beschreibe deinen Feature Request.\",\n                    \"Subject\": \"Betreff\",\n                    \"Description\": \"Beschreibung\",\n                    \"Send request\": \"Request senden\",\n                    \"Next\": \"Weiter\",\n                    \"Mark the bug\": \"Markiere den Fehler\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"Die ausgewählte Datei ist zu groß (max. 3MB).\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Bildschirmaufnahme\",\n                    \"Retry\": \"Erneut versuchen\",\n                    \"Mute\": \"Mikrofon aus\",\n                    \"Unmute\": \"Mikrofon ein\",\n                    \"Browser not supported\": \"Browser nicht unterstützt\",\n                    \"Stop recording\": \"Aufnahme beenden\",\n                    \"Start recording\": \"Aufnahme starten\",\n                    \"Record screen\": \"Video\",\n                    \"Pick a color\": \"Farbe wählen\",\n                    \"Undo\": \"Rückgängig machen\",\n                    \"Draw on the screen to mark the bug\": \"Markiere den Fehler auf dem Bildschirm\",\n                    \"Record your screen to showcase the bug\": \"Nimm ein Video auf, um den Fehler zu zeigen\",\n                    \"Extremely likely\": \"Sehr wahrscheinlich\",\n                    \"Not likely at all\": \"Nicht wahrscheinlich\",\n                    \"Something went wrong, please try again.\": \"Etwas ist schief gelaufen. Bitte versuche es später erneut.\",\n                    \"Your conversations\": \"Unterhaltungen\",\n                    \"Conversations\": \"Unterhaltungen\",\n                    \"See all conversations\": \"Alle Unterhaltungen anzeigen\",\n                    \"No conversations yet\": \"Noch keine Unterhaltungen\",\n                    \"Choose a file or drag it here.\": \"Wähle eine Datei aus\",\n                    \"We usually reply\": \"Wir antworten\",\n                    \"We are back\": \"Wir sind zurück\",\n                    \"You\": \"Du\",\n                    \"Write a reply...\": \"Antworten...\",\n                    \"Let us know what you would like to see next.\": \"Lass uns wissen, welches Feature du als nächstes sehen möchtest.\",\n                    \"We are happy to answer any of your questions.\": \"Gerne beantworten wir dir deine Fragen.\",\n                    \"within a few minutes\": \"in wenigen Minuten\",\n                    \"within a few hours\": \"in wenigen Stunden\",\n                    \"within a day\": \"in einem Tag\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"Wir sind derzeit offline, aber werden uns so schnell wie möglich bei Ihnen melden.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Alle anzeigen\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"Wie können wir dir helfen?\",\n                    \"Send us a message\": \"Schreib uns eine Nachricht\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"en\": {\n                    \"Submit\": \"Submit\",\n                    \"Hi\": \"Hi\",\n                    \"Let us know how we can do better.\": \"Let us know how we can do better.\",\n                    \"Report a bug or share your feedback with us.\": \"Report a bug or share your feedback with us.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"We are here to help.\",\n                    \"What would you like to see next?\": \"What would you like to see next?\",\n                    \"Report an issue\": \"Report an issue\",\n                    \"Found a bug? Let us know.\": \"Found a bug? Let us know.\",\n                    \"Wrong API key\": \"Wrong API key\",\n                    \"Click and drag to mark the bug\": \"Click and drag to mark the bug\",\n                    \"I read and accept the \": \"I read and accept the \",\n                    \"privacy policy\": \"privacy policy\",\n                    \"Problem detected\": \"Problem detected\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n                    \"Thank you for your feedback.\": \"Thank you for your feedback.\",\n                    \"Email\": \"Email\",\n                    \"Your e-mail\": \"Your e-mail\",\n                    \"Tell us more about the problem\": \"Tell us more about the problem\",\n                    \"Describe what went wrong\": \"Describe what went wrong\",\n                    \"Send report\": \"Send report\",\n                    \"Describe the issue\": \"Describe the issue\",\n                    \"The more information, the better.\": \"The more information, the better.\",\n                    \"Please tell us more\": \"Please tell us more\",\n                    \"The more details, the better.\": \"The more details, the better.\",\n                    \"Send feedback\": \"Send feedback\",\n                    \"Contact us\": \"Contact us\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Thanks for your message. We will be in touch shortly\",\n                    \"Message\": \"Message\",\n                    \"Your message\": \"Your message\",\n                    \"Send message\": \"Send message\",\n                    \"Request a feature\": \"Request a feature\",\n                    \"What feature would you like to see next?\": \"What feature would you like to see next?\",\n                    \"Explain your request.\": \"Explain your request.\",\n                    \"Subject\": \"Subject\",\n                    \"Description\": \"Description\",\n                    \"Send request\": \"Send request\",\n                    \"Next\": \"Next\",\n                    \"Mark the bug\": \"Mark the bug\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Screen recording\",\n                    \"Retry\": \"Retry\",\n                    \"Mute\": \"Mute\",\n                    \"Unmute\": \"Unmute\",\n                    \"Browser not supported\": \"Browser not supported\",\n                    \"Stop recording\": \"Stop recording\",\n                    \"Start recording\": \"Start recording\",\n                    \"Record screen\": \"Record screen\",\n                    \"Pick a color\": \"Pick a color\",\n                    \"Undo\": \"Undo\",\n                    \"Draw on the screen to mark the bug\": \"Draw on the screen to mark the bug\",\n                    \"Record your screen to showcase the bug\": \"Record your screen to showcase the bug\",\n                    \"Extremely likely\": \"Extremely likely\",\n                    \"Not likely at all\": \"Not likely at all\",\n                    \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                    \"Your conversations\": \"Your conversations\",\n                    \"Conversations\": \"Conversations\",\n                    \"See all conversations\": \"See all conversations\",\n                    \"No conversations yet\": \"No conversations yet\",\n                    \"Choose a file or drag it here.\": \"Choose a file or drag it here.\",\n                    \"We usually reply\": \"We usually reply\",\n                    \"We are back\": \"We are back\",\n                    \"You\": \"You\",\n                    \"Write a reply...\": \"Write a reply...\",\n                    \"Let us know what you would like to see next.\": \"Let us know what you would like to see next.\",\n                    \"We are happy to answer any of your questions.\": \"We are happy to answer any of your questions.\",\n                    \"within a few minutes\": \"within a few minutes\",\n                    \"within a few hours\": \"within a few hours\",\n                    \"within a day\": \"within a day\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"We are currently offline but will get back to you as soon as possible.\",\n                    \"News\": \"News\",\n                    \"View all\": \"View all\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"How can we help?\",\n                    \"Send us a message\": \"Send us a message\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"es\": {\n                    \"Submit\": \"Enviar\",\n                    \"Hi\": \"Hola\",\n                    \"Let us know how we can do better.\": \"Háganos saber cómo podemos mejorar\",\n                    \"Report a bug or share your feedback with us.\": \"Reportar un bug o comparte tu opinión con nosotros.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"Estamos aquí para ayudar.\",\n                    \"What would you like to see next?\": \"¿Qué función te gustaría ver a continuación?\",\n                    \"Report an issue\": \"Reportar un problema\",\n                    \"Found a bug? Let us know.\": \"¿Encontraste un bug? Haznos saber.\",\n                    \"Wrong API key\": \"Clave de API incorrecta\",\n                    \"Click and drag to mark the bug\": \"Haga clic y arrastre para marcar el error\",\n                    \"I read and accept the \": \"He leído y acepto \",\n                    \"privacy policy\": \"las Política de privacidad\",\n                    \"Problem detected\": \"Problema detectado\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh parece que algo salió mal aquí. Al enviar este formulario, nos ayudará a solucionar el problema y a mejorar a lo grande.\",\n                    \"Thank you for your feedback.\": \"Gracias por tus comentarios.\",\n                    \"Email\": \"Correo electrónico\",\n                    \"Your e-mail\": \"Su dirección de correo electrónico\",\n                    \"Tell us more about the problem\": \"Cuéntanos más sobre el problema\",\n                    \"Describe what went wrong\": \"Describe lo que salió mal\",\n                    \"Send report\": \"Enviar reporte\",\n                    \"Describe the issue\": \"Describa el problema\",\n                    \"The more information, the better.\": \"Cuanta más información mejor.\",\n                    \"Please tell us more\": \"Cuéntanos más\",\n                    \"The more details, the better.\": \"Cuantos más detalles, mejor.\",\n                    \"Send feedback\": \"Envíe sus comentarios\",\n                    \"Contact us\": \"Contacta con nosotros\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Gracias por tu mensaje. Estaremos en contacto dentro de poco.\",\n                    \"Message\": \"Mensaje\",\n                    \"Your message\": \"Tu mensaje\",\n                    \"Send message\": \"Enviar mensaje\",\n                    \"Request a feature\": \"Solicita una función\",\n                    \"What feature would you like to see next?\": \"¿Qué característica le gustaría ver a continuación?\",\n                    \"Explain your request.\": \"Explique su solicitud.\",\n                    \"Subject\": \"Sujeto\",\n                    \"Description\": \"Descripción\",\n                    \"Send request\": \"Enviar solicitud\",\n                    \"Next\": \"Próximo\",\n                    \"Mark the bug\": \"Marque el problema\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Video\",\n                    \"Retry\": \"Intentar otra vez\",\n                    \"Mute\": \"Micrófono apagado\",\n                    \"Unmute\": \"Micrófono encendido\",\n                    \"Browser not supported\": \"Navegador no compatible\",\n                    \"Stop recording\": \"Para de grabar\",\n                    \"Start recording\": \"Iniciar la grabación\",\n                    \"Record screen\": \"Video\",\n                    \"Pick a color\": \"Elige un color\",\n                    \"Undo\": \"Deshacer\",\n                    \"Draw on the screen to mark the bug\": \"Marcar el error en la pantalla\",\n                    \"Record your screen to showcase the bug\": \"Grabe un video para mostrar el error.\",\n                    \"Extremely likely\": \"Más probable\",\n                    \"Not likely at all\": \"No es probable\",\n                    \"Something went wrong, please try again.\": \"Algo salió mal. Por favor, vuelva a intentarlo.\",\n                    \"Your conversations\": \"Tus conversaciones\",\n                    \"Conversations\": \"Conversaciones\",\n                    \"See all conversations\": \"Ver todas las conversaciones\",\n                    \"No conversations yet\": \"Aún no hay conversaciones\",\n                    \"Choose a file or drag it here.\": \"Elija un archivo o arrástrelo aquí.\",\n                    \"We usually reply\": \"Le responderemos\",\n                    \"We are back\": \"Nosotros estamos de vuelta\",\n                    \"You\": \"Tú\",\n                    \"Write a reply...\": \"Enviar un mensaje...\",\n                    \"Let us know what you would like to see next.\": \"Háganos saber lo que le gustaría ver a continuación.\",\n                    \"We are happy to answer any of your questions.\": \"Estamos encantados de responder a cualquiera de sus preguntas.\",\n                    \"within a few minutes\": \"dentro de unos minutos\",\n                    \"within a few hours\": \"dentro de unas horas\",\n                    \"within a day\": \"en un día\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"Actualmente estamos fuera de línea, pero nos pondremos en contacto con usted lo antes posible.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Ver todo\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"¿Cómo podemos ayudar?\",\n                    \"Send us a message\": \"Mandanos un mensaje\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"fr\": {\n                    \"Submit\": \"Soumettre\",\n                    \"Hi\": \"Salut\",\n                    \"Let us know how we can do better.\": \"Faites-nous savoir comment nous pouvons mieux faire\",\n                    \"Report a bug or share your feedback with us.\": \"Signaler un bug ou partagez vos commentaires avec nous.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"Nous sommes ici pour aider.\",\n                    \"What would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite?\",\n                    \"Report an issue\": \"Signaler un problème\",\n                    \"Found a bug? Let us know.\": \"Vous avez trouvé un bug? Faites le nous savoir.\",\n                    \"Wrong API key\": \"Clé API incorrecte\",\n                    \"Click and drag to mark the bug\": \"Cliquez et faites glisser pour marquer le bug\",\n                    \"I read and accept the \": \"J’ai lu et j’accepte \",\n                    \"privacy policy\": \"politique de confidentialité\",\n                    \"Problem detected\": \"Problème détecté\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh quelque chose s’est mal passé ici. En soumettant ce formulaire, vous nous aiderez à résoudre le problème et à améliorer considérablement.\",\n                    \"Thank you for your feedback.\": \"Merci pour votre avis.\",\n                    \"Email\": \"E-mail\",\n                    \"Your e-mail\": \"Votre e-mail\",\n                    \"Tell us more about the problem\": \"Dites-nous en plus sur le problème\",\n                    \"Describe what went wrong\": \"Décrivez ce qui s’est mal passé\",\n                    \"Send report\": \"Envoyer un rapport\",\n                    \"Describe the issue\": \"Décrivez le problème\",\n                    \"The more information, the better.\": \"Plus il y a d’informations, mieux c’est.\",\n                    \"Please tell us more\": \"Merci de nous en dire plus\",\n                    \"The more details, the better.\": \"Plus c’est précis, mieux c’est.\",\n                    \"Send feedback\": \"Envoyer des commentaires\",\n                    \"Contact us\": \"Contactez-nous\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Merci pour votre message. Nous vous contacterons prochainement.\",\n                    \"Message\": \"Message\",\n                    \"Your message\": \"Votre message\",\n                    \"Send message\": \"Envoyer le message\",\n                    \"Request a feature\": \"Demander une fonctionnalité\",\n                    \"What feature would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite ?\",\n                    \"Explain your request.\": \"Expliquez votre demande.\",\n                    \"Subject\": \"Matière\",\n                    \"Description\": \"Description\",\n                    \"Send request\": \"Envoyer une demande\",\n                    \"Next\": \"Prochain\",\n                    \"Mark the bug\": \"Marquer le problème\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Capture d'écran\",\n                    \"Screen recording\": \"Vidéo\",\n                    \"Retry\": \"Essayer à nouveau\",\n                    \"Mute\": \"Microphone éteint\",\n                    \"Unmute\": \"Microphone allumé\",\n                    \"Browser not supported\": \"Navigateur non pris en charge\",\n                    \"Stop recording\": \"Arrête d'enregistrer\",\n                    \"Start recording\": \"Commencer l'enregistrement\",\n                    \"Record screen\": \"Vidéo\",\n                    \"Pick a color\": \"Choisir une couleur\",\n                    \"Undo\": \"Annuler\",\n                    \"Draw on the screen to mark the bug\": \"Marquez l'erreur sur l'écran\",\n                    \"Record your screen to showcase the bug\": \"Enregistrer une vidéo pour montrer l'erreur\",\n                    \"Extremely likely\": \"Très probable\",\n                    \"Not likely at all\": \"Pas probable\",\n                    \"Something went wrong, please try again.\": \"Une erreur s'est produite. Veuillez réessayer.\",\n                    \"Your conversations\": \"Vos conversations\",\n                    \"Conversations\": \"Conversations\",\n                    \"See all conversations\": \"Voir toutes les conversations\",\n                    \"No conversations yet\": \"Pas encore de conversation\",\n                    \"Choose a file or drag it here.\": \"Choisissez un fichier ou faites-le glisser ici.\",\n                    \"We usually reply\": \"Nous répondons\",\n                    \"We are back\": \"Nous serons de retour\",\n                    \"You\": \"Tu\",\n                    \"Write a reply...\": \"Envoyer un message...\",\n                    \"Let us know what you would like to see next.\": \"Faites-nous savoir ce que vous aimeriez voir ensuite.\",\n                    \"We are happy to answer any of your questions.\": \"Nous sommes heureux de répondre à toutes vos questions.\",\n                    \"within a few minutes\": \"en quelques minutes\",\n                    \"within a few hours\": \"en quelques heures\",\n                    \"within a day\": \"en un jour\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"Nous sommes actuellement hors ligne, mais nous vous répondrons dès que possible.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Voir tout\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"Comment pouvons nous aider?\",\n                    \"Send us a message\": \"Envoie-nous un message\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"it\": {\n                    \"Submit\": \"Invia\",\n                    \"Hi\": \"Ciao\",\n                    \"Let us know how we can do better.\": \"Fateci sapere come possiamo fare meglio\",\n                    \"Report a bug or share your feedback with us.\": \"Segnalare un bug o condividi il tuo feedback con noi.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"Siamo qui per aiutare.\",\n                    \"What would you like to see next?\": \"Quale funzione vorresti vedere dopo?\",\n                    \"Report an issue\": \"Segnala un problema\",\n                    \"Found a bug? Let us know.\": \"Trovato un bug? Facci sapere.\",\n                    \"Wrong API key\": \"API key sbagliata\",\n                    \"Click and drag to mark the bug\": \"Fare clic e trascinare per segnalare il bug\",\n                    \"I read and accept the \": \"Ho letto e accetto la \",\n                    \"privacy policy\": \"politica sulla riservatezza\",\n                    \"Problem detected\": \"Problema rilevato\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh sembra che qualcosa sia andato storto qui. Inviando questo modulo, ci aiuterai a risolvere il problema e ci stai aiutando a migliorare alla grande.\",\n                    \"Thank you for your feedback.\": \"Grazie per il tuo feedback.\",\n                    \"Email\": \"E-mail\",\n                    \"Your e-mail\": \"La tua e-mail\",\n                    \"Tell us more about the problem\": \"Dicci di più sul problema\",\n                    \"Describe what went wrong\": \"Descrivi cosa è andato storto\",\n                    \"Send report\": \"Spedisci il rapporto\",\n                    \"Describe the issue\": \"Descrivi il problema\",\n                    \"The more information, the better.\": \"Più informazioni, meglio è.\",\n                    \"Please tell us more\": \"Per favore dicci di più\",\n                    \"The more details, the better.\": \"Più dettagli, meglio è.\",\n                    \"Send feedback\": \"Invia feedback\",\n                    \"Contact us\": \"Contattaci\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Grazie per il tuo messaggio. Ci terremo in contatto.\",\n                    \"Message\": \"Messaggio\",\n                    \"Your message\": \"Il tuo messaggio\",\n                    \"Send message\": \"Invia messaggio\",\n                    \"Request a feature\": \"Richiedi una funzionalità\",\n                    \"What feature would you like to see next?\": \"Quale caratteristica vorresti vedere dopo?\",\n                    \"Explain your request.\": \"Spiega la tua richiesta.\",\n                    \"Subject\": \"Soggetto\",\n                    \"Description\": \"Descrizione\",\n                    \"Send request\": \"Invia richiesta\",\n                    \"Next\": \"Prossimo\",\n                    \"Mark the bug\": \"Segna il problema\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Video\",\n                    \"Retry\": \"Riprova\",\n                    \"Mute\": \"Microfono spento\",\n                    \"Unmute\": \"Microfono acceso\",\n                    \"Browser not supported\": \"Browser non supportato\",\n                    \"Stop recording\": \"Interrompi la registrazione\",\n                    \"Start recording\": \"Inizia a registrare\",\n                    \"Record screen\": \"Video\",\n                    \"Pick a color\": \"Scegli un colore\",\n                    \"Undo\": \"Annulla\",\n                    \"Draw on the screen to mark the bug\": \"Segna l'errore sullo schermo\",\n                    \"Record your screen to showcase the bug\": \"Registra un video per mostrare l'errore\",\n                    \"Extremely likely\": \"Molto probabilmente\",\n                    \"Not likely at all\": \"Non è probabile\",\n                    \"Something went wrong, please try again.\": \"Qualcosa è andato storto. Per favore riprova.\",\n                    \"Your conversations\": \"Le tue conversazioni\",\n                    \"Conversations\": \"Conversazioni\",\n                    \"See all conversations\": \"Vedi tutte le conversazioni\",\n                    \"No conversations yet\": \"Nessuna conversazione ancora\",\n                    \"Choose a file or drag it here.\": \"Scegli un file o trascinalo qui.\",\n                    \"We usually reply\": \"Rispondiamo\",\n                    \"We are back\": \"torneremo\",\n                    \"You\": \"Voi\",\n                    \"Write a reply...\": \"Invia un messaggio...\",\n                    \"Let us know what you would like to see next.\": \"Facci sapere cosa vorresti vedere dopo.\",\n                    \"We are happy to answer any of your questions.\": \"Siamo felici di rispondere a qualsiasi tua domanda.\",\n                    \"within a few minutes\": \"in pochi minuti\",\n                    \"within a few hours\": \"in poche ore\",\n                    \"within a day\": \"in un giorno\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"Al momento siamo offline, ma ti risponderemo al più presto.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Mostra tutto\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"Come possiamo aiutare?\",\n                    \"Send us a message\": \"Mandaci un messaggio\",\n                    \"Roadmap\": \"Roadmap\"\n                },\n                \"nl\": {\n                    \"Submit\": \"Indienen\",\n                    \"Hi\": \"Hoi\",\n                    \"Let us know how we can do better.\": \"Laat ons weten hoe we het beter kunnen doen\",\n                    \"Report a bug or share your feedback with us.\": \"Meld een bug of deel uw feedback met ons.\",\n                    \"Feedback\": \"Feedback\",\n                    \"We are here to help.\": \"We zijn hier om te helpen.\",\n                    \"What would you like to see next?\": \"Welke functie zou je hierna willen zien?\",\n                    \"Report an issue\": \"Een probleem melden\",\n                    \"Found a bug? Let us know.\": \"Een fout gevonden? Laat het ons weten.\",\n                    \"Wrong API key\": \"Verkeerde API-sleutel\",\n                    \"Click and drag to mark the bug\": \"Klik en sleep om de bug te markeren\",\n                    \"I read and accept the \": \"Ik lees en accepteer het \",\n                    \"privacy policy\": \"privacybeleid\",\n                    \"Problem detected\": \"Probleem gedetecteerd\",\n                    \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh het lijkt erop dat hier iets mis is gegaan. Door dit formulier in te dienen, helpt u ons het probleem op te lossen en enorm te verbeteren.\",\n                    \"Thank you for your feedback.\": \"Bedankt voor uw feedback.\",\n                    \"Email\": \"E-mail\",\n                    \"Your e-mail\": \"Jouw e-mail\",\n                    \"Tell us more about the problem\": \"Vertel ons meer over het probleem\",\n                    \"Describe what went wrong\": \"Beschrijf wat er mis ging\",\n                    \"Send report\": \"Verzend rapport\",\n                    \"Describe the issue\": \"Beschrijf het probleem\",\n                    \"The more information, the better.\": \"Hoe meer informatie, hoe beter.\",\n                    \"Please tell us more\": \"Vertel ons meer\",\n                    \"The more details, the better.\": \"Hoe meer details, hoe beter.\",\n                    \"Contact us\": \"Neem contact op\",\n                    \"Thanks for your message. We will be in touch shortly\": \"Bedankt voor je bericht. We nemen binnenkort contact op.\",\n                    \"Message\": \"Bericht\",\n                    \"Your message\": \"Jouw bericht\",\n                    \"Send message\": \"Bericht versturen\",\n                    \"Request a feature\": \"Vraag een functie aan\",\n                    \"What feature would you like to see next?\": \"Welke functie of verbetering zou u graag willen zien?\",\n                    \"Explain your request.\": \"Licht uw verzoek toe.\",\n                    \"Subject\": \"Onderwerpen\",\n                    \"Description\": \"Omschrijving\",\n                    \"Send request\": \"​​Verzend verzoek\",\n                    \"Next\": \"Volgende\",\n                    \"Mark the bug\": \"Markeer het probleem\",\n                    \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                    \"Screenshot\": \"Screenshot\",\n                    \"Screen recording\": \"Schermopname\",\n                    \"Retry\": \"Probeer opnieuw\",\n                    \"Mute\": \"Microfoon uit\",\n                    \"Unmute\": \"Microfoon aan\",\n                    \"Browser not supported\": \"Browser niet ondersteund\",\n                    \"Stop recording\": \"Stop met opnemen\",\n                    \"Start recording\": \"Start met opnemen\",\n                    \"Record screen\": \"Video\",\n                    \"Pick a color\": \"Kies een kleur\",\n                    \"Undo\": \"Annuleren\",\n                    \"Draw on the screen to mark the bug\": \"Markeer de fout op het scherm\",\n                    \"Record your screen to showcase the bug\": \"Neem een ​​video op om de fout te laten zien\",\n                    \"Extremely likely\": \"Waarschijnlijk\",\n                    \"Not likely at all\": \"Onwaarschijnlijk\",\n                    \"Something went wrong, please try again.\": \"Er is iets mis gegaan, probeer het alstublieft nogmaals.\",\n                    \"Your conversations\": \"Jouw gesprekken\",\n                    \"Conversations\": \"Gesprekken\",\n                    \"See all conversations\": \"Alle gesprekken bekijken\",\n                    \"No conversations yet\": \"Nog geen gesprekken\",\n                    \"Choose a file or drag it here.\": \"Kies een bestand of sleep het hierheen.\",\n                    \"We usually reply\": \"Wij antwoorden\",\n                    \"We are back\": \"We zijn terug\",\n                    \"You\": \"Jij\",\n                    \"Write a reply...\": \"Een bericht versturen...\",\n                    \"Let us know what you would like to see next.\": \"Laat ons weten wat je de volgende keer zou willen zien.\",\n                    \"We are happy to answer any of your questions.\": \"We beantwoorden graag al uw vragen.\",\n                    \"within a few minutes\": \"binnen een paar minuten\",\n                    \"within a few hours\": \"binnen een paar uur\",\n                    \"within a day\": \"binnen een dag\",\n                    \"We are currently offline but will get back to you as soon as possible.\": \"We zijn momenteel offline, maar we komen zo snel mogelijk bij u terug.\",\n                    \"News\": \"News\",\n                    \"View all\": \"Bekijk alles\",\n                    \"Feature requests\": \"Feature requests\",\n                    \"How can we help?\": \"Hoe kunnen we helpen?\",\n                    \"Send us a message\": \"Zend ons een bericht\",\n                    \"Roadmap\": \"Roadmap\"\n                }\n            }\n        },\n        \"apiKey\": \"NBoEhXuMMQEsABcCEd5q177qD0FCHlsT\",\n        \"secretApiKey\": \"ZnJLznXl77oCzCOanFGoQwRqRJRcSdhs\",\n        \"users\": [],\n        \"feedbackTags\": [\n            {\n                \"_id\": \"63610dc45c27bf00557af6f2\",\n                \"label\": \"TEST\",\n                \"color\": \"#2237C9\"\n            },\n            {\n                \"_id\": \"63610dc45c27bf00557af6f3\",\n                \"label\": \"NEW TAG\",\n                \"color\": \"#39D607\"\n            },\n            {\n                \"_id\": \"63692f2c1cb0e80053144d6a\",\n                \"label\": \"DRIVERTAG\",\n                \"color\": \"#EE10F8\"\n            }\n        ],\n        \"createdAt\": \"2022-10-31T17:39:19.533Z\",\n        \"updatedAt\": \"2022-11-07T16:15:40.705Z\",\n        \"__v\": 0,\n        \"shareApiKey\": \"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t\",\n        \"id\": \"636008475c27bf00556c4834\"\n    }\n]"}],"_postman_id":"cdce41fd-0358-482f-b670-dedac9024b25"},{"name":"Get project","id":"17a17c49-9c6d-401b-a40a-5849535bbcca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834","description":"<p><em>Rate limit</em>: No rate limit.</p>\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"0f623495-5453-4ed4-8e85-8c4cec843b21","name":"Get project","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 13:55:43 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"9179-tH7aj7PzvP24gob/PXPYa5LZyHU\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"sdkInstalled\": true,\n    \"secureSessionIdentify\": false,\n    \"spamProtection\": false,\n    \"projectActions\": {\n        \"bugreporting\": {\n            \"default\": true,\n            \"introMessage\": \"Found a bug? Let us know.\",\n            \"title\": \"Report an issue\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\"\n                }\n            ],\n            \"showConversation\": false,\n            \"disableUserScreenshot\": false,\n            \"enableUserScreenRecording\": true,\n            \"singlePageForm\": true,\n            \"feedbackType\": \"BUG\",\n            \"collectEmail\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": false,\n                \"networkLogs\": false,\n                \"customEventLog\": false,\n                \"screenshot\": false,\n                \"replays\": false\n            }\n        },\n        \"crash\": {\n            \"default\": true,\n            \"title\": \"Problem detected\",\n            \"introMessage\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Tell us more about the problem\",\n                    \"placeholder\": \"Describe what went wrong\",\n                    \"type\": \"textarea\",\n                    \"name\": \"crashdescription\"\n                }\n            ],\n            \"feedbackType\": \"CRASH\",\n            \"collectEmail\": true,\n            \"showConversation\": false,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": false,\n                \"networkLogs\": false,\n                \"customEventLog\": false,\n                \"screenshot\": false,\n                \"replays\": false\n            }\n        },\n        \"contact\": {\n            \"default\": true,\n            \"introMessage\": \"We are happy to answer any of your questions.\",\n            \"title\": \"Send us a message\",\n            \"thanksMessage\": \"Thanks for your message. We will be in touch shortly\",\n            \"form\": [\n                {\n                    \"title\": \"Message\",\n                    \"placeholder\": \"Your message\",\n                    \"type\": \"textarea\",\n                    \"name\": \"contactdescription\",\n                    \"required\": true\n                }\n            ],\n            \"feedbackType\": \"INQUIRY\",\n            \"collectEmail\": true,\n            \"showConversation\": true,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": true,\n                \"networkLogs\": true,\n                \"customEventLog\": false,\n                \"screenshot\": true,\n                \"replays\": true\n            }\n        },\n        \"featurerequests\": {\n            \"default\": true,\n            \"introMessage\": \"Let us know what you would like to see next.\",\n            \"title\": \"Request a feature\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Subject\",\n                    \"placeholder\": \"What feature would you like to see next?\",\n                    \"type\": \"text\",\n                    \"inputtype\": \"text\",\n                    \"name\": \"title\",\n                    \"required\": true\n                },\n                {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\"\n                }\n            ],\n            \"feedbackType\": \"FEATURE_REQUEST\",\n            \"singlePageForm\": true,\n            \"collectEmail\": true,\n            \"showConversation\": false,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": true,\n                \"networkLogs\": true,\n                \"customEventLog\": false,\n                \"screenshot\": true,\n                \"replays\": true\n            }\n        }\n    },\n    \"projectTypes\": [\n        {\n            \"icon\": \"BUG\",\n            \"type\": \"BUG\",\n            \"name\": \"Bug\",\n            \"menuName\": \"Bugs\",\n            \"path\": \"bugs\",\n            \"renderType\": \"BOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your bug report:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{screenshot}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            },\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"To test\",\n                        \"key\": \"TOTEST\"\n                    },\n                    {\n                        \"title\": \"Done\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"CRASH\",\n            \"type\": \"CRASH\",\n            \"name\": \"Crash report\",\n            \"menuName\": \"Crash reports\",\n            \"path\": \"crashreports\",\n            \"renderType\": \"CRASHREPORTSBOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your bug report:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{screenshot}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            },\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"To test\",\n                        \"key\": \"TOTEST\"\n                    },\n                    {\n                        \"title\": \"Done\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"INQUIRY\",\n            \"type\": \"INQUIRY\",\n            \"name\": \"Inquiry\",\n            \"menuName\": \"Inquiries\",\n            \"path\": \"inquiries\",\n            \"renderType\": \"INBOX\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thank you for your message (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"We have received your request and our support team will be in touch with you shortly.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your message:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"FEATURE_REQUEST\",\n            \"type\": \"FEATURE_REQUEST\",\n            \"name\": \"Feature request\",\n            \"menuName\": \"Feature requests\",\n            \"path\": \"featurerequests\",\n            \"renderType\": \"FEATUREREQUESTBOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"Planned\",\n                        \"key\": \"PLANNED\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"Completed\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            },\n            \"receievedEmailTitle\": \"We’ve received your feature request (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for helping us improve by requesting a feature.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your feature request:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"hideDetailTabsOnSharedBugs\": false,\n    \"sendFeedbackReceivedNotifications\": false,\n    \"sendBugAssignmentNotifications\": false,\n    \"sendBugNotifications\": false,\n    \"canUseExtendedSurveyOptions\": false,\n    \"spamCount\": 0,\n    \"_id\": \"636008475c27bf00556c4834\",\n    \"name\": \"My first project\",\n    \"createdBy\": {\n        \"keywords\": [\n            \"lukas apidemo gleap io\",\n            \"api\",\n            \"demo\"\n        ],\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n        \"firstName\": \"API\",\n        \"lastName\": \"demo\",\n        \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n        \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n        \"__v\": 0,\n        \"userRole\": \"webdeveloper\",\n        \"id\": \"636008465c27bf00556c4643\"\n    },\n    \"organisation\": {\n        \"subscription\": {\n            \"subscriptionID\": \"sub_1M1XZNFIu8tJdh4nuM7tqrnl\",\n            \"planID\": \"price_1LDkAsFIu8tJdh4ndfl0Pgez\",\n            \"metadata\": {\n                \"consolelogs\": \"true\",\n                \"customFeedbackType\": \"true\",\n                \"customdata\": \"true\",\n                \"customdomain\": \"true\",\n                \"customevents\": \"true\",\n                \"dataretention\": \"365\",\n                \"featureRequests\": \"true\",\n                \"inquiries\": \"true\",\n                \"integrations\": \"all\",\n                \"projects\": \"10\",\n                \"ratings\": \"true\",\n                \"removebranding\": \"true\",\n                \"replays\": \"true\",\n                \"sessiondata\": \"true\",\n                \"sessionlimit\": \"1000000\",\n                \"surveys\": \"true\"\n            }\n        },\n        \"name\": \"APIs Company\",\n        \"id\": \"636008465c27bf00556c473d\"\n    },\n    \"flowConfig\": {\n        \"color\": \"#485BFF\",\n        \"backgroundColor\": \"#FFFFFF\",\n        \"headerColor\": \"#485bff\",\n        \"buttonColor\": \"#485bff\",\n        \"borderRadius\": 20,\n        \"buttonX\": 20,\n        \"buttonY\": 20,\n        \"operatorAvatarImage\": \"\",\n        \"logo\": \"\",\n        \"buttonLogo\": \"\",\n        \"customCSS\": \"\",\n        \"hideFeatureRequests\": false,\n        \"hideNews\": false,\n        \"hideAllConversations\": false,\n        \"enableOpeningTimesBot\": true,\n        \"operatorAvatar\": \"\",\n        \"openingTimes\": [\n            {\n                \"day\": \"Weekdays\",\n                \"openingTime\": \"09:00\",\n                \"closingTime\": \"17:00\"\n            }\n        ],\n        \"replyTime\": \"within a few minutes\",\n        \"timezone\": \"Europe/Vienna\",\n        \"showOnlineStatus\": true,\n        \"spamProtection\": false,\n        \"hideBranding\": false,\n        \"enableConsoleLogs\": true,\n        \"enableReplays\": false,\n        \"hideForGuests\": false,\n        \"replaysInterval\": 5,\n        \"thankYouDuration\": 3000,\n        \"enableNetworkLogs\": true,\n        \"sendNetworkResources\": false,\n        \"networkLogPropsToIgnore\": [],\n        \"networkLogBlacklist\": [],\n        \"enablePrivacyPolicy\": false,\n        \"enableShortcuts\": true,\n        \"privacyPolicyURL\": \"\",\n        \"enableMenu\": true,\n        \"menuItems\": [\n            {\n                \"title\": \"Report an issue\",\n                \"infoDescription\": \"Starts the bug reporting flow.\",\n                \"description\": \"Found a bug? Let us know.\",\n                \"icon\": \"https://gleapcdn.com/res/iconbug.svg\",\n                \"actionType\": \"bugreporting\",\n                \"color\": \"#F4CAC8\"\n            },\n            {\n                \"title\": \"Request a feature\",\n                \"infoDescription\": \"Starts the feature requests flow.\",\n                \"description\": \"What would you like to see next?\",\n                \"icon\": \"https://gleapcdn.com/res/iconidea.svg\",\n                \"actionType\": \"featurerequests\",\n                \"color\": \"#FFEEC2\"\n            },\n            {\n                \"title\": \"Send us a message\",\n                \"infoDescription\": \"Starts the contact us form flow.\",\n                \"description\": \"We are here to help.\",\n                \"icon\": \"https://gleapcdn.com/res/iconcontact.svg\",\n                \"actionType\": \"contact\",\n                \"color\": \"#EFE2FF\"\n            }\n        ],\n        \"activationMethodFeedbackButton\": true,\n        \"activationMethodShake\": true,\n        \"activationMethodScreenshotGesture\": true,\n        \"enableCrashDetector\": false,\n        \"crashDetectorIsSilent\": false,\n        \"enableRageClickDetector\": false,\n        \"rageClickDetectorIsSilent\": false,\n        \"enableNetworkLogFilters\": false,\n        \"jsMajorVersion\": \"v6\",\n        \"enableIntercomCompatibilityMode\": true,\n        \"hideWavingHandAfterName\": false,\n        \"hideUsersName\": false,\n        \"widgetButtonText\": \"Feedback\",\n        \"widgetInfoTitle\": \"Feedback\",\n        \"widgetInfoSubtitle\": \"Let us know how we can do better.\",\n        \"welcomeText\": \"How can we help?\",\n        \"showInfoPopup\": false,\n        \"feedbackButtonPosition\": \"BOTTOM_RIGHT\",\n        \"customTranslations\": {\n            \"cz\": {\n                \"Hi\": \"Ahoj\",\n                \"Submit\": \"Předložit\",\n                \"Next\": \"Příští\",\n                \"Let us know how we can do better.\": \"Dejte nám vědět, co bychom mohli zlepšit\",\n                \"Report a bug or share your feedback with us.\": \"Nahlaste chybu nebo se s námi podělte o svůj názor.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Jsme tu, abychom vám pomohli.\",\n                \"What would you like to see next?\": \"Kterou funkci byste chtěli vidět dále?\",\n                \"Report an issue\": \"Nahlásit problém\",\n                \"Found a bug? Let us know.\": \"Našli jste chybu? Dej nám vědět.\",\n                \"Wrong API key\": \"Špatný klíč API\",\n                \"Click and drag to mark the bug\": \"Kliknutím a přetažením označte chybu\",\n                \"I read and accept the \": \"Přečetl jsem si a přijímám \",\n                \"privacy policy\": \"zásady ochrany osobních údajů\",\n                \"Problem detected\": \"Byl zjištěn problém\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh vypadá to, že se tu něco pokazilo. Odesláním tohoto formuláře nám pomůžete problém vyřešit a vylepšit čas.\",\n                \"Thank you for your feedback.\": \"Děkujeme vám za vaši reakci.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Tvůj e-mail\",\n                \"Tell us more about the problem\": \"Řekněte nám o problému více\",\n                \"Describe what went wrong\": \"Popište, co se stalo\",\n                \"Send report\": \"Poslat zprávu\",\n                \"Describe the issue\": \"Popište problém\",\n                \"The more information, the better.\": \"Čím více informací, tím lépe.\",\n                \"Please tell us more\": \"Prosím, řekněte nám víc\",\n                \"The more details, the better.\": \"Čím více podrobností, tím lépe.\",\n                \"Send feedback\": \"Poslat zpětnou vazbu\",\n                \"Contact us\": \"Kontaktujte nás\",\n                \"Thanks for your message. We will be in touch shortly\": \"Díky za vaši zprávu. Brzy budeme v kontaktu.\",\n                \"Message\": \"Zpráva\",\n                \"Your message\": \"Vaše zpráva\",\n                \"Send message\": \"Poslat zprávu\",\n                \"Request a feature\": \"Požádejte o funkci\",\n                \"What feature would you like to see next?\": \"Jakou funkci byste chtěli vidět příště?\",\n                \"Explain your request.\": \"Vysvětlete svůj požadavek.\",\n                \"Subject\": \"Předmět\",\n                \"Description\": \"Popis\",\n                \"Send request\": \"Poslat žádost\",\n                \"Mark the bug\": \"Označte problém\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Záznam obrazovky\",\n                \"Retry\": \"Zkus to znovu\",\n                \"Mute\": \"mikrofon vypnutý\",\n                \"Unmute\": \"mikrofon zapnutý\",\n                \"Browser not supported\": \"Prohlížeč není podporován\",\n                \"Stop recording\": \"Zastavit nahrávání\",\n                \"Start recording\": \"Začít nahrávat\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Vyber barvu\",\n                \"Undo\": \"vrátit\",\n                \"Draw on the screen to mark the bug\": \"Nakreslete na obrazovku a označte chybu\",\n                \"Record your screen to showcase the bug\": \"Nahrajte video, abyste ukázali chybu\",\n                \"Extremely likely\": \"Velmi pravděpodobné\",\n                \"Not likely at all\": \"Vůbec ne\",\n                \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                \"Your conversations\": \"Vaše rozhovory\",\n                \"Conversations\": \"Konverzace\",\n                \"See all conversations\": \"Zobrazit všechny konverzace\",\n                \"No conversations yet\": \"Zatím žádné konverzace\",\n                \"Choose a file or drag it here.\": \"Vyberte soubor nebo jej přetáhněte sem.\",\n                \"We usually reply\": \"Obvykle odpovídáme\",\n                \"We are back\": \"Jsme zpět\",\n                \"You\": \"Vy\",\n                \"Write a reply...\": \"Odeslat zprávu...\",\n                \"Let us know what you would like to see next.\": \"Dejte nám vědět, co byste rádi viděli příště.\",\n                \"We are happy to answer any of your questions.\": \"Rádi zodpovíme všechny vaše dotazy.\",\n                \"within a few minutes\": \"během několika minut\",\n                \"within a few hours\": \"během několika hodin\",\n                \"within a day\": \"během jednoho dne\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Právě jsme offline, ale brzy se vám vrátíme.\",\n                \"News\": \"News\",\n                \"View all\": \"Zobrazit vše\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Jak můžeme pomoci?\",\n                \"Send us a message\": \"Pošlete nám zprávu\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"de\": {\n                \"Submit\": \"Absenden\",\n                \"Hi\": \"Hallo\",\n                \"Let us know how we can do better.\": \"Lass uns wissen, was wir besser machen können\",\n                \"Report a bug or share your feedback with us.\": \"Melde einen Fehler oder teile dein Feedback mit uns.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Wir helfen gerne weiter.\",\n                \"What would you like to see next?\": \"Welches neue Feature möchtest du anfragen?\",\n                \"Report an issue\": \"Melde einen Fehler\",\n                \"Found a bug? Let us know.\": \"Du hast einen Bug gefunden?\",\n                \"Wrong API key\": \"Falscher API Key\",\n                \"Click and drag to mark the bug\": \"Klicken & ziehen um den Fehler zu markieren\",\n                \"I read and accept the \": \"Ich akzeptiere die \",\n                \"privacy policy\": \"Datenschutzerklärung\",\n                \"Problem detected\": \"Problem erkannt\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh scheint als wäre etwas schief gelaufen. Indem du dieses Formular abschickst, hilfst du uns das Problem zu beheben und uns zu verbessern.\",\n                \"Thank you for your feedback.\": \"Vielen Dank für dein Feedback.\",\n                \"Email\": \"E-Mail\",\n                \"Your e-mail\": \"Deine E-Mail Adresse\",\n                \"Tell us more about the problem\": \"Kannst du uns mehr zum Problem sagen?\",\n                \"Describe what went wrong\": \"Beschreibe was schief gelaufen ist\",\n                \"Send report\": \"Report senden\",\n                \"Describe the issue\": \"Beschreibe das Problem\",\n                \"The more information, the better.\": \"Je mehr Informationen, desto besser.\",\n                \"Please tell us more\": \"Füge noch eine genauere Beschreibung hinzu\",\n                \"The more details, the better.\": \"Je mehr Details, desto besser.\",\n                \"Send feedback\": \"Feedback senden\",\n                \"Contact us\": \"Kontaktiere uns\",\n                \"Thanks for your message. We will be in touch shortly\": \"Danke für deine Nachricht. Wir melden uns in Kürze.\",\n                \"Message\": \"Nachricht\",\n                \"Your message\": \"Deine Nachricht\",\n                \"Send message\": \"Nachricht senden\",\n                \"Request a feature\": \"Feature anfordern\",\n                \"What feature would you like to see next?\": \"Welches Feature würdest du gerne als nächstes sehen?\",\n                \"Explain your request.\": \"Beschreibe deinen Feature Request.\",\n                \"Subject\": \"Betreff\",\n                \"Description\": \"Beschreibung\",\n                \"Send request\": \"Request senden\",\n                \"Next\": \"Weiter\",\n                \"Mark the bug\": \"Markiere den Fehler\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"Die ausgewählte Datei ist zu groß (max. 3MB).\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Bildschirmaufnahme\",\n                \"Retry\": \"Erneut versuchen\",\n                \"Mute\": \"Mikrofon aus\",\n                \"Unmute\": \"Mikrofon ein\",\n                \"Browser not supported\": \"Browser nicht unterstützt\",\n                \"Stop recording\": \"Aufnahme beenden\",\n                \"Start recording\": \"Aufnahme starten\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Farbe wählen\",\n                \"Undo\": \"Rückgängig machen\",\n                \"Draw on the screen to mark the bug\": \"Markiere den Fehler auf dem Bildschirm\",\n                \"Record your screen to showcase the bug\": \"Nimm ein Video auf, um den Fehler zu zeigen\",\n                \"Extremely likely\": \"Sehr wahrscheinlich\",\n                \"Not likely at all\": \"Nicht wahrscheinlich\",\n                \"Something went wrong, please try again.\": \"Etwas ist schief gelaufen. Bitte versuche es später erneut.\",\n                \"Your conversations\": \"Unterhaltungen\",\n                \"Conversations\": \"Unterhaltungen\",\n                \"See all conversations\": \"Alle Unterhaltungen anzeigen\",\n                \"No conversations yet\": \"Noch keine Unterhaltungen\",\n                \"Choose a file or drag it here.\": \"Wähle eine Datei aus\",\n                \"We usually reply\": \"Wir antworten\",\n                \"We are back\": \"Wir sind zurück\",\n                \"You\": \"Du\",\n                \"Write a reply...\": \"Antworten...\",\n                \"Let us know what you would like to see next.\": \"Lass uns wissen, welches Feature du als nächstes sehen möchtest.\",\n                \"We are happy to answer any of your questions.\": \"Gerne beantworten wir dir deine Fragen.\",\n                \"within a few minutes\": \"in wenigen Minuten\",\n                \"within a few hours\": \"in wenigen Stunden\",\n                \"within a day\": \"in einem Tag\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Wir sind derzeit offline, aber werden uns so schnell wie möglich bei Ihnen melden.\",\n                \"News\": \"News\",\n                \"View all\": \"Alle anzeigen\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Wie können wir dir helfen?\",\n                \"Send us a message\": \"Schreib uns eine Nachricht\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"en\": {\n                \"Submit\": \"Submit\",\n                \"Hi\": \"Hi\",\n                \"Let us know how we can do better.\": \"Let us know how we can do better.\",\n                \"Report a bug or share your feedback with us.\": \"Report a bug or share your feedback with us.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"We are here to help.\",\n                \"What would you like to see next?\": \"What would you like to see next?\",\n                \"Report an issue\": \"Report an issue\",\n                \"Found a bug? Let us know.\": \"Found a bug? Let us know.\",\n                \"Wrong API key\": \"Wrong API key\",\n                \"Click and drag to mark the bug\": \"Click and drag to mark the bug\",\n                \"I read and accept the \": \"I read and accept the \",\n                \"privacy policy\": \"privacy policy\",\n                \"Problem detected\": \"Problem detected\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n                \"Thank you for your feedback.\": \"Thank you for your feedback.\",\n                \"Email\": \"Email\",\n                \"Your e-mail\": \"Your e-mail\",\n                \"Tell us more about the problem\": \"Tell us more about the problem\",\n                \"Describe what went wrong\": \"Describe what went wrong\",\n                \"Send report\": \"Send report\",\n                \"Describe the issue\": \"Describe the issue\",\n                \"The more information, the better.\": \"The more information, the better.\",\n                \"Please tell us more\": \"Please tell us more\",\n                \"The more details, the better.\": \"The more details, the better.\",\n                \"Send feedback\": \"Send feedback\",\n                \"Contact us\": \"Contact us\",\n                \"Thanks for your message. We will be in touch shortly\": \"Thanks for your message. We will be in touch shortly\",\n                \"Message\": \"Message\",\n                \"Your message\": \"Your message\",\n                \"Send message\": \"Send message\",\n                \"Request a feature\": \"Request a feature\",\n                \"What feature would you like to see next?\": \"What feature would you like to see next?\",\n                \"Explain your request.\": \"Explain your request.\",\n                \"Subject\": \"Subject\",\n                \"Description\": \"Description\",\n                \"Send request\": \"Send request\",\n                \"Next\": \"Next\",\n                \"Mark the bug\": \"Mark the bug\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Screen recording\",\n                \"Retry\": \"Retry\",\n                \"Mute\": \"Mute\",\n                \"Unmute\": \"Unmute\",\n                \"Browser not supported\": \"Browser not supported\",\n                \"Stop recording\": \"Stop recording\",\n                \"Start recording\": \"Start recording\",\n                \"Record screen\": \"Record screen\",\n                \"Pick a color\": \"Pick a color\",\n                \"Undo\": \"Undo\",\n                \"Draw on the screen to mark the bug\": \"Draw on the screen to mark the bug\",\n                \"Record your screen to showcase the bug\": \"Record your screen to showcase the bug\",\n                \"Extremely likely\": \"Extremely likely\",\n                \"Not likely at all\": \"Not likely at all\",\n                \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                \"Your conversations\": \"Your conversations\",\n                \"Conversations\": \"Conversations\",\n                \"See all conversations\": \"See all conversations\",\n                \"No conversations yet\": \"No conversations yet\",\n                \"Choose a file or drag it here.\": \"Choose a file or drag it here.\",\n                \"We usually reply\": \"We usually reply\",\n                \"We are back\": \"We are back\",\n                \"You\": \"You\",\n                \"Write a reply...\": \"Write a reply...\",\n                \"Let us know what you would like to see next.\": \"Let us know what you would like to see next.\",\n                \"We are happy to answer any of your questions.\": \"We are happy to answer any of your questions.\",\n                \"within a few minutes\": \"within a few minutes\",\n                \"within a few hours\": \"within a few hours\",\n                \"within a day\": \"within a day\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"We are currently offline but will get back to you as soon as possible.\",\n                \"News\": \"News\",\n                \"View all\": \"View all\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"How can we help?\",\n                \"Send us a message\": \"Send us a message\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"es\": {\n                \"Submit\": \"Enviar\",\n                \"Hi\": \"Hola\",\n                \"Let us know how we can do better.\": \"Háganos saber cómo podemos mejorar\",\n                \"Report a bug or share your feedback with us.\": \"Reportar un bug o comparte tu opinión con nosotros.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Estamos aquí para ayudar.\",\n                \"What would you like to see next?\": \"¿Qué función te gustaría ver a continuación?\",\n                \"Report an issue\": \"Reportar un problema\",\n                \"Found a bug? Let us know.\": \"¿Encontraste un bug? Haznos saber.\",\n                \"Wrong API key\": \"Clave de API incorrecta\",\n                \"Click and drag to mark the bug\": \"Haga clic y arrastre para marcar el error\",\n                \"I read and accept the \": \"He leído y acepto \",\n                \"privacy policy\": \"las Política de privacidad\",\n                \"Problem detected\": \"Problema detectado\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh parece que algo salió mal aquí. Al enviar este formulario, nos ayudará a solucionar el problema y a mejorar a lo grande.\",\n                \"Thank you for your feedback.\": \"Gracias por tus comentarios.\",\n                \"Email\": \"Correo electrónico\",\n                \"Your e-mail\": \"Su dirección de correo electrónico\",\n                \"Tell us more about the problem\": \"Cuéntanos más sobre el problema\",\n                \"Describe what went wrong\": \"Describe lo que salió mal\",\n                \"Send report\": \"Enviar reporte\",\n                \"Describe the issue\": \"Describa el problema\",\n                \"The more information, the better.\": \"Cuanta más información mejor.\",\n                \"Please tell us more\": \"Cuéntanos más\",\n                \"The more details, the better.\": \"Cuantos más detalles, mejor.\",\n                \"Send feedback\": \"Envíe sus comentarios\",\n                \"Contact us\": \"Contacta con nosotros\",\n                \"Thanks for your message. We will be in touch shortly\": \"Gracias por tu mensaje. Estaremos en contacto dentro de poco.\",\n                \"Message\": \"Mensaje\",\n                \"Your message\": \"Tu mensaje\",\n                \"Send message\": \"Enviar mensaje\",\n                \"Request a feature\": \"Solicita una función\",\n                \"What feature would you like to see next?\": \"¿Qué característica le gustaría ver a continuación?\",\n                \"Explain your request.\": \"Explique su solicitud.\",\n                \"Subject\": \"Sujeto\",\n                \"Description\": \"Descripción\",\n                \"Send request\": \"Enviar solicitud\",\n                \"Next\": \"Próximo\",\n                \"Mark the bug\": \"Marque el problema\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Video\",\n                \"Retry\": \"Intentar otra vez\",\n                \"Mute\": \"Micrófono apagado\",\n                \"Unmute\": \"Micrófono encendido\",\n                \"Browser not supported\": \"Navegador no compatible\",\n                \"Stop recording\": \"Para de grabar\",\n                \"Start recording\": \"Iniciar la grabación\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Elige un color\",\n                \"Undo\": \"Deshacer\",\n                \"Draw on the screen to mark the bug\": \"Marcar el error en la pantalla\",\n                \"Record your screen to showcase the bug\": \"Grabe un video para mostrar el error.\",\n                \"Extremely likely\": \"Más probable\",\n                \"Not likely at all\": \"No es probable\",\n                \"Something went wrong, please try again.\": \"Algo salió mal. Por favor, vuelva a intentarlo.\",\n                \"Your conversations\": \"Tus conversaciones\",\n                \"Conversations\": \"Conversaciones\",\n                \"See all conversations\": \"Ver todas las conversaciones\",\n                \"No conversations yet\": \"Aún no hay conversaciones\",\n                \"Choose a file or drag it here.\": \"Elija un archivo o arrástrelo aquí.\",\n                \"We usually reply\": \"Le responderemos\",\n                \"We are back\": \"Nosotros estamos de vuelta\",\n                \"You\": \"Tú\",\n                \"Write a reply...\": \"Enviar un mensaje...\",\n                \"Let us know what you would like to see next.\": \"Háganos saber lo que le gustaría ver a continuación.\",\n                \"We are happy to answer any of your questions.\": \"Estamos encantados de responder a cualquiera de sus preguntas.\",\n                \"within a few minutes\": \"dentro de unos minutos\",\n                \"within a few hours\": \"dentro de unas horas\",\n                \"within a day\": \"en un día\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Actualmente estamos fuera de línea, pero nos pondremos en contacto con usted lo antes posible.\",\n                \"News\": \"News\",\n                \"View all\": \"Ver todo\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"¿Cómo podemos ayudar?\",\n                \"Send us a message\": \"Mandanos un mensaje\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"fr\": {\n                \"Submit\": \"Soumettre\",\n                \"Hi\": \"Salut\",\n                \"Let us know how we can do better.\": \"Faites-nous savoir comment nous pouvons mieux faire\",\n                \"Report a bug or share your feedback with us.\": \"Signaler un bug ou partagez vos commentaires avec nous.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Nous sommes ici pour aider.\",\n                \"What would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite?\",\n                \"Report an issue\": \"Signaler un problème\",\n                \"Found a bug? Let us know.\": \"Vous avez trouvé un bug? Faites le nous savoir.\",\n                \"Wrong API key\": \"Clé API incorrecte\",\n                \"Click and drag to mark the bug\": \"Cliquez et faites glisser pour marquer le bug\",\n                \"I read and accept the \": \"J’ai lu et j’accepte \",\n                \"privacy policy\": \"politique de confidentialité\",\n                \"Problem detected\": \"Problème détecté\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh quelque chose s’est mal passé ici. En soumettant ce formulaire, vous nous aiderez à résoudre le problème et à améliorer considérablement.\",\n                \"Thank you for your feedback.\": \"Merci pour votre avis.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Votre e-mail\",\n                \"Tell us more about the problem\": \"Dites-nous en plus sur le problème\",\n                \"Describe what went wrong\": \"Décrivez ce qui s’est mal passé\",\n                \"Send report\": \"Envoyer un rapport\",\n                \"Describe the issue\": \"Décrivez le problème\",\n                \"The more information, the better.\": \"Plus il y a d’informations, mieux c’est.\",\n                \"Please tell us more\": \"Merci de nous en dire plus\",\n                \"The more details, the better.\": \"Plus c’est précis, mieux c’est.\",\n                \"Send feedback\": \"Envoyer des commentaires\",\n                \"Contact us\": \"Contactez-nous\",\n                \"Thanks for your message. We will be in touch shortly\": \"Merci pour votre message. Nous vous contacterons prochainement.\",\n                \"Message\": \"Message\",\n                \"Your message\": \"Votre message\",\n                \"Send message\": \"Envoyer le message\",\n                \"Request a feature\": \"Demander une fonctionnalité\",\n                \"What feature would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite ?\",\n                \"Explain your request.\": \"Expliquez votre demande.\",\n                \"Subject\": \"Matière\",\n                \"Description\": \"Description\",\n                \"Send request\": \"Envoyer une demande\",\n                \"Next\": \"Prochain\",\n                \"Mark the bug\": \"Marquer le problème\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Capture d'écran\",\n                \"Screen recording\": \"Vidéo\",\n                \"Retry\": \"Essayer à nouveau\",\n                \"Mute\": \"Microphone éteint\",\n                \"Unmute\": \"Microphone allumé\",\n                \"Browser not supported\": \"Navigateur non pris en charge\",\n                \"Stop recording\": \"Arrête d'enregistrer\",\n                \"Start recording\": \"Commencer l'enregistrement\",\n                \"Record screen\": \"Vidéo\",\n                \"Pick a color\": \"Choisir une couleur\",\n                \"Undo\": \"Annuler\",\n                \"Draw on the screen to mark the bug\": \"Marquez l'erreur sur l'écran\",\n                \"Record your screen to showcase the bug\": \"Enregistrer une vidéo pour montrer l'erreur\",\n                \"Extremely likely\": \"Très probable\",\n                \"Not likely at all\": \"Pas probable\",\n                \"Something went wrong, please try again.\": \"Une erreur s'est produite. Veuillez réessayer.\",\n                \"Your conversations\": \"Vos conversations\",\n                \"Conversations\": \"Conversations\",\n                \"See all conversations\": \"Voir toutes les conversations\",\n                \"No conversations yet\": \"Pas encore de conversation\",\n                \"Choose a file or drag it here.\": \"Choisissez un fichier ou faites-le glisser ici.\",\n                \"We usually reply\": \"Nous répondons\",\n                \"We are back\": \"Nous serons de retour\",\n                \"You\": \"Tu\",\n                \"Write a reply...\": \"Envoyer un message...\",\n                \"Let us know what you would like to see next.\": \"Faites-nous savoir ce que vous aimeriez voir ensuite.\",\n                \"We are happy to answer any of your questions.\": \"Nous sommes heureux de répondre à toutes vos questions.\",\n                \"within a few minutes\": \"en quelques minutes\",\n                \"within a few hours\": \"en quelques heures\",\n                \"within a day\": \"en un jour\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Nous sommes actuellement hors ligne, mais nous vous répondrons dès que possible.\",\n                \"News\": \"News\",\n                \"View all\": \"Voir tout\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Comment pouvons nous aider?\",\n                \"Send us a message\": \"Envoie-nous un message\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"it\": {\n                \"Submit\": \"Invia\",\n                \"Hi\": \"Ciao\",\n                \"Let us know how we can do better.\": \"Fateci sapere come possiamo fare meglio\",\n                \"Report a bug or share your feedback with us.\": \"Segnalare un bug o condividi il tuo feedback con noi.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Siamo qui per aiutare.\",\n                \"What would you like to see next?\": \"Quale funzione vorresti vedere dopo?\",\n                \"Report an issue\": \"Segnala un problema\",\n                \"Found a bug? Let us know.\": \"Trovato un bug? Facci sapere.\",\n                \"Wrong API key\": \"API key sbagliata\",\n                \"Click and drag to mark the bug\": \"Fare clic e trascinare per segnalare il bug\",\n                \"I read and accept the \": \"Ho letto e accetto la \",\n                \"privacy policy\": \"politica sulla riservatezza\",\n                \"Problem detected\": \"Problema rilevato\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh sembra che qualcosa sia andato storto qui. Inviando questo modulo, ci aiuterai a risolvere il problema e ci stai aiutando a migliorare alla grande.\",\n                \"Thank you for your feedback.\": \"Grazie per il tuo feedback.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"La tua e-mail\",\n                \"Tell us more about the problem\": \"Dicci di più sul problema\",\n                \"Describe what went wrong\": \"Descrivi cosa è andato storto\",\n                \"Send report\": \"Spedisci il rapporto\",\n                \"Describe the issue\": \"Descrivi il problema\",\n                \"The more information, the better.\": \"Più informazioni, meglio è.\",\n                \"Please tell us more\": \"Per favore dicci di più\",\n                \"The more details, the better.\": \"Più dettagli, meglio è.\",\n                \"Send feedback\": \"Invia feedback\",\n                \"Contact us\": \"Contattaci\",\n                \"Thanks for your message. We will be in touch shortly\": \"Grazie per il tuo messaggio. Ci terremo in contatto.\",\n                \"Message\": \"Messaggio\",\n                \"Your message\": \"Il tuo messaggio\",\n                \"Send message\": \"Invia messaggio\",\n                \"Request a feature\": \"Richiedi una funzionalità\",\n                \"What feature would you like to see next?\": \"Quale caratteristica vorresti vedere dopo?\",\n                \"Explain your request.\": \"Spiega la tua richiesta.\",\n                \"Subject\": \"Soggetto\",\n                \"Description\": \"Descrizione\",\n                \"Send request\": \"Invia richiesta\",\n                \"Next\": \"Prossimo\",\n                \"Mark the bug\": \"Segna il problema\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Video\",\n                \"Retry\": \"Riprova\",\n                \"Mute\": \"Microfono spento\",\n                \"Unmute\": \"Microfono acceso\",\n                \"Browser not supported\": \"Browser non supportato\",\n                \"Stop recording\": \"Interrompi la registrazione\",\n                \"Start recording\": \"Inizia a registrare\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Scegli un colore\",\n                \"Undo\": \"Annulla\",\n                \"Draw on the screen to mark the bug\": \"Segna l'errore sullo schermo\",\n                \"Record your screen to showcase the bug\": \"Registra un video per mostrare l'errore\",\n                \"Extremely likely\": \"Molto probabilmente\",\n                \"Not likely at all\": \"Non è probabile\",\n                \"Something went wrong, please try again.\": \"Qualcosa è andato storto. Per favore riprova.\",\n                \"Your conversations\": \"Le tue conversazioni\",\n                \"Conversations\": \"Conversazioni\",\n                \"See all conversations\": \"Vedi tutte le conversazioni\",\n                \"No conversations yet\": \"Nessuna conversazione ancora\",\n                \"Choose a file or drag it here.\": \"Scegli un file o trascinalo qui.\",\n                \"We usually reply\": \"Rispondiamo\",\n                \"We are back\": \"torneremo\",\n                \"You\": \"Voi\",\n                \"Write a reply...\": \"Invia un messaggio...\",\n                \"Let us know what you would like to see next.\": \"Facci sapere cosa vorresti vedere dopo.\",\n                \"We are happy to answer any of your questions.\": \"Siamo felici di rispondere a qualsiasi tua domanda.\",\n                \"within a few minutes\": \"in pochi minuti\",\n                \"within a few hours\": \"in poche ore\",\n                \"within a day\": \"in un giorno\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Al momento siamo offline, ma ti risponderemo al più presto.\",\n                \"News\": \"News\",\n                \"View all\": \"Mostra tutto\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Come possiamo aiutare?\",\n                \"Send us a message\": \"Mandaci un messaggio\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"nl\": {\n                \"Submit\": \"Indienen\",\n                \"Hi\": \"Hoi\",\n                \"Let us know how we can do better.\": \"Laat ons weten hoe we het beter kunnen doen\",\n                \"Report a bug or share your feedback with us.\": \"Meld een bug of deel uw feedback met ons.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"We zijn hier om te helpen.\",\n                \"What would you like to see next?\": \"Welke functie zou je hierna willen zien?\",\n                \"Report an issue\": \"Een probleem melden\",\n                \"Found a bug? Let us know.\": \"Een fout gevonden? Laat het ons weten.\",\n                \"Wrong API key\": \"Verkeerde API-sleutel\",\n                \"Click and drag to mark the bug\": \"Klik en sleep om de bug te markeren\",\n                \"I read and accept the \": \"Ik lees en accepteer het \",\n                \"privacy policy\": \"privacybeleid\",\n                \"Problem detected\": \"Probleem gedetecteerd\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh het lijkt erop dat hier iets mis is gegaan. Door dit formulier in te dienen, helpt u ons het probleem op te lossen en enorm te verbeteren.\",\n                \"Thank you for your feedback.\": \"Bedankt voor uw feedback.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Jouw e-mail\",\n                \"Tell us more about the problem\": \"Vertel ons meer over het probleem\",\n                \"Describe what went wrong\": \"Beschrijf wat er mis ging\",\n                \"Send report\": \"Verzend rapport\",\n                \"Describe the issue\": \"Beschrijf het probleem\",\n                \"The more information, the better.\": \"Hoe meer informatie, hoe beter.\",\n                \"Please tell us more\": \"Vertel ons meer\",\n                \"The more details, the better.\": \"Hoe meer details, hoe beter.\",\n                \"Contact us\": \"Neem contact op\",\n                \"Thanks for your message. We will be in touch shortly\": \"Bedankt voor je bericht. We nemen binnenkort contact op.\",\n                \"Message\": \"Bericht\",\n                \"Your message\": \"Jouw bericht\",\n                \"Send message\": \"Bericht versturen\",\n                \"Request a feature\": \"Vraag een functie aan\",\n                \"What feature would you like to see next?\": \"Welke functie of verbetering zou u graag willen zien?\",\n                \"Explain your request.\": \"Licht uw verzoek toe.\",\n                \"Subject\": \"Onderwerpen\",\n                \"Description\": \"Omschrijving\",\n                \"Send request\": \"​​Verzend verzoek\",\n                \"Next\": \"Volgende\",\n                \"Mark the bug\": \"Markeer het probleem\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Schermopname\",\n                \"Retry\": \"Probeer opnieuw\",\n                \"Mute\": \"Microfoon uit\",\n                \"Unmute\": \"Microfoon aan\",\n                \"Browser not supported\": \"Browser niet ondersteund\",\n                \"Stop recording\": \"Stop met opnemen\",\n                \"Start recording\": \"Start met opnemen\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Kies een kleur\",\n                \"Undo\": \"Annuleren\",\n                \"Draw on the screen to mark the bug\": \"Markeer de fout op het scherm\",\n                \"Record your screen to showcase the bug\": \"Neem een ​​video op om de fout te laten zien\",\n                \"Extremely likely\": \"Waarschijnlijk\",\n                \"Not likely at all\": \"Onwaarschijnlijk\",\n                \"Something went wrong, please try again.\": \"Er is iets mis gegaan, probeer het alstublieft nogmaals.\",\n                \"Your conversations\": \"Jouw gesprekken\",\n                \"Conversations\": \"Gesprekken\",\n                \"See all conversations\": \"Alle gesprekken bekijken\",\n                \"No conversations yet\": \"Nog geen gesprekken\",\n                \"Choose a file or drag it here.\": \"Kies een bestand of sleep het hierheen.\",\n                \"We usually reply\": \"Wij antwoorden\",\n                \"We are back\": \"We zijn terug\",\n                \"You\": \"Jij\",\n                \"Write a reply...\": \"Een bericht versturen...\",\n                \"Let us know what you would like to see next.\": \"Laat ons weten wat je de volgende keer zou willen zien.\",\n                \"We are happy to answer any of your questions.\": \"We beantwoorden graag al uw vragen.\",\n                \"within a few minutes\": \"binnen een paar minuten\",\n                \"within a few hours\": \"binnen een paar uur\",\n                \"within a day\": \"binnen een dag\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"We zijn momenteel offline, maar we komen zo snel mogelijk bij u terug.\",\n                \"News\": \"News\",\n                \"View all\": \"Bekijk alles\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Hoe kunnen we helpen?\",\n                \"Send us a message\": \"Zend ons een bericht\",\n                \"Roadmap\": \"Roadmap\"\n            }\n        }\n    },\n    \"apiKey\": \"NBoEhXuMMQEsABcCEd5q177qD0FCHlsT\",\n    \"secretApiKey\": \"ZnJLznXl77oCzCOanFGoQwRqRJRcSdhs\",\n    \"users\": [],\n    \"feedbackTags\": [\n        {\n            \"_id\": \"63610dc45c27bf00557af6f2\",\n            \"label\": \"TEST\",\n            \"color\": \"#2237C9\"\n        },\n        {\n            \"_id\": \"63610dc45c27bf00557af6f3\",\n            \"label\": \"NEW TAG\",\n            \"color\": \"#39D607\"\n        },\n        {\n            \"_id\": \"63692f2c1cb0e80053144d6a\",\n            \"label\": \"DRIVERTAG\",\n            \"color\": \"#EE10F8\"\n        }\n    ],\n    \"createdAt\": \"2022-10-31T17:39:19.533Z\",\n    \"updatedAt\": \"2022-11-07T16:15:40.705Z\",\n    \"__v\": 0,\n    \"shareApiKey\": \"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t\",\n    \"id\": \"636008475c27bf00556c4834\"\n}"}],"_postman_id":"17a17c49-9c6d-401b-a40a-5849535bbcca"},{"name":"Update project","id":"10ef4ffb-e128-4f60-9576-9ac67a6d3210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My first project\",\n    \"feedbackTags\": [\n        {\n            \"label\": \"TEST\",\n            \"color\": \"#2237C9\",\n            \"key\": \"n91v5g\"\n        },\n        {\n            \"label\": \"NEW TAG\",\n            \"color\": \"#39D607\",\n            \"key\": \"q42aqtd\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834","description":"<p><em>Rate limit</em>: 1000 requests / minute</p>\n<p><strong>Possible POST data in payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{    name: string,\n    description: string,\n    phoneNumber: string,\n    picture: string,\n    sendBugAssignmentNotifications: {\n      type: Boolean,\n    },\n    sendFeedbackReceivedNotifications: {\n      type: Boolean,\n    },\n    sendBugNotifications: {\n      type: Boolean,\n    },\n    bugNotificationsReciever: {\n      type: String,\n    },\n    secureSessionIdentify: {\n      type: Boolean,\n    },\n    hideDetailTabsOnSharedBugs: {\n      type: Boolean,\n    },\n    feedbackTags: [\n      {\n        label: {\n          type: String,\n        },\n        color: { type: String },\n      },\n    ],\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"856e4e5d-4110-4d08-80ba-85786dc74206","name":"Update project","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My first project\",\n    \"feedbackTags\": [\n        {\n            \"label\": \"TEST\",\n            \"color\": \"#2237C9\",\n            \"key\": \"n91v5g\"\n        },\n        {\n            \"label\": \"NEW TAG\",\n            \"color\": \"#39D607\",\n            \"key\": \"q42aqtd\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 13:56:12 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"9130-RkGJJ1YI3VJM3takW0Mq4MDJxnQ\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"sdkInstalled\": true,\n    \"secureSessionIdentify\": false,\n    \"spamProtection\": false,\n    \"projectActions\": {\n        \"bugreporting\": {\n            \"default\": true,\n            \"introMessage\": \"Found a bug? Let us know.\",\n            \"title\": \"Report an issue\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\"\n                }\n            ],\n            \"showConversation\": false,\n            \"disableUserScreenshot\": false,\n            \"enableUserScreenRecording\": true,\n            \"singlePageForm\": true,\n            \"feedbackType\": \"BUG\",\n            \"collectEmail\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": false,\n                \"networkLogs\": false,\n                \"customEventLog\": false,\n                \"screenshot\": false,\n                \"replays\": false\n            }\n        },\n        \"crash\": {\n            \"default\": true,\n            \"title\": \"Problem detected\",\n            \"introMessage\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Tell us more about the problem\",\n                    \"placeholder\": \"Describe what went wrong\",\n                    \"type\": \"textarea\",\n                    \"name\": \"crashdescription\"\n                }\n            ],\n            \"feedbackType\": \"CRASH\",\n            \"collectEmail\": true,\n            \"showConversation\": false,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": false,\n                \"networkLogs\": false,\n                \"customEventLog\": false,\n                \"screenshot\": false,\n                \"replays\": false\n            }\n        },\n        \"contact\": {\n            \"default\": true,\n            \"introMessage\": \"We are happy to answer any of your questions.\",\n            \"title\": \"Send us a message\",\n            \"thanksMessage\": \"Thanks for your message. We will be in touch shortly\",\n            \"form\": [\n                {\n                    \"title\": \"Message\",\n                    \"placeholder\": \"Your message\",\n                    \"type\": \"textarea\",\n                    \"name\": \"contactdescription\",\n                    \"required\": true\n                }\n            ],\n            \"feedbackType\": \"INQUIRY\",\n            \"collectEmail\": true,\n            \"showConversation\": true,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": true,\n                \"networkLogs\": true,\n                \"customEventLog\": false,\n                \"screenshot\": true,\n                \"replays\": true\n            }\n        },\n        \"featurerequests\": {\n            \"default\": true,\n            \"introMessage\": \"Let us know what you would like to see next.\",\n            \"title\": \"Request a feature\",\n            \"thanksMessage\": \"Thank you for your feedback.\",\n            \"form\": [\n                {\n                    \"title\": \"Subject\",\n                    \"placeholder\": \"What feature would you like to see next?\",\n                    \"type\": \"text\",\n                    \"inputtype\": \"text\",\n                    \"name\": \"title\",\n                    \"required\": true\n                },\n                {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\"\n                }\n            ],\n            \"feedbackType\": \"FEATURE_REQUEST\",\n            \"singlePageForm\": true,\n            \"collectEmail\": true,\n            \"showConversation\": false,\n            \"disableUserScreenshot\": true,\n            \"excludeData\": {\n                \"customData\": false,\n                \"metaData\": false,\n                \"consoleLog\": true,\n                \"networkLogs\": true,\n                \"customEventLog\": false,\n                \"screenshot\": true,\n                \"replays\": true\n            }\n        }\n    },\n    \"projectTypes\": [\n        {\n            \"icon\": \"BUG\",\n            \"type\": \"BUG\",\n            \"name\": \"Bug\",\n            \"menuName\": \"Bugs\",\n            \"path\": \"bugs\",\n            \"renderType\": \"BOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your bug report:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{screenshot}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            },\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"To test\",\n                        \"key\": \"TOTEST\"\n                    },\n                    {\n                        \"title\": \"Done\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"CRASH\",\n            \"type\": \"CRASH\",\n            \"name\": \"Crash report\",\n            \"menuName\": \"Crash reports\",\n            \"path\": \"crashreports\",\n            \"renderType\": \"CRASHREPORTSBOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thanks for your bug report (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for sharing your feedback, it really means a lot to us.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your bug report:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{screenshot}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"To see what our developers see and check out your bug report with all its details, simply follow <a href=\\\"{{feedbackUrl}}\\\">this link</a>.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            },\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"To test\",\n                        \"key\": \"TOTEST\"\n                    },\n                    {\n                        \"title\": \"Done\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"INQUIRY\",\n            \"type\": \"INQUIRY\",\n            \"name\": \"Inquiry\",\n            \"menuName\": \"Inquiries\",\n            \"path\": \"inquiries\",\n            \"renderType\": \"INBOX\",\n            \"default\": true,\n            \"selectable\": true,\n            \"receievedEmailTitle\": \"Thank you for your message (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"We have received your request and our support team will be in touch with you shortly.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your message:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"icon\": \"FEATURE_REQUEST\",\n            \"type\": \"FEATURE_REQUEST\",\n            \"name\": \"Feature request\",\n            \"menuName\": \"Feature requests\",\n            \"path\": \"featurerequests\",\n            \"renderType\": \"FEATUREREQUESTBOARD\",\n            \"default\": true,\n            \"selectable\": true,\n            \"options\": {\n                \"possibleLanes\": [\n                    {\n                        \"title\": \"Open\",\n                        \"key\": \"OPEN\"\n                    },\n                    {\n                        \"title\": \"Planned\",\n                        \"key\": \"PLANNED\"\n                    },\n                    {\n                        \"title\": \"In progress\",\n                        \"key\": \"INPROGRESS\"\n                    },\n                    {\n                        \"title\": \"Completed\",\n                        \"key\": \"DONE\"\n                    }\n                ]\n            },\n            \"receievedEmailTitle\": \"We’ve received your feature request (#{{feedbackId}})\",\n            \"receievedEmailDescription\": {\n                \"blocks\": [\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Hey {{receiverName}},\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thank you so much for helping us improve by requesting a feature.\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Here’s your feature request:\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"{{{formData}}}\"\n                        }\n                    },\n                    {\n                        \"type\": \"paragraph\",\n                        \"data\": {\n                            \"text\": \"Thanks again,<br>Your {{companyName}} team\"\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"hideDetailTabsOnSharedBugs\": false,\n    \"sendFeedbackReceivedNotifications\": false,\n    \"sendBugAssignmentNotifications\": false,\n    \"sendBugNotifications\": false,\n    \"canUseExtendedSurveyOptions\": false,\n    \"spamCount\": 0,\n    \"_id\": \"636008475c27bf00556c4834\",\n    \"name\": \"My first project\",\n    \"createdBy\": {\n        \"keywords\": [\n            \"lukas apidemo gleap io\",\n            \"api\",\n            \"demo\"\n        ],\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n        \"firstName\": \"API\",\n        \"lastName\": \"demo\",\n        \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n        \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n        \"__v\": 0,\n        \"userRole\": \"webdeveloper\",\n        \"id\": \"636008465c27bf00556c4643\"\n    },\n    \"organisation\": {\n        \"subscription\": {\n            \"subscriptionID\": \"sub_1M1XZNFIu8tJdh4nuM7tqrnl\",\n            \"planID\": \"price_1LDkAsFIu8tJdh4ndfl0Pgez\",\n            \"metadata\": {\n                \"consolelogs\": \"true\",\n                \"customFeedbackType\": \"true\",\n                \"customdata\": \"true\",\n                \"customdomain\": \"true\",\n                \"customevents\": \"true\",\n                \"dataretention\": \"365\",\n                \"featureRequests\": \"true\",\n                \"inquiries\": \"true\",\n                \"integrations\": \"all\",\n                \"projects\": \"10\",\n                \"ratings\": \"true\",\n                \"removebranding\": \"true\",\n                \"replays\": \"true\",\n                \"sessiondata\": \"true\",\n                \"sessionlimit\": \"1000000\",\n                \"surveys\": \"true\"\n            }\n        },\n        \"name\": \"APIs Company\",\n        \"id\": \"636008465c27bf00556c473d\"\n    },\n    \"flowConfig\": {\n        \"color\": \"#485BFF\",\n        \"backgroundColor\": \"#FFFFFF\",\n        \"headerColor\": \"#485bff\",\n        \"buttonColor\": \"#485bff\",\n        \"borderRadius\": 20,\n        \"buttonX\": 20,\n        \"buttonY\": 20,\n        \"operatorAvatarImage\": \"\",\n        \"logo\": \"\",\n        \"buttonLogo\": \"\",\n        \"customCSS\": \"\",\n        \"hideFeatureRequests\": false,\n        \"hideNews\": false,\n        \"hideAllConversations\": false,\n        \"enableOpeningTimesBot\": true,\n        \"operatorAvatar\": \"\",\n        \"openingTimes\": [\n            {\n                \"day\": \"Weekdays\",\n                \"openingTime\": \"09:00\",\n                \"closingTime\": \"17:00\"\n            }\n        ],\n        \"replyTime\": \"within a few minutes\",\n        \"timezone\": \"Europe/Vienna\",\n        \"showOnlineStatus\": true,\n        \"spamProtection\": false,\n        \"hideBranding\": false,\n        \"enableConsoleLogs\": true,\n        \"enableReplays\": false,\n        \"hideForGuests\": false,\n        \"replaysInterval\": 5,\n        \"thankYouDuration\": 3000,\n        \"enableNetworkLogs\": true,\n        \"sendNetworkResources\": false,\n        \"networkLogPropsToIgnore\": [],\n        \"networkLogBlacklist\": [],\n        \"enablePrivacyPolicy\": false,\n        \"enableShortcuts\": true,\n        \"privacyPolicyURL\": \"\",\n        \"enableMenu\": true,\n        \"menuItems\": [\n            {\n                \"title\": \"Report an issue\",\n                \"infoDescription\": \"Starts the bug reporting flow.\",\n                \"description\": \"Found a bug? Let us know.\",\n                \"icon\": \"https://gleapcdn.com/res/iconbug.svg\",\n                \"actionType\": \"bugreporting\",\n                \"color\": \"#F4CAC8\"\n            },\n            {\n                \"title\": \"Request a feature\",\n                \"infoDescription\": \"Starts the feature requests flow.\",\n                \"description\": \"What would you like to see next?\",\n                \"icon\": \"https://gleapcdn.com/res/iconidea.svg\",\n                \"actionType\": \"featurerequests\",\n                \"color\": \"#FFEEC2\"\n            },\n            {\n                \"title\": \"Send us a message\",\n                \"infoDescription\": \"Starts the contact us form flow.\",\n                \"description\": \"We are here to help.\",\n                \"icon\": \"https://gleapcdn.com/res/iconcontact.svg\",\n                \"actionType\": \"contact\",\n                \"color\": \"#EFE2FF\"\n            }\n        ],\n        \"activationMethodFeedbackButton\": true,\n        \"activationMethodShake\": true,\n        \"activationMethodScreenshotGesture\": true,\n        \"enableCrashDetector\": false,\n        \"crashDetectorIsSilent\": false,\n        \"enableRageClickDetector\": false,\n        \"rageClickDetectorIsSilent\": false,\n        \"enableNetworkLogFilters\": false,\n        \"jsMajorVersion\": \"v6\",\n        \"enableIntercomCompatibilityMode\": true,\n        \"hideWavingHandAfterName\": false,\n        \"hideUsersName\": false,\n        \"widgetButtonText\": \"Feedback\",\n        \"widgetInfoTitle\": \"Feedback\",\n        \"widgetInfoSubtitle\": \"Let us know how we can do better.\",\n        \"welcomeText\": \"How can we help?\",\n        \"showInfoPopup\": false,\n        \"feedbackButtonPosition\": \"BOTTOM_RIGHT\",\n        \"customTranslations\": {\n            \"cz\": {\n                \"Hi\": \"Ahoj\",\n                \"Submit\": \"Předložit\",\n                \"Next\": \"Příští\",\n                \"Let us know how we can do better.\": \"Dejte nám vědět, co bychom mohli zlepšit\",\n                \"Report a bug or share your feedback with us.\": \"Nahlaste chybu nebo se s námi podělte o svůj názor.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Jsme tu, abychom vám pomohli.\",\n                \"What would you like to see next?\": \"Kterou funkci byste chtěli vidět dále?\",\n                \"Report an issue\": \"Nahlásit problém\",\n                \"Found a bug? Let us know.\": \"Našli jste chybu? Dej nám vědět.\",\n                \"Wrong API key\": \"Špatný klíč API\",\n                \"Click and drag to mark the bug\": \"Kliknutím a přetažením označte chybu\",\n                \"I read and accept the \": \"Přečetl jsem si a přijímám \",\n                \"privacy policy\": \"zásady ochrany osobních údajů\",\n                \"Problem detected\": \"Byl zjištěn problém\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh vypadá to, že se tu něco pokazilo. Odesláním tohoto formuláře nám pomůžete problém vyřešit a vylepšit čas.\",\n                \"Thank you for your feedback.\": \"Děkujeme vám za vaši reakci.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Tvůj e-mail\",\n                \"Tell us more about the problem\": \"Řekněte nám o problému více\",\n                \"Describe what went wrong\": \"Popište, co se stalo\",\n                \"Send report\": \"Poslat zprávu\",\n                \"Describe the issue\": \"Popište problém\",\n                \"The more information, the better.\": \"Čím více informací, tím lépe.\",\n                \"Please tell us more\": \"Prosím, řekněte nám víc\",\n                \"The more details, the better.\": \"Čím více podrobností, tím lépe.\",\n                \"Send feedback\": \"Poslat zpětnou vazbu\",\n                \"Contact us\": \"Kontaktujte nás\",\n                \"Thanks for your message. We will be in touch shortly\": \"Díky za vaši zprávu. Brzy budeme v kontaktu.\",\n                \"Message\": \"Zpráva\",\n                \"Your message\": \"Vaše zpráva\",\n                \"Send message\": \"Poslat zprávu\",\n                \"Request a feature\": \"Požádejte o funkci\",\n                \"What feature would you like to see next?\": \"Jakou funkci byste chtěli vidět příště?\",\n                \"Explain your request.\": \"Vysvětlete svůj požadavek.\",\n                \"Subject\": \"Předmět\",\n                \"Description\": \"Popis\",\n                \"Send request\": \"Poslat žádost\",\n                \"Mark the bug\": \"Označte problém\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Záznam obrazovky\",\n                \"Retry\": \"Zkus to znovu\",\n                \"Mute\": \"mikrofon vypnutý\",\n                \"Unmute\": \"mikrofon zapnutý\",\n                \"Browser not supported\": \"Prohlížeč není podporován\",\n                \"Stop recording\": \"Zastavit nahrávání\",\n                \"Start recording\": \"Začít nahrávat\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Vyber barvu\",\n                \"Undo\": \"vrátit\",\n                \"Draw on the screen to mark the bug\": \"Nakreslete na obrazovku a označte chybu\",\n                \"Record your screen to showcase the bug\": \"Nahrajte video, abyste ukázali chybu\",\n                \"Extremely likely\": \"Velmi pravděpodobné\",\n                \"Not likely at all\": \"Vůbec ne\",\n                \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                \"Your conversations\": \"Vaše rozhovory\",\n                \"Conversations\": \"Konverzace\",\n                \"See all conversations\": \"Zobrazit všechny konverzace\",\n                \"No conversations yet\": \"Zatím žádné konverzace\",\n                \"Choose a file or drag it here.\": \"Vyberte soubor nebo jej přetáhněte sem.\",\n                \"We usually reply\": \"Obvykle odpovídáme\",\n                \"We are back\": \"Jsme zpět\",\n                \"You\": \"Vy\",\n                \"Write a reply...\": \"Odeslat zprávu...\",\n                \"Let us know what you would like to see next.\": \"Dejte nám vědět, co byste rádi viděli příště.\",\n                \"We are happy to answer any of your questions.\": \"Rádi zodpovíme všechny vaše dotazy.\",\n                \"within a few minutes\": \"během několika minut\",\n                \"within a few hours\": \"během několika hodin\",\n                \"within a day\": \"během jednoho dne\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Právě jsme offline, ale brzy se vám vrátíme.\",\n                \"News\": \"News\",\n                \"View all\": \"Zobrazit vše\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Jak můžeme pomoci?\",\n                \"Send us a message\": \"Pošlete nám zprávu\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"de\": {\n                \"Submit\": \"Absenden\",\n                \"Hi\": \"Hallo\",\n                \"Let us know how we can do better.\": \"Lass uns wissen, was wir besser machen können\",\n                \"Report a bug or share your feedback with us.\": \"Melde einen Fehler oder teile dein Feedback mit uns.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Wir helfen gerne weiter.\",\n                \"What would you like to see next?\": \"Welches neue Feature möchtest du anfragen?\",\n                \"Report an issue\": \"Melde einen Fehler\",\n                \"Found a bug? Let us know.\": \"Du hast einen Bug gefunden?\",\n                \"Wrong API key\": \"Falscher API Key\",\n                \"Click and drag to mark the bug\": \"Klicken & ziehen um den Fehler zu markieren\",\n                \"I read and accept the \": \"Ich akzeptiere die \",\n                \"privacy policy\": \"Datenschutzerklärung\",\n                \"Problem detected\": \"Problem erkannt\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh scheint als wäre etwas schief gelaufen. Indem du dieses Formular abschickst, hilfst du uns das Problem zu beheben und uns zu verbessern.\",\n                \"Thank you for your feedback.\": \"Vielen Dank für dein Feedback.\",\n                \"Email\": \"E-Mail\",\n                \"Your e-mail\": \"Deine E-Mail Adresse\",\n                \"Tell us more about the problem\": \"Kannst du uns mehr zum Problem sagen?\",\n                \"Describe what went wrong\": \"Beschreibe was schief gelaufen ist\",\n                \"Send report\": \"Report senden\",\n                \"Describe the issue\": \"Beschreibe das Problem\",\n                \"The more information, the better.\": \"Je mehr Informationen, desto besser.\",\n                \"Please tell us more\": \"Füge noch eine genauere Beschreibung hinzu\",\n                \"The more details, the better.\": \"Je mehr Details, desto besser.\",\n                \"Send feedback\": \"Feedback senden\",\n                \"Contact us\": \"Kontaktiere uns\",\n                \"Thanks for your message. We will be in touch shortly\": \"Danke für deine Nachricht. Wir melden uns in Kürze.\",\n                \"Message\": \"Nachricht\",\n                \"Your message\": \"Deine Nachricht\",\n                \"Send message\": \"Nachricht senden\",\n                \"Request a feature\": \"Feature anfordern\",\n                \"What feature would you like to see next?\": \"Welches Feature würdest du gerne als nächstes sehen?\",\n                \"Explain your request.\": \"Beschreibe deinen Feature Request.\",\n                \"Subject\": \"Betreff\",\n                \"Description\": \"Beschreibung\",\n                \"Send request\": \"Request senden\",\n                \"Next\": \"Weiter\",\n                \"Mark the bug\": \"Markiere den Fehler\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"Die ausgewählte Datei ist zu groß (max. 3MB).\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Bildschirmaufnahme\",\n                \"Retry\": \"Erneut versuchen\",\n                \"Mute\": \"Mikrofon aus\",\n                \"Unmute\": \"Mikrofon ein\",\n                \"Browser not supported\": \"Browser nicht unterstützt\",\n                \"Stop recording\": \"Aufnahme beenden\",\n                \"Start recording\": \"Aufnahme starten\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Farbe wählen\",\n                \"Undo\": \"Rückgängig machen\",\n                \"Draw on the screen to mark the bug\": \"Markiere den Fehler auf dem Bildschirm\",\n                \"Record your screen to showcase the bug\": \"Nimm ein Video auf, um den Fehler zu zeigen\",\n                \"Extremely likely\": \"Sehr wahrscheinlich\",\n                \"Not likely at all\": \"Nicht wahrscheinlich\",\n                \"Something went wrong, please try again.\": \"Etwas ist schief gelaufen. Bitte versuche es später erneut.\",\n                \"Your conversations\": \"Unterhaltungen\",\n                \"Conversations\": \"Unterhaltungen\",\n                \"See all conversations\": \"Alle Unterhaltungen anzeigen\",\n                \"No conversations yet\": \"Noch keine Unterhaltungen\",\n                \"Choose a file or drag it here.\": \"Wähle eine Datei aus\",\n                \"We usually reply\": \"Wir antworten\",\n                \"We are back\": \"Wir sind zurück\",\n                \"You\": \"Du\",\n                \"Write a reply...\": \"Antworten...\",\n                \"Let us know what you would like to see next.\": \"Lass uns wissen, welches Feature du als nächstes sehen möchtest.\",\n                \"We are happy to answer any of your questions.\": \"Gerne beantworten wir dir deine Fragen.\",\n                \"within a few minutes\": \"in wenigen Minuten\",\n                \"within a few hours\": \"in wenigen Stunden\",\n                \"within a day\": \"in einem Tag\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Wir sind derzeit offline, aber werden uns so schnell wie möglich bei Ihnen melden.\",\n                \"News\": \"News\",\n                \"View all\": \"Alle anzeigen\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Wie können wir dir helfen?\",\n                \"Send us a message\": \"Schreib uns eine Nachricht\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"en\": {\n                \"Submit\": \"Submit\",\n                \"Hi\": \"Hi\",\n                \"Let us know how we can do better.\": \"Let us know how we can do better.\",\n                \"Report a bug or share your feedback with us.\": \"Report a bug or share your feedback with us.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"We are here to help.\",\n                \"What would you like to see next?\": \"What would you like to see next?\",\n                \"Report an issue\": \"Report an issue\",\n                \"Found a bug? Let us know.\": \"Found a bug? Let us know.\",\n                \"Wrong API key\": \"Wrong API key\",\n                \"Click and drag to mark the bug\": \"Click and drag to mark the bug\",\n                \"I read and accept the \": \"I read and accept the \",\n                \"privacy policy\": \"privacy policy\",\n                \"Problem detected\": \"Problem detected\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\",\n                \"Thank you for your feedback.\": \"Thank you for your feedback.\",\n                \"Email\": \"Email\",\n                \"Your e-mail\": \"Your e-mail\",\n                \"Tell us more about the problem\": \"Tell us more about the problem\",\n                \"Describe what went wrong\": \"Describe what went wrong\",\n                \"Send report\": \"Send report\",\n                \"Describe the issue\": \"Describe the issue\",\n                \"The more information, the better.\": \"The more information, the better.\",\n                \"Please tell us more\": \"Please tell us more\",\n                \"The more details, the better.\": \"The more details, the better.\",\n                \"Send feedback\": \"Send feedback\",\n                \"Contact us\": \"Contact us\",\n                \"Thanks for your message. We will be in touch shortly\": \"Thanks for your message. We will be in touch shortly\",\n                \"Message\": \"Message\",\n                \"Your message\": \"Your message\",\n                \"Send message\": \"Send message\",\n                \"Request a feature\": \"Request a feature\",\n                \"What feature would you like to see next?\": \"What feature would you like to see next?\",\n                \"Explain your request.\": \"Explain your request.\",\n                \"Subject\": \"Subject\",\n                \"Description\": \"Description\",\n                \"Send request\": \"Send request\",\n                \"Next\": \"Next\",\n                \"Mark the bug\": \"Mark the bug\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Screen recording\",\n                \"Retry\": \"Retry\",\n                \"Mute\": \"Mute\",\n                \"Unmute\": \"Unmute\",\n                \"Browser not supported\": \"Browser not supported\",\n                \"Stop recording\": \"Stop recording\",\n                \"Start recording\": \"Start recording\",\n                \"Record screen\": \"Record screen\",\n                \"Pick a color\": \"Pick a color\",\n                \"Undo\": \"Undo\",\n                \"Draw on the screen to mark the bug\": \"Draw on the screen to mark the bug\",\n                \"Record your screen to showcase the bug\": \"Record your screen to showcase the bug\",\n                \"Extremely likely\": \"Extremely likely\",\n                \"Not likely at all\": \"Not likely at all\",\n                \"Something went wrong, please try again.\": \"Something went wrong, please try again.\",\n                \"Your conversations\": \"Your conversations\",\n                \"Conversations\": \"Conversations\",\n                \"See all conversations\": \"See all conversations\",\n                \"No conversations yet\": \"No conversations yet\",\n                \"Choose a file or drag it here.\": \"Choose a file or drag it here.\",\n                \"We usually reply\": \"We usually reply\",\n                \"We are back\": \"We are back\",\n                \"You\": \"You\",\n                \"Write a reply...\": \"Write a reply...\",\n                \"Let us know what you would like to see next.\": \"Let us know what you would like to see next.\",\n                \"We are happy to answer any of your questions.\": \"We are happy to answer any of your questions.\",\n                \"within a few minutes\": \"within a few minutes\",\n                \"within a few hours\": \"within a few hours\",\n                \"within a day\": \"within a day\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"We are currently offline but will get back to you as soon as possible.\",\n                \"News\": \"News\",\n                \"View all\": \"View all\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"How can we help?\",\n                \"Send us a message\": \"Send us a message\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"es\": {\n                \"Submit\": \"Enviar\",\n                \"Hi\": \"Hola\",\n                \"Let us know how we can do better.\": \"Háganos saber cómo podemos mejorar\",\n                \"Report a bug or share your feedback with us.\": \"Reportar un bug o comparte tu opinión con nosotros.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Estamos aquí para ayudar.\",\n                \"What would you like to see next?\": \"¿Qué función te gustaría ver a continuación?\",\n                \"Report an issue\": \"Reportar un problema\",\n                \"Found a bug? Let us know.\": \"¿Encontraste un bug? Haznos saber.\",\n                \"Wrong API key\": \"Clave de API incorrecta\",\n                \"Click and drag to mark the bug\": \"Haga clic y arrastre para marcar el error\",\n                \"I read and accept the \": \"He leído y acepto \",\n                \"privacy policy\": \"las Política de privacidad\",\n                \"Problem detected\": \"Problema detectado\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh parece que algo salió mal aquí. Al enviar este formulario, nos ayudará a solucionar el problema y a mejorar a lo grande.\",\n                \"Thank you for your feedback.\": \"Gracias por tus comentarios.\",\n                \"Email\": \"Correo electrónico\",\n                \"Your e-mail\": \"Su dirección de correo electrónico\",\n                \"Tell us more about the problem\": \"Cuéntanos más sobre el problema\",\n                \"Describe what went wrong\": \"Describe lo que salió mal\",\n                \"Send report\": \"Enviar reporte\",\n                \"Describe the issue\": \"Describa el problema\",\n                \"The more information, the better.\": \"Cuanta más información mejor.\",\n                \"Please tell us more\": \"Cuéntanos más\",\n                \"The more details, the better.\": \"Cuantos más detalles, mejor.\",\n                \"Send feedback\": \"Envíe sus comentarios\",\n                \"Contact us\": \"Contacta con nosotros\",\n                \"Thanks for your message. We will be in touch shortly\": \"Gracias por tu mensaje. Estaremos en contacto dentro de poco.\",\n                \"Message\": \"Mensaje\",\n                \"Your message\": \"Tu mensaje\",\n                \"Send message\": \"Enviar mensaje\",\n                \"Request a feature\": \"Solicita una función\",\n                \"What feature would you like to see next?\": \"¿Qué característica le gustaría ver a continuación?\",\n                \"Explain your request.\": \"Explique su solicitud.\",\n                \"Subject\": \"Sujeto\",\n                \"Description\": \"Descripción\",\n                \"Send request\": \"Enviar solicitud\",\n                \"Next\": \"Próximo\",\n                \"Mark the bug\": \"Marque el problema\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Video\",\n                \"Retry\": \"Intentar otra vez\",\n                \"Mute\": \"Micrófono apagado\",\n                \"Unmute\": \"Micrófono encendido\",\n                \"Browser not supported\": \"Navegador no compatible\",\n                \"Stop recording\": \"Para de grabar\",\n                \"Start recording\": \"Iniciar la grabación\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Elige un color\",\n                \"Undo\": \"Deshacer\",\n                \"Draw on the screen to mark the bug\": \"Marcar el error en la pantalla\",\n                \"Record your screen to showcase the bug\": \"Grabe un video para mostrar el error.\",\n                \"Extremely likely\": \"Más probable\",\n                \"Not likely at all\": \"No es probable\",\n                \"Something went wrong, please try again.\": \"Algo salió mal. Por favor, vuelva a intentarlo.\",\n                \"Your conversations\": \"Tus conversaciones\",\n                \"Conversations\": \"Conversaciones\",\n                \"See all conversations\": \"Ver todas las conversaciones\",\n                \"No conversations yet\": \"Aún no hay conversaciones\",\n                \"Choose a file or drag it here.\": \"Elija un archivo o arrástrelo aquí.\",\n                \"We usually reply\": \"Le responderemos\",\n                \"We are back\": \"Nosotros estamos de vuelta\",\n                \"You\": \"Tú\",\n                \"Write a reply...\": \"Enviar un mensaje...\",\n                \"Let us know what you would like to see next.\": \"Háganos saber lo que le gustaría ver a continuación.\",\n                \"We are happy to answer any of your questions.\": \"Estamos encantados de responder a cualquiera de sus preguntas.\",\n                \"within a few minutes\": \"dentro de unos minutos\",\n                \"within a few hours\": \"dentro de unas horas\",\n                \"within a day\": \"en un día\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Actualmente estamos fuera de línea, pero nos pondremos en contacto con usted lo antes posible.\",\n                \"News\": \"News\",\n                \"View all\": \"Ver todo\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"¿Cómo podemos ayudar?\",\n                \"Send us a message\": \"Mandanos un mensaje\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"fr\": {\n                \"Submit\": \"Soumettre\",\n                \"Hi\": \"Salut\",\n                \"Let us know how we can do better.\": \"Faites-nous savoir comment nous pouvons mieux faire\",\n                \"Report a bug or share your feedback with us.\": \"Signaler un bug ou partagez vos commentaires avec nous.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Nous sommes ici pour aider.\",\n                \"What would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite?\",\n                \"Report an issue\": \"Signaler un problème\",\n                \"Found a bug? Let us know.\": \"Vous avez trouvé un bug? Faites le nous savoir.\",\n                \"Wrong API key\": \"Clé API incorrecte\",\n                \"Click and drag to mark the bug\": \"Cliquez et faites glisser pour marquer le bug\",\n                \"I read and accept the \": \"J’ai lu et j’accepte \",\n                \"privacy policy\": \"politique de confidentialité\",\n                \"Problem detected\": \"Problème détecté\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh quelque chose s’est mal passé ici. En soumettant ce formulaire, vous nous aiderez à résoudre le problème et à améliorer considérablement.\",\n                \"Thank you for your feedback.\": \"Merci pour votre avis.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Votre e-mail\",\n                \"Tell us more about the problem\": \"Dites-nous en plus sur le problème\",\n                \"Describe what went wrong\": \"Décrivez ce qui s’est mal passé\",\n                \"Send report\": \"Envoyer un rapport\",\n                \"Describe the issue\": \"Décrivez le problème\",\n                \"The more information, the better.\": \"Plus il y a d’informations, mieux c’est.\",\n                \"Please tell us more\": \"Merci de nous en dire plus\",\n                \"The more details, the better.\": \"Plus c’est précis, mieux c’est.\",\n                \"Send feedback\": \"Envoyer des commentaires\",\n                \"Contact us\": \"Contactez-nous\",\n                \"Thanks for your message. We will be in touch shortly\": \"Merci pour votre message. Nous vous contacterons prochainement.\",\n                \"Message\": \"Message\",\n                \"Your message\": \"Votre message\",\n                \"Send message\": \"Envoyer le message\",\n                \"Request a feature\": \"Demander une fonctionnalité\",\n                \"What feature would you like to see next?\": \"Quelle fonctionnalité aimeriez-vous voir ensuite ?\",\n                \"Explain your request.\": \"Expliquez votre demande.\",\n                \"Subject\": \"Matière\",\n                \"Description\": \"Description\",\n                \"Send request\": \"Envoyer une demande\",\n                \"Next\": \"Prochain\",\n                \"Mark the bug\": \"Marquer le problème\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Capture d'écran\",\n                \"Screen recording\": \"Vidéo\",\n                \"Retry\": \"Essayer à nouveau\",\n                \"Mute\": \"Microphone éteint\",\n                \"Unmute\": \"Microphone allumé\",\n                \"Browser not supported\": \"Navigateur non pris en charge\",\n                \"Stop recording\": \"Arrête d'enregistrer\",\n                \"Start recording\": \"Commencer l'enregistrement\",\n                \"Record screen\": \"Vidéo\",\n                \"Pick a color\": \"Choisir une couleur\",\n                \"Undo\": \"Annuler\",\n                \"Draw on the screen to mark the bug\": \"Marquez l'erreur sur l'écran\",\n                \"Record your screen to showcase the bug\": \"Enregistrer une vidéo pour montrer l'erreur\",\n                \"Extremely likely\": \"Très probable\",\n                \"Not likely at all\": \"Pas probable\",\n                \"Something went wrong, please try again.\": \"Une erreur s'est produite. Veuillez réessayer.\",\n                \"Your conversations\": \"Vos conversations\",\n                \"Conversations\": \"Conversations\",\n                \"See all conversations\": \"Voir toutes les conversations\",\n                \"No conversations yet\": \"Pas encore de conversation\",\n                \"Choose a file or drag it here.\": \"Choisissez un fichier ou faites-le glisser ici.\",\n                \"We usually reply\": \"Nous répondons\",\n                \"We are back\": \"Nous serons de retour\",\n                \"You\": \"Tu\",\n                \"Write a reply...\": \"Envoyer un message...\",\n                \"Let us know what you would like to see next.\": \"Faites-nous savoir ce que vous aimeriez voir ensuite.\",\n                \"We are happy to answer any of your questions.\": \"Nous sommes heureux de répondre à toutes vos questions.\",\n                \"within a few minutes\": \"en quelques minutes\",\n                \"within a few hours\": \"en quelques heures\",\n                \"within a day\": \"en un jour\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Nous sommes actuellement hors ligne, mais nous vous répondrons dès que possible.\",\n                \"News\": \"News\",\n                \"View all\": \"Voir tout\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Comment pouvons nous aider?\",\n                \"Send us a message\": \"Envoie-nous un message\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"it\": {\n                \"Submit\": \"Invia\",\n                \"Hi\": \"Ciao\",\n                \"Let us know how we can do better.\": \"Fateci sapere come possiamo fare meglio\",\n                \"Report a bug or share your feedback with us.\": \"Segnalare un bug o condividi il tuo feedback con noi.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"Siamo qui per aiutare.\",\n                \"What would you like to see next?\": \"Quale funzione vorresti vedere dopo?\",\n                \"Report an issue\": \"Segnala un problema\",\n                \"Found a bug? Let us know.\": \"Trovato un bug? Facci sapere.\",\n                \"Wrong API key\": \"API key sbagliata\",\n                \"Click and drag to mark the bug\": \"Fare clic e trascinare per segnalare il bug\",\n                \"I read and accept the \": \"Ho letto e accetto la \",\n                \"privacy policy\": \"politica sulla riservatezza\",\n                \"Problem detected\": \"Problema rilevato\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh sembra che qualcosa sia andato storto qui. Inviando questo modulo, ci aiuterai a risolvere il problema e ci stai aiutando a migliorare alla grande.\",\n                \"Thank you for your feedback.\": \"Grazie per il tuo feedback.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"La tua e-mail\",\n                \"Tell us more about the problem\": \"Dicci di più sul problema\",\n                \"Describe what went wrong\": \"Descrivi cosa è andato storto\",\n                \"Send report\": \"Spedisci il rapporto\",\n                \"Describe the issue\": \"Descrivi il problema\",\n                \"The more information, the better.\": \"Più informazioni, meglio è.\",\n                \"Please tell us more\": \"Per favore dicci di più\",\n                \"The more details, the better.\": \"Più dettagli, meglio è.\",\n                \"Send feedback\": \"Invia feedback\",\n                \"Contact us\": \"Contattaci\",\n                \"Thanks for your message. We will be in touch shortly\": \"Grazie per il tuo messaggio. Ci terremo in contatto.\",\n                \"Message\": \"Messaggio\",\n                \"Your message\": \"Il tuo messaggio\",\n                \"Send message\": \"Invia messaggio\",\n                \"Request a feature\": \"Richiedi una funzionalità\",\n                \"What feature would you like to see next?\": \"Quale caratteristica vorresti vedere dopo?\",\n                \"Explain your request.\": \"Spiega la tua richiesta.\",\n                \"Subject\": \"Soggetto\",\n                \"Description\": \"Descrizione\",\n                \"Send request\": \"Invia richiesta\",\n                \"Next\": \"Prossimo\",\n                \"Mark the bug\": \"Segna il problema\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Video\",\n                \"Retry\": \"Riprova\",\n                \"Mute\": \"Microfono spento\",\n                \"Unmute\": \"Microfono acceso\",\n                \"Browser not supported\": \"Browser non supportato\",\n                \"Stop recording\": \"Interrompi la registrazione\",\n                \"Start recording\": \"Inizia a registrare\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Scegli un colore\",\n                \"Undo\": \"Annulla\",\n                \"Draw on the screen to mark the bug\": \"Segna l'errore sullo schermo\",\n                \"Record your screen to showcase the bug\": \"Registra un video per mostrare l'errore\",\n                \"Extremely likely\": \"Molto probabilmente\",\n                \"Not likely at all\": \"Non è probabile\",\n                \"Something went wrong, please try again.\": \"Qualcosa è andato storto. Per favore riprova.\",\n                \"Your conversations\": \"Le tue conversazioni\",\n                \"Conversations\": \"Conversazioni\",\n                \"See all conversations\": \"Vedi tutte le conversazioni\",\n                \"No conversations yet\": \"Nessuna conversazione ancora\",\n                \"Choose a file or drag it here.\": \"Scegli un file o trascinalo qui.\",\n                \"We usually reply\": \"Rispondiamo\",\n                \"We are back\": \"torneremo\",\n                \"You\": \"Voi\",\n                \"Write a reply...\": \"Invia un messaggio...\",\n                \"Let us know what you would like to see next.\": \"Facci sapere cosa vorresti vedere dopo.\",\n                \"We are happy to answer any of your questions.\": \"Siamo felici di rispondere a qualsiasi tua domanda.\",\n                \"within a few minutes\": \"in pochi minuti\",\n                \"within a few hours\": \"in poche ore\",\n                \"within a day\": \"in un giorno\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"Al momento siamo offline, ma ti risponderemo al più presto.\",\n                \"News\": \"News\",\n                \"View all\": \"Mostra tutto\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Come possiamo aiutare?\",\n                \"Send us a message\": \"Mandaci un messaggio\",\n                \"Roadmap\": \"Roadmap\"\n            },\n            \"nl\": {\n                \"Submit\": \"Indienen\",\n                \"Hi\": \"Hoi\",\n                \"Let us know how we can do better.\": \"Laat ons weten hoe we het beter kunnen doen\",\n                \"Report a bug or share your feedback with us.\": \"Meld een bug of deel uw feedback met ons.\",\n                \"Feedback\": \"Feedback\",\n                \"We are here to help.\": \"We zijn hier om te helpen.\",\n                \"What would you like to see next?\": \"Welke functie zou je hierna willen zien?\",\n                \"Report an issue\": \"Een probleem melden\",\n                \"Found a bug? Let us know.\": \"Een fout gevonden? Laat het ons weten.\",\n                \"Wrong API key\": \"Verkeerde API-sleutel\",\n                \"Click and drag to mark the bug\": \"Klik en sleep om de bug te markeren\",\n                \"I read and accept the \": \"Ik lees en accepteer het \",\n                \"privacy policy\": \"privacybeleid\",\n                \"Problem detected\": \"Probleem gedetecteerd\",\n                \"Oh, oh looks like something went wrong here. By submitting this form, you will help us fix the issue and improve big time.\": \"Oh, oh het lijkt erop dat hier iets mis is gegaan. Door dit formulier in te dienen, helpt u ons het probleem op te lossen en enorm te verbeteren.\",\n                \"Thank you for your feedback.\": \"Bedankt voor uw feedback.\",\n                \"Email\": \"E-mail\",\n                \"Your e-mail\": \"Jouw e-mail\",\n                \"Tell us more about the problem\": \"Vertel ons meer over het probleem\",\n                \"Describe what went wrong\": \"Beschrijf wat er mis ging\",\n                \"Send report\": \"Verzend rapport\",\n                \"Describe the issue\": \"Beschrijf het probleem\",\n                \"The more information, the better.\": \"Hoe meer informatie, hoe beter.\",\n                \"Please tell us more\": \"Vertel ons meer\",\n                \"The more details, the better.\": \"Hoe meer details, hoe beter.\",\n                \"Contact us\": \"Neem contact op\",\n                \"Thanks for your message. We will be in touch shortly\": \"Bedankt voor je bericht. We nemen binnenkort contact op.\",\n                \"Message\": \"Bericht\",\n                \"Your message\": \"Jouw bericht\",\n                \"Send message\": \"Bericht versturen\",\n                \"Request a feature\": \"Vraag een functie aan\",\n                \"What feature would you like to see next?\": \"Welke functie of verbetering zou u graag willen zien?\",\n                \"Explain your request.\": \"Licht uw verzoek toe.\",\n                \"Subject\": \"Onderwerpen\",\n                \"Description\": \"Omschrijving\",\n                \"Send request\": \"​​Verzend verzoek\",\n                \"Next\": \"Volgende\",\n                \"Mark the bug\": \"Markeer het probleem\",\n                \"The file you chose exceeds the file size limit of 3MB.\": \"The file you chose exceeds the file size limit of 3MB.\",\n                \"Screenshot\": \"Screenshot\",\n                \"Screen recording\": \"Schermopname\",\n                \"Retry\": \"Probeer opnieuw\",\n                \"Mute\": \"Microfoon uit\",\n                \"Unmute\": \"Microfoon aan\",\n                \"Browser not supported\": \"Browser niet ondersteund\",\n                \"Stop recording\": \"Stop met opnemen\",\n                \"Start recording\": \"Start met opnemen\",\n                \"Record screen\": \"Video\",\n                \"Pick a color\": \"Kies een kleur\",\n                \"Undo\": \"Annuleren\",\n                \"Draw on the screen to mark the bug\": \"Markeer de fout op het scherm\",\n                \"Record your screen to showcase the bug\": \"Neem een ​​video op om de fout te laten zien\",\n                \"Extremely likely\": \"Waarschijnlijk\",\n                \"Not likely at all\": \"Onwaarschijnlijk\",\n                \"Something went wrong, please try again.\": \"Er is iets mis gegaan, probeer het alstublieft nogmaals.\",\n                \"Your conversations\": \"Jouw gesprekken\",\n                \"Conversations\": \"Gesprekken\",\n                \"See all conversations\": \"Alle gesprekken bekijken\",\n                \"No conversations yet\": \"Nog geen gesprekken\",\n                \"Choose a file or drag it here.\": \"Kies een bestand of sleep het hierheen.\",\n                \"We usually reply\": \"Wij antwoorden\",\n                \"We are back\": \"We zijn terug\",\n                \"You\": \"Jij\",\n                \"Write a reply...\": \"Een bericht versturen...\",\n                \"Let us know what you would like to see next.\": \"Laat ons weten wat je de volgende keer zou willen zien.\",\n                \"We are happy to answer any of your questions.\": \"We beantwoorden graag al uw vragen.\",\n                \"within a few minutes\": \"binnen een paar minuten\",\n                \"within a few hours\": \"binnen een paar uur\",\n                \"within a day\": \"binnen een dag\",\n                \"We are currently offline but will get back to you as soon as possible.\": \"We zijn momenteel offline, maar we komen zo snel mogelijk bij u terug.\",\n                \"News\": \"News\",\n                \"View all\": \"Bekijk alles\",\n                \"Feature requests\": \"Feature requests\",\n                \"How can we help?\": \"Hoe kunnen we helpen?\",\n                \"Send us a message\": \"Zend ons een bericht\",\n                \"Roadmap\": \"Roadmap\"\n            }\n        }\n    },\n    \"apiKey\": \"NBoEhXuMMQEsABcCEd5q177qD0FCHlsT\",\n    \"secretApiKey\": \"ZnJLznXl77oCzCOanFGoQwRqRJRcSdhs\",\n    \"users\": [],\n    \"feedbackTags\": [\n        {\n            \"_id\": \"636a5ffc69c7950053a850b1\",\n            \"label\": \"TEST\",\n            \"color\": \"#2237C9\"\n        },\n        {\n            \"_id\": \"636a5ffc69c7950053a850b2\",\n            \"label\": \"NEW TAG\",\n            \"color\": \"#39D607\"\n        }\n    ],\n    \"createdAt\": \"2022-10-31T17:39:19.533Z\",\n    \"updatedAt\": \"2022-11-08T13:56:12.415Z\",\n    \"__v\": 0,\n    \"shareApiKey\": \"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t\",\n    \"id\": \"636008475c27bf00556c4834\"\n}"}],"_postman_id":"10ef4ffb-e128-4f60-9576-9ac67a6d3210"},{"name":"Get feedback items","id":"32b26e53-31a2-499e-b186-f37dda681a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/tickets?type=BUG&status=DONE&skip=0&limit=50&tags=Needs+review&priority=LOW&sort=lexorank","description":"<p><em>Rate limit</em>: 1000 requests / minute</p>\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","tickets"],"host":["api","gleap","io"],"query":[{"key":"type","value":"BUG"},{"key":"status","value":"DONE"},{"key":"skip","value":"0"},{"key":"limit","value":"50"},{"key":"tags","value":"Needs+review"},{"key":"priority","value":"LOW"},{"key":"sort","value":"lexorank"}],"variable":[]}},"response":[{"id":"45a7c4ef-0e43-44bc-9df9-a8d0161c806c","name":"Get feedback items","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 13:56:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1a1e-AAfyms9u+n5y6ypCmT0VPuCU3Xc\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"bugs\": [\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 1,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"qOAaO6bQBqkcNeVvFWokjK7FUoqA1P5Pdl0AWs14UV9NFUSX6UPkfKk0PIkXgEkz9gcuaa\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"description\": \"Demo\"\n            },\n            \"lexorank\": \"0|vi0013:\",\n            \"bugId\": 10,\n            \"form\": {\n                \"description\": {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\",\n                    \"value\": \"Demo\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"636a32e644ea32548d8eae3f\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                },\n                {\n                    \"_id\": \"636a27bf44ea32548d8ea644\",\n                    \"email\": \"lukas@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-08T10:43:50.723Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63601087a3b7c100526f4dc3\",\n                \"gleapId\": \"636008465c27bf00556c4643\",\n                \"userId\": \"636008465c27bf00556c4643\",\n                \"lastActivity\": \"2022-11-08T10:43:50.690Z\",\n                \"email\": \"lukas+apidemo@gleap.io\",\n                \"name\": \"API demo\",\n                \"id\": \"63601087a3b7c100526f4dc3\"\n            },\n            \"createdAt\": \"2022-11-08T10:43:50.729Z\",\n            \"updatedAt\": \"2022-11-08T10:43:57.523Z\",\n            \"id\": \"636a32e644ea32548d8eae3e\"\n        },\n        {\n            \"hideContent\": true,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"TYhX91M7RG4TAVG3xhAnXS24MBuJnsnqomGZh0FeByozuA1M7KPnaYlY8p8GUOc3vShgpM\",\n            \"notificationsUnread\": true,\n            \"isSpam\": false,\n            \"tags\": [\n                \"DRIVERTAG\"\n            ],\n            \"lastNotification\": \"2022-11-08T09:55:17.552Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"lexorank\": \"0|vi000n:\",\n            \"bugId\": 8,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692ec51cb0e8005313d0c4\"\n                }\n            ],\n            \"createdAt\": \"2022-11-07T16:13:37.361Z\",\n            \"updatedAt\": \"2022-11-08T09:55:17.583Z\",\n            \"latestComment\": {\n                \"type\": \"SHARED_COMMENT\",\n                \"sessionNotificationsUnread\": false,\n                \"emailStatusHistory\": [],\n                \"isCustomerQuestion\": false,\n                \"isReply\": false,\n                \"isSystemMessage\": false,\n                \"project\": \"636008475c27bf00556c4834\",\n                \"organisation\": \"636008465c27bf00556c473d\",\n                \"bug\": \"63692eb13cc1410053de7904\",\n                \"data\": {\n                    \"content\": \"📎 Attachment\"\n                },\n                \"session\": {\n                    \"firstActivity\": \"2022-11-07T15:43:22.178Z\",\n                    \"value\": 0,\n                    \"sessions\": 2,\n                    \"countFeedbackReports\": 3,\n                    \"countFeedbackComments\": 3,\n                    \"_id\": \"63692a385b79a70052e5c39f\",\n                    \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                    \"gleapHash\": \"c68664c3d413122b49dd203554e53f09f96a10968316bbe3f3c4fc2eab8972c1\",\n                    \"project\": \"636008475c27bf00556c4834\",\n                    \"organisation\": \"636008465c27bf00556c473d\",\n                    \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                    \"guestName\": \"Violet Catshark\",\n                    \"location\": {\n                        \"range\": [\n                            1396750464,\n                            1396750591\n                        ],\n                        \"country\": \"AT\",\n                        \"region\": \"\",\n                        \"eu\": \"1\",\n                        \"timezone\": \"Europe/Vienna\",\n                        \"city\": \"\",\n                        \"ll\": [\n                            48.2,\n                            16.3667\n                        ],\n                        \"metro\": 0,\n                        \"area\": 200\n                    },\n                    \"createdAt\": \"2022-11-07T15:54:32.691Z\",\n                    \"updatedAt\": \"2022-11-08T09:56:15.756Z\",\n                    \"__v\": 0,\n                    \"name\": \"John Doe\",\n                    \"userId\": \"123456789\",\n                    \"lastPageView\": {\n                        \"page\": \"http://localhost:4444/\",\n                        \"date\": \"2022-11-08T09:56:11.115Z\"\n                    },\n                    \"email\": \"lukas@gleap.io\",\n                    \"lastFeedbackReport\": \"2022-11-08T09:56:15.755Z\",\n                    \"id\": \"63692a385b79a70052e5c39f\"\n                },\n                \"attachments\": [],\n                \"createdAt\": \"2022-11-08T09:55:17.461Z\",\n                \"updatedAt\": \"2022-11-08T09:55:17.461Z\",\n                \"__v\": 0,\n                \"id\": \"636a278544ea32548d8ea5f0\"\n            },\n            \"upvotesCount\": 1,\n            \"id\": \"63692eb13cc1410053de7904\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"OSXcdupGcZUi35JbQQsn6LPeowcd6MNcLwoga4szyynieZCtPF8C9Ae6p8Mp5RRlkvSSek\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"reportedBy\": \"lukas@gleap.io\",\n                \"bugdescription\": \"Button not working.\"\n            },\n            \"lexorank\": \"0|vi000f:\",\n            \"bugId\": 7,\n            \"form\": {\n                \"bugdescription\": {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\",\n                    \"value\": \"Button not working.\"\n                }\n            },\n            \"upvotesCount\": 2,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692d17e26e8d0055a2b11e\",\n                    \"email\": \"lukas@gleap.io\"\n                },\n                {\n                    \"_id\": \"63692dc43a6c090052cb97e1\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-07T16:09:40.285Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"createdAt\": \"2022-11-07T16:06:47.265Z\",\n            \"updatedAt\": \"2022-11-07T16:09:45.672Z\",\n            \"latestComment\": {\n                \"type\": \"SHARED_COMMENT\",\n                \"sessionNotificationsUnread\": false,\n                \"emailStatusHistory\": [],\n                \"isCustomerQuestion\": false,\n                \"isReply\": false,\n                \"isSystemMessage\": false,\n                \"project\": \"636008475c27bf00556c4834\",\n                \"organisation\": \"636008465c27bf00556c473d\",\n                \"bug\": \"63692d17e26e8d0055a2b11d\",\n                \"data\": {\n                    \"content\": \"jkhasdkjahksljdf\"\n                },\n                \"session\": {\n                    \"firstActivity\": \"2022-11-07T15:43:22.178Z\",\n                    \"value\": 0,\n                    \"sessions\": 2,\n                    \"countFeedbackReports\": 3,\n                    \"countFeedbackComments\": 3,\n                    \"_id\": \"63692a385b79a70052e5c39f\",\n                    \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                    \"gleapHash\": \"c68664c3d413122b49dd203554e53f09f96a10968316bbe3f3c4fc2eab8972c1\",\n                    \"project\": \"636008475c27bf00556c4834\",\n                    \"organisation\": \"636008465c27bf00556c473d\",\n                    \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                    \"guestName\": \"Violet Catshark\",\n                    \"location\": {\n                        \"range\": [\n                            1396750464,\n                            1396750591\n                        ],\n                        \"country\": \"AT\",\n                        \"region\": \"\",\n                        \"eu\": \"1\",\n                        \"timezone\": \"Europe/Vienna\",\n                        \"city\": \"\",\n                        \"ll\": [\n                            48.2,\n                            16.3667\n                        ],\n                        \"metro\": 0,\n                        \"area\": 200\n                    },\n                    \"createdAt\": \"2022-11-07T15:54:32.691Z\",\n                    \"updatedAt\": \"2022-11-08T09:56:15.756Z\",\n                    \"__v\": 0,\n                    \"name\": \"John Doe\",\n                    \"userId\": \"123456789\",\n                    \"lastPageView\": {\n                        \"page\": \"http://localhost:4444/\",\n                        \"date\": \"2022-11-08T09:56:11.115Z\"\n                    },\n                    \"email\": \"lukas@gleap.io\",\n                    \"lastFeedbackReport\": \"2022-11-08T09:56:15.755Z\",\n                    \"id\": \"63692a385b79a70052e5c39f\"\n                },\n                \"attachments\": [],\n                \"createdAt\": \"2022-11-07T16:09:40.253Z\",\n                \"updatedAt\": \"2022-11-07T16:09:40.253Z\",\n                \"__v\": 0,\n                \"id\": \"63692dc43a6c090052cb97e5\"\n            },\n            \"id\": \"63692d17e26e8d0055a2b11d\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"Fcc9jr2oz6apk1NL3xfCCrra8dAAJzVkenJdMrHujrXcaKNudSwFiu4TatR7ZDp9xPZY29\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [\n                \"DRIVERTAG\"\n            ],\n            \"formData\": {\n                \"bugdescription\": \"Test bug report\",\n                \"reportedBy\": \"lukas@gleap.io\"\n            },\n            \"lexorank\": \"0|vi0007:\",\n            \"bugId\": 6,\n            \"form\": {\n                \"bugdescription\": {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\",\n                    \"value\": \"Test bug report\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692a485b79a70052e5d74f\",\n                    \"email\": \"lukas@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-07T15:54:48.128Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"createdAt\": \"2022-11-07T15:54:48.129Z\",\n            \"updatedAt\": \"2022-11-07T16:15:56.427Z\",\n            \"id\": \"63692a485b79a70052e5d74e\"\n        }\n    ]\n}"},{"id":"e62fac28-e4f4-46c7-a77c-6b1aaafc7ffa","name":"Get feedback items","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs?type=BUG","protocol":"https","host":["api","gleap","io"],"path":["projects","636008475c27bf00556c4834","bugs"],"query":[{"key":"type","value":"BUG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Nov 2022 14:55:01 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1fd2-oA8qXWzkZCV4MuIQpGpFyiGMyAc\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"bugs\": [\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"5SWkPe6PePWRFRNLldIXQ2IqlpfR7u5YOWDqyJ3UmX9wwYywZMDxOl0x9Tk5FN8j2MV6OZ\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"description\": \"Test\"\n            },\n            \"lexorank\": \"0|vi001b:\",\n            \"bugId\": 11,\n            \"form\": {\n                \"description\": {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\",\n                    \"value\": \"Test\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"636a61fe69c7950053aab0c6\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-08T14:04:46.480Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63601087a3b7c100526f4dc3\",\n                \"gleapId\": \"636008465c27bf00556c4643\",\n                \"userId\": \"636008465c27bf00556c4643\",\n                \"lastActivity\": \"2022-11-08T14:04:46.427Z\",\n                \"email\": \"lukas+apidemo@gleap.io\",\n                \"name\": \"API demo\",\n                \"id\": \"63601087a3b7c100526f4dc3\"\n            },\n            \"createdAt\": \"2022-11-08T14:04:46.482Z\",\n            \"updatedAt\": \"2022-11-08T14:04:46.482Z\",\n            \"id\": \"636a61fe69c7950053aab0c5\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 1,\n            \"priority\": \"LOW\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"qOAaO6bQBqkcNeVvFWokjK7FUoqA1P5Pdl0AWs14UV9NFUSX6UPkfKk0PIkXgEkz9gcuaa\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [\n                \"test\"\n            ],\n            \"formData\": {\n                \"description\": \"Demo\"\n            },\n            \"lexorank\": \"0|vi0013:\",\n            \"bugId\": 10,\n            \"form\": {\n                \"description\": {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\",\n                    \"value\": \"Demo\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"636a32e644ea32548d8eae3f\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                },\n                {\n                    \"_id\": \"636a27bf44ea32548d8ea644\",\n                    \"email\": \"lukas@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-08T10:43:50.723Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63601087a3b7c100526f4dc3\",\n                \"gleapId\": \"636008465c27bf00556c4643\",\n                \"userId\": \"636008465c27bf00556c4643\",\n                \"lastActivity\": \"2022-11-08T14:04:46.427Z\",\n                \"email\": \"lukas+apidemo@gleap.io\",\n                \"name\": \"API demo\",\n                \"id\": \"63601087a3b7c100526f4dc3\"\n            },\n            \"createdAt\": \"2022-11-08T10:43:50.729Z\",\n            \"updatedAt\": \"2022-11-08T14:06:52.268Z\",\n            \"dueDate\": \"2022-10-27T22:00:00.000Z\",\n            \"processingUser\": {\n                \"keywords\": [\n                    \"lukas apidemo gleap io\",\n                    \"api\",\n                    \"demo\"\n                ],\n                \"email\": \"lukas+apidemo@gleap.io\",\n                \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n                \"firstName\": \"API\",\n                \"lastName\": \"demo\",\n                \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n                \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n                \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n                \"__v\": 0,\n                \"userRole\": \"webdeveloper\",\n                \"id\": \"636008465c27bf00556c4643\"\n            },\n            \"id\": \"636a32e644ea32548d8eae3e\"\n        },\n        {\n            \"hideContent\": true,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"TYhX91M7RG4TAVG3xhAnXS24MBuJnsnqomGZh0FeByozuA1M7KPnaYlY8p8GUOc3vShgpM\",\n            \"notificationsUnread\": true,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"lastNotification\": \"2022-11-08T09:55:17.552Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"lexorank\": \"0|vi000n:\",\n            \"bugId\": 8,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692ec51cb0e8005313d0c4\"\n                }\n            ],\n            \"createdAt\": \"2022-11-07T16:13:37.361Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"latestComment\": {\n                \"type\": \"SHARED_COMMENT\",\n                \"sessionNotificationsUnread\": false,\n                \"emailStatusHistory\": [],\n                \"isCustomerQuestion\": false,\n                \"isReply\": false,\n                \"isSystemMessage\": false,\n                \"project\": \"636008475c27bf00556c4834\",\n                \"organisation\": \"636008465c27bf00556c473d\",\n                \"bug\": \"63692eb13cc1410053de7904\",\n                \"data\": {\n                    \"content\": \"📎 Attachment\"\n                },\n                \"session\": {\n                    \"firstActivity\": \"2022-11-07T15:43:22.178Z\",\n                    \"value\": 0,\n                    \"sessions\": 2,\n                    \"countFeedbackReports\": 3,\n                    \"countFeedbackComments\": 3,\n                    \"_id\": \"63692a385b79a70052e5c39f\",\n                    \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                    \"gleapHash\": \"c68664c3d413122b49dd203554e53f09f96a10968316bbe3f3c4fc2eab8972c1\",\n                    \"project\": \"636008475c27bf00556c4834\",\n                    \"organisation\": \"636008465c27bf00556c473d\",\n                    \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                    \"guestName\": \"Violet Catshark\",\n                    \"location\": {\n                        \"range\": [\n                            1396750464,\n                            1396750591\n                        ],\n                        \"country\": \"AT\",\n                        \"region\": \"\",\n                        \"eu\": \"1\",\n                        \"timezone\": \"Europe/Vienna\",\n                        \"city\": \"\",\n                        \"ll\": [\n                            48.2,\n                            16.3667\n                        ],\n                        \"metro\": 0,\n                        \"area\": 200\n                    },\n                    \"createdAt\": \"2022-11-07T15:54:32.691Z\",\n                    \"updatedAt\": \"2022-11-08T09:56:15.756Z\",\n                    \"__v\": 0,\n                    \"name\": \"John Doe\",\n                    \"userId\": \"123456789\",\n                    \"lastPageView\": {\n                        \"page\": \"http://localhost:4444/\",\n                        \"date\": \"2022-11-08T09:56:11.115Z\"\n                    },\n                    \"email\": \"lukas@gleap.io\",\n                    \"lastFeedbackReport\": \"2022-11-08T09:56:15.755Z\",\n                    \"id\": \"63692a385b79a70052e5c39f\"\n                },\n                \"attachments\": [],\n                \"createdAt\": \"2022-11-08T09:55:17.461Z\",\n                \"updatedAt\": \"2022-11-08T09:55:17.461Z\",\n                \"__v\": 0,\n                \"id\": \"636a278544ea32548d8ea5f0\"\n            },\n            \"upvotesCount\": 1,\n            \"id\": \"63692eb13cc1410053de7904\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"OSXcdupGcZUi35JbQQsn6LPeowcd6MNcLwoga4szyynieZCtPF8C9Ae6p8Mp5RRlkvSSek\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"reportedBy\": \"lukas@gleap.io\",\n                \"bugdescription\": \"Button not working.\"\n            },\n            \"lexorank\": \"0|vi000f:\",\n            \"bugId\": 7,\n            \"form\": {\n                \"bugdescription\": {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\",\n                    \"value\": \"Button not working.\"\n                }\n            },\n            \"upvotesCount\": 2,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692d17e26e8d0055a2b11e\",\n                    \"email\": \"lukas@gleap.io\"\n                },\n                {\n                    \"_id\": \"63692dc43a6c090052cb97e1\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-07T16:09:40.285Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"createdAt\": \"2022-11-07T16:06:47.265Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"latestComment\": {\n                \"type\": \"SHARED_COMMENT\",\n                \"sessionNotificationsUnread\": false,\n                \"emailStatusHistory\": [],\n                \"isCustomerQuestion\": false,\n                \"isReply\": false,\n                \"isSystemMessage\": false,\n                \"project\": \"636008475c27bf00556c4834\",\n                \"organisation\": \"636008465c27bf00556c473d\",\n                \"bug\": \"63692d17e26e8d0055a2b11d\",\n                \"data\": {\n                    \"content\": \"jkhasdkjahksljdf\"\n                },\n                \"session\": {\n                    \"firstActivity\": \"2022-11-07T15:43:22.178Z\",\n                    \"value\": 0,\n                    \"sessions\": 2,\n                    \"countFeedbackReports\": 3,\n                    \"countFeedbackComments\": 3,\n                    \"_id\": \"63692a385b79a70052e5c39f\",\n                    \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                    \"gleapHash\": \"c68664c3d413122b49dd203554e53f09f96a10968316bbe3f3c4fc2eab8972c1\",\n                    \"project\": \"636008475c27bf00556c4834\",\n                    \"organisation\": \"636008465c27bf00556c473d\",\n                    \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                    \"guestName\": \"Violet Catshark\",\n                    \"location\": {\n                        \"range\": [\n                            1396750464,\n                            1396750591\n                        ],\n                        \"country\": \"AT\",\n                        \"region\": \"\",\n                        \"eu\": \"1\",\n                        \"timezone\": \"Europe/Vienna\",\n                        \"city\": \"\",\n                        \"ll\": [\n                            48.2,\n                            16.3667\n                        ],\n                        \"metro\": 0,\n                        \"area\": 200\n                    },\n                    \"createdAt\": \"2022-11-07T15:54:32.691Z\",\n                    \"updatedAt\": \"2022-11-08T09:56:15.756Z\",\n                    \"__v\": 0,\n                    \"name\": \"John Doe\",\n                    \"userId\": \"123456789\",\n                    \"lastPageView\": {\n                        \"page\": \"http://localhost:4444/\",\n                        \"date\": \"2022-11-08T09:56:11.115Z\"\n                    },\n                    \"email\": \"lukas@gleap.io\",\n                    \"lastFeedbackReport\": \"2022-11-08T09:56:15.755Z\",\n                    \"id\": \"63692a385b79a70052e5c39f\"\n                },\n                \"attachments\": [],\n                \"createdAt\": \"2022-11-07T16:09:40.253Z\",\n                \"updatedAt\": \"2022-11-07T16:09:40.253Z\",\n                \"__v\": 0,\n                \"id\": \"63692dc43a6c090052cb97e5\"\n            },\n            \"id\": \"63692d17e26e8d0055a2b11d\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"Fcc9jr2oz6apk1NL3xfCCrra8dAAJzVkenJdMrHujrXcaKNudSwFiu4TatR7ZDp9xPZY29\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"bugdescription\": \"Test bug report\",\n                \"reportedBy\": \"lukas@gleap.io\"\n            },\n            \"lexorank\": \"0|vi0007:\",\n            \"bugId\": 6,\n            \"form\": {\n                \"bugdescription\": {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\",\n                    \"value\": \"Test bug report\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63692a485b79a70052e5d74f\",\n                    \"email\": \"lukas@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-11-07T15:54:48.128Z\",\n            \"session\": {\n                \"value\": 0,\n                \"_id\": \"63692a385b79a70052e5c39f\",\n                \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n                \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n                \"location\": {\n                    \"country\": \"AT\"\n                },\n                \"name\": \"John Doe\",\n                \"userId\": \"123456789\",\n                \"email\": \"lukas@gleap.io\",\n                \"id\": \"63692a385b79a70052e5c39f\"\n            },\n            \"createdAt\": \"2022-11-07T15:54:48.129Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"id\": \"63692a485b79a70052e5d74e\"\n        }\n    ]\n}"}],"_postman_id":"32b26e53-31a2-499e-b186-f37dda681a5e"},{"name":"Get feedback item details","id":"a5e8e651-635e-42d3-9c7a-3c0accb34600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[{"key":"project-share-token","value":"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t","type":"text"}],"url":"http://api.gleap.io/bugs/pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI","description":"<p><em>Rate limit</em>: No rate limit.</p>\n","urlObject":{"protocol":"http","path":["bugs","pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"c5a0f087-c059-4833-8767-4725a6be9f7b","name":"Get feedback item details","originalRequest":{"method":"GET","header":[{"key":"project-share-token","value":"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t","type":"text"}],"url":"http://api.gleap.io/bugs/pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 14:06:18 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"8a4-lBgKw8IltUruIEO50wRQsVaUGsY\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"hideContent\": false,\n    \"hidden\": false,\n    \"mentions\": [],\n    \"duplicatesCount\": 1,\n    \"priority\": \"MEDIUM\",\n    \"type\": \"BUG\",\n    \"status\": \"OPEN\",\n    \"shareToken\": \"qOAaO6bQBqkcNeVvFWokjK7FUoqA1P5Pdl0AWs14UV9NFUSX6UPkfKk0PIkXgEkz9gcuaa\",\n    \"generatingScreenshot\": false,\n    \"screenshotRenderingFailed\": false,\n    \"screenshotLive\": false,\n    \"isSilent\": false,\n    \"generatingReplay\": false,\n    \"replayRenderingFailed\": false,\n    \"replayLive\": false,\n    \"hasWebReplay\": false,\n    \"notificationsUnread\": false,\n    \"sessionNotificationsUnread\": false,\n    \"archived\": false,\n    \"isSpam\": false,\n    \"tags\": [],\n    \"formData\": {\n        \"description\": \"Demo\"\n    },\n    \"screenshotUrl\": \"\",\n    \"lexorank\": \"0|vi0013:\",\n    \"bugId\": 10,\n    \"form\": {\n        \"description\": {\n            \"title\": \"Description\",\n            \"placeholder\": \"The more details, the better.\",\n            \"type\": \"textarea\",\n            \"name\": \"description\",\n            \"value\": \"Demo\"\n        }\n    },\n    \"formText\": \"Demo. \",\n    \"upvotesCount\": 1,\n    \"upvotes\": [\n        {\n            \"_id\": \"636a32e644ea32548d8eae3f\",\n            \"email\": \"lukas+apidemo@gleap.io\"\n        },\n        {\n            \"_id\": \"636a27bf44ea32548d8ea644\",\n            \"email\": \"lukas@gleap.io\"\n        }\n    ],\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organisation\": \"636008465c27bf00556c473d\",\n    \"lastNotification\": \"2022-11-08T10:43:50.723Z\",\n    \"session\": {\n        \"firstActivity\": \"2022-10-31T16:40:44.704Z\",\n        \"value\": 0,\n        \"sessions\": 1,\n        \"countFeedbackReports\": 6,\n        \"countFeedbackComments\": 0,\n        \"_id\": \"63601087a3b7c100526f4dc3\",\n        \"gleapId\": \"636008465c27bf00556c4643\",\n        \"gleapHash\": \"d1d8684dc4973ca30b72f4d88f40934a763c220f57a0cc80c910fe0c490dae52\",\n        \"userId\": \"636008465c27bf00556c4643\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"lastActivity\": \"2022-11-08T14:04:46.427Z\",\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"name\": \"API demo\",\n        \"createdAt\": \"2022-10-31T18:14:31.887Z\",\n        \"updatedAt\": \"2022-11-08T14:04:46.429Z\",\n        \"__v\": 0,\n        \"lastFeedbackReport\": \"2022-11-08T14:04:46.428Z\",\n        \"id\": \"63601087a3b7c100526f4dc3\"\n    },\n    \"attachments\": [],\n    \"createdAt\": \"2022-11-08T10:43:50.729Z\",\n    \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n    \"__v\": 0,\n    \"id\": \"636a32e644ea32548d8eae3e\",\n    \"plan\": {\n        \"consolelogs\": \"true\",\n        \"customFeedbackType\": \"true\",\n        \"customdata\": \"true\",\n        \"customdomain\": \"true\",\n        \"customevents\": \"true\",\n        \"dataretention\": \"365\",\n        \"featureRequests\": \"true\",\n        \"inquiries\": \"true\",\n        \"integrations\": \"all\",\n        \"projects\": \"10\",\n        \"ratings\": \"true\",\n        \"removebranding\": \"true\",\n        \"replays\": \"true\",\n        \"sessiondata\": \"true\",\n        \"sessionlimit\": \"1000000\",\n        \"surveys\": \"true\"\n    },\n    \"hideDetailTabsOnSharedBugs\": false\n}"}],"_postman_id":"a5e8e651-635e-42d3-9c7a-3c0accb34600"},{"name":"Update feedback item details","id":"acee7497-2ac7-4dc5-97fa-8fcfe5a5e585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"processingUser\": \"636008465c27bf00556c4643\",\n    \"priority\": \"LOW\",\n    \"type\": \"BUG\",\n    \"dueDate\": \"2022-10-27T22:00:00.000Z\",\n    \"tags\": [\"test\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4","description":"<p><em>Rate limit</em>: No rate limit.</p>\n<p><strong>Possible POST data in payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    lexorank: {\n        type: String,\n    },\n    processingUser: {\n        type: String,\n    },\n    status: {\n        type: String,\n    },\n    type: {\n        type: String,\n    },\n    screenshotUrl: {\n        type: String,\n    },\n    priority: {\n        type: String,\n    },\n    description: {\n        type: String,\n    },\n    dueDate: {\n        type: String,\n    },\n    screenshotBroke: {\n        type: Date,\n    },\n    outbound: {\n        type: String,\n    },\n    duplicateOf: {\n        type: String,\n    },\n    tags: [{\n        type: String,\n    }, ],\n    notificationsUnread: {\n        type: Boolean,\n    },\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["bugs","63600882091c1800533d38e4"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"2b57182e-12a1-4664-b93e-0b2c655b2cdd","name":"Update feedback item details","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"processingUser\": \"636008465c27bf00556c4643\",\n    \"priority\": \"LOW\",\n    \"type\": \"BUG\",\n    \"dueDate\": \"2022-10-27T22:00:00.000Z\",\n    \"tags\": [\"test\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 14:06:52 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"7aa-Wk81I83bHMV543bBpXWDjgVFF6k\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"hideContent\": false,\n    \"hidden\": false,\n    \"mentions\": [],\n    \"duplicatesCount\": 1,\n    \"priority\": \"LOW\",\n    \"type\": \"BUG\",\n    \"status\": \"OPEN\",\n    \"shareToken\": \"qOAaO6bQBqkcNeVvFWokjK7FUoqA1P5Pdl0AWs14UV9NFUSX6UPkfKk0PIkXgEkz9gcuaa\",\n    \"generatingScreenshot\": false,\n    \"screenshotRenderingFailed\": false,\n    \"screenshotLive\": false,\n    \"isSilent\": false,\n    \"generatingReplay\": false,\n    \"replayRenderingFailed\": false,\n    \"replayLive\": false,\n    \"hasWebReplay\": false,\n    \"notificationsUnread\": false,\n    \"sessionNotificationsUnread\": false,\n    \"archived\": false,\n    \"isSpam\": false,\n    \"tags\": [\n        \"test\"\n    ],\n    \"formData\": {\n        \"description\": \"Demo\"\n    },\n    \"screenshotUrl\": \"\",\n    \"lexorank\": \"0|vi0013:\",\n    \"bugId\": 10,\n    \"form\": {\n        \"description\": {\n            \"title\": \"Description\",\n            \"placeholder\": \"The more details, the better.\",\n            \"type\": \"textarea\",\n            \"name\": \"description\",\n            \"value\": \"Demo\"\n        }\n    },\n    \"formText\": \"Demo. \",\n    \"upvotesCount\": 1,\n    \"upvotes\": [\n        {\n            \"_id\": \"636a32e644ea32548d8eae3f\",\n            \"email\": \"lukas+apidemo@gleap.io\"\n        },\n        {\n            \"_id\": \"636a27bf44ea32548d8ea644\",\n            \"email\": \"lukas@gleap.io\"\n        }\n    ],\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organisation\": \"636008465c27bf00556c473d\",\n    \"lastNotification\": \"2022-11-08T10:43:50.723Z\",\n    \"session\": {\n        \"value\": 0,\n        \"sessions\": 1,\n        \"_id\": \"63601087a3b7c100526f4dc3\",\n        \"gleapId\": \"636008465c27bf00556c4643\",\n        \"userId\": \"636008465c27bf00556c4643\",\n        \"lastActivity\": \"2022-11-08T14:04:46.427Z\",\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"name\": \"API demo\",\n        \"id\": \"63601087a3b7c100526f4dc3\"\n    },\n    \"attachments\": [],\n    \"createdAt\": \"2022-11-08T10:43:50.729Z\",\n    \"updatedAt\": \"2022-11-08T14:06:52.268Z\",\n    \"__v\": 0,\n    \"dueDate\": \"2022-10-27T22:00:00.000Z\",\n    \"processingUser\": {\n        \"keywords\": [\n            \"lukas apidemo gleap io\",\n            \"api\",\n            \"demo\"\n        ],\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n        \"firstName\": \"API\",\n        \"lastName\": \"demo\",\n        \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n        \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n        \"__v\": 0,\n        \"userRole\": \"webdeveloper\",\n        \"id\": \"636008465c27bf00556c4643\"\n    },\n    \"id\": \"636a32e644ea32548d8eae3e\"\n}"}],"_postman_id":"acee7497-2ac7-4dc5-97fa-8fcfe5a5e585"},{"name":"Archieve feedback item","id":"d8e0a054-f46c-40e9-823d-45d00ab771af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"PUT","header":[],"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4/archive","description":"<p><em>Rate limit</em>: No rate limit.</p>\n","urlObject":{"protocol":"https","path":["bugs","63600882091c1800533d38e4","archive"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8e0a054-f46c-40e9-823d-45d00ab771af"},{"name":"Delete feedback item","id":"73347255-0a67-45f3-a87f-19c2af3f887e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4","description":"<p><em>Rate limit</em>: No rate limit.</p>\n","urlObject":{"protocol":"https","path":["bugs","63600882091c1800533d38e4"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"0db42055-f845-4bc4-a1f2-1430a8f5ffcf","name":"Delete feedback item","originalRequest":{"method":"DELETE","header":[],"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Nov 2022 10:45:36 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"73347255-0a67-45f3-a87f-19c2af3f887e"},{"name":"Get comments of feedback item","id":"2f378bbb-4a00-401b-a50b-7f15ba127d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/bugs/pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI/comments","urlObject":{"protocol":"https","path":["bugs","pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI","comments"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"27449696-b747-40b5-a90a-6c6840eb3c43","name":"Get comments of feedback item","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/bugs/pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 10:45:27 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"251e-TMAdKJ+23UpX8Za8a+1uwr9Fncg\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PROCESSING_USER\",\n            \"value\": {\n                \"id\": \"636008465c27bf00556c4643\",\n                \"firstName\": \"API\",\n                \"lastName\": \"demo\",\n                \"email\": \"lukas+apidemo@gleap.io\"\n            }\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:54:38.805Z\",\n        \"updatedAt\": \"2022-10-31T17:54:38.805Z\",\n        \"__v\": 0,\n        \"id\": \"63600bdea3b7c1005267f12d\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PROCESSING_USER\",\n            \"value\": {\n                \"id\": \"636008465c27bf00556c4643\",\n                \"firstName\": \"API\",\n                \"lastName\": \"demo\",\n                \"email\": \"lukas+apidemo@gleap.io\"\n            }\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:55:37.422Z\",\n        \"updatedAt\": \"2022-10-31T17:55:37.422Z\",\n        \"__v\": 0,\n        \"id\": \"63600c19a3b7c10052684e58\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PRIORITY\",\n            \"value\": \"LOW\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:55:48.804Z\",\n        \"updatedAt\": \"2022-10-31T17:55:48.804Z\",\n        \"__v\": 0,\n        \"id\": \"63600c2482351100529f4e84\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PRIORITY\",\n            \"value\": \"MEDIUM\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:58:26.751Z\",\n        \"updatedAt\": \"2022-10-31T17:58:26.751Z\",\n        \"__v\": 0,\n        \"id\": \"63600cc25c27bf0055732c38\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"TYPE\",\n            \"value\": \"BUG\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:58:32.807Z\",\n        \"updatedAt\": \"2022-10-31T17:58:32.807Z\",\n        \"__v\": 0,\n        \"id\": \"63600cc8a3b7c10052695d49\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PRIORITY\",\n            \"value\": \"LOW\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:58:32.809Z\",\n        \"updatedAt\": \"2022-10-31T17:58:32.809Z\",\n        \"__v\": 0,\n        \"id\": \"63600cc8a3b7c10052695d4b\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PROCESSING_USER\",\n            \"value\": {\n                \"id\": \"636008465c27bf00556c4643\",\n                \"firstName\": \"API\",\n                \"lastName\": \"demo\",\n                \"email\": \"lukas+apidemo@gleap.io\"\n            }\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-10-31T17:58:32.811Z\",\n        \"updatedAt\": \"2022-10-31T17:58:32.811Z\",\n        \"__v\": 0,\n        \"id\": \"63600cc8a3b7c10052695d4d\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PRIORITY\",\n            \"value\": \"LOW\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-11-02T16:46:38.255Z\",\n        \"updatedAt\": \"2022-11-02T16:46:38.255Z\",\n        \"__v\": 0,\n        \"id\": \"63629eeea7eb700055f66bb0\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"PROCESSING_USER\",\n            \"value\": {\n                \"id\": \"636008465c27bf00556c4643\",\n                \"firstName\": \"API\",\n                \"lastName\": \"demo\",\n                \"email\": \"lukas+apidemo@gleap.io\"\n            }\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-11-02T16:46:38.257Z\",\n        \"updatedAt\": \"2022-11-02T16:46:38.257Z\",\n        \"__v\": 0,\n        \"id\": \"63629eeea7eb700055f66bb2\"\n    },\n    {\n        \"type\": \"FEEDBACK_UPDATED\",\n        \"sessionNotificationsUnread\": false,\n        \"emailStatusHistory\": [],\n        \"isCustomerQuestion\": false,\n        \"isReply\": false,\n        \"isSystemMessage\": false,\n        \"user\": {\n            \"keywords\": [\n                \"lukas apidemo gleap io\",\n                \"api\",\n                \"demo\"\n            ],\n            \"email\": \"lukas+apidemo@gleap.io\",\n            \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n            \"firstName\": \"API\",\n            \"lastName\": \"demo\",\n            \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n            \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n            \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n            \"__v\": 0,\n            \"userRole\": \"webdeveloper\",\n            \"id\": \"636008465c27bf00556c4643\"\n        },\n        \"bug\": \"63600882091c1800533d38e4\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"data\": {\n            \"type\": \"TYPE\",\n            \"value\": \"BUG\"\n        },\n        \"attachments\": [],\n        \"createdAt\": \"2022-11-02T16:46:38.259Z\",\n        \"updatedAt\": \"2022-11-02T16:46:38.259Z\",\n        \"__v\": 0,\n        \"id\": \"63629eeea7eb700055f66bb4\"\n    }\n]"}],"_postman_id":"2f378bbb-4a00-401b-a50b-7f15ba127d7c"},{"name":"Get feedback item duplicates","id":"4249894e-59eb-45d7-a4ca-3bc8b7eaf2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4/duplicates","urlObject":{"protocol":"https","path":["bugs","63600882091c1800533d38e4","duplicates"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"a76bb5dd-b0e6-4400-90e6-a8b9672a74c4","name":"Get feedback item duplicates","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/bugs/636a32e644ea32548d8eae3e/duplicates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"731"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 10:45:10 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2db-Lbuc9nd7didsKXxNStAXZixBxUA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"duplicates\": [\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"OPEN\",\n            \"shareToken\": \"Uffue8wqaTgNAfxWbfqOIoOUuUKR9mvkWsU5aYVTBO1p8YBd2CIXsMXMjMySn22gdn9n14\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"reportedBy\": \"lukas@gleap.io\",\n                \"bugdescription\": \"asdf\"\n            },\n            \"lexorank\": \"0|vi000v:\",\n            \"bugId\": 9,\n            \"form\": {\n                \"bugdescription\": {\n                    \"title\": \"Describe the issue\",\n                    \"placeholder\": \"The more information, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"bugdescription\",\n                    \"value\": \"asdf\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {}\n            ],\n            \"lastNotification\": \"2022-11-08T09:56:15.786Z\",\n            \"createdAt\": \"2022-11-08T09:56:15.788Z\",\n            \"updatedAt\": \"2022-11-08T10:43:57.560Z\",\n            \"id\": \"636a27bf44ea32548d8ea643\"\n        }\n    ],\n    \"duplicateOf\": null\n}"}],"_postman_id":"4249894e-59eb-45d7-a4ca-3bc8b7eaf2b1"},{"name":"Get project users","id":"f3576183-ed32-4433-bd84-881a8e6588aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/users","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","users"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"1aa2d137-0e09-4aee-99b5-a82f7162cb1a","name":"Get project users","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"498"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 10:43:05 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1f2-+B3sN6j+eswNbCLcWZuecYMeOMU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"keywords\": [\n            \"lukas apidemo gleap io\",\n            \"api\",\n            \"demo\"\n        ],\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"codeCreatedAt\": \"2022-10-31T17:39:18.297Z\",\n        \"firstName\": \"API\",\n        \"lastName\": \"demo\",\n        \"profileImageUrl\": \"https://www.gravatar.com/avatar/0c48ebfd43d9102d869dbc80f9fe09b2?d=https://api.gleap.io/identicon/0c48ebfd43d9102d869dbc80f9fe09b2\",\n        \"createdAt\": \"2022-10-31T17:39:18.301Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.434Z\",\n        \"__v\": 0,\n        \"userRole\": \"webdeveloper\",\n        \"id\": \"636008465c27bf00556c4643\",\n        \"type\": \"organisation\",\n        \"role\": \"ADMIN\"\n    }\n]"}],"_postman_id":"f3576183-ed32-4433-bd84-881a8e6588aa"},{"name":"Get sessions","id":"752dfe13-fc10-4645-9260-ac947a64660f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions?type=all&withFeedback=false&skip=0&limit=50","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","sessions"],"host":["api","gleap","io"],"query":[{"key":"type","value":"all"},{"key":"withFeedback","value":"false"},{"key":"skip","value":"0"},{"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"4ded2ad6-8611-45ee-9083-85357a0f40a7","name":"Get sessions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions?type=all&withFeedback=false&skip=0&limit=50","protocol":"https","host":["api","gleap","io"],"path":["projects","636008475c27bf00556c4834","sessions"],"query":[{"key":"type","value":"all"},{"key":"withFeedback","value":"false"},{"key":"skip","value":"0"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 10:42:56 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"434-sJfpKlrjiKuc77F24btffOcKKAs\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"value\": 0,\n        \"sessions\": 2,\n        \"_id\": \"63692a385b79a70052e5c39f\",\n        \"gleapId\": \"7dc2135b-a4bb-4459-8493-f82a3ccdbeb2\",\n        \"lastActivity\": \"2022-11-08T09:56:15.755Z\",\n        \"guestName\": \"Violet Catshark\",\n        \"location\": {\n            \"country\": \"AT\"\n        },\n        \"name\": \"John Doe\",\n        \"userId\": \"123456789\",\n        \"email\": \"lukas@gleap.io\",\n        \"id\": \"63692a385b79a70052e5c39f\"\n    },\n    {\n        \"value\": 0,\n        \"sessions\": 1,\n        \"_id\": \"63692c8e3a6c090052ca1b0b\",\n        \"gleapId\": \"ef8b568a-bdd2-46db-9da1-bf817b1f9d97\",\n        \"lastActivity\": \"2022-11-07T16:04:30.861Z\",\n        \"guestName\": \"White Parrot\",\n        \"location\": {\n            \"country\": \"AT\"\n        },\n        \"id\": \"63692c8e3a6c090052ca1b0b\"\n    },\n    {\n        \"value\": 0,\n        \"sessions\": 1,\n        \"_id\": \"63601087a3b7c100526f4dc3\",\n        \"gleapId\": \"636008465c27bf00556c4643\",\n        \"userId\": \"636008465c27bf00556c4643\",\n        \"lastActivity\": \"2022-10-31T18:15:40.991Z\",\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"name\": \"API demo\",\n        \"id\": \"63601087a3b7c100526f4dc3\"\n    },\n    {\n        \"value\": 0,\n        \"sessions\": 1,\n        \"_id\": \"6360086fa3b7c1005262b1f3\",\n        \"gleapId\": \"3e352a43-e702-4195-ae5c-ef8dc36ec916\",\n        \"lastActivity\": \"2022-10-31T17:40:18.479Z\",\n        \"guestName\": \"Indigo Galliform\",\n        \"location\": {\n            \"country\": \"AT\"\n        },\n        \"email\": \"lukas@gleap.io\",\n        \"name\": \"lukas\",\n        \"id\": \"6360086fa3b7c1005262b1f3\"\n    }\n]"}],"_postman_id":"752dfe13-fc10-4645-9260-ac947a64660f"},{"name":"Get session details","id":"8df29be7-df0e-40ad-83cf-340e58fb3b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/6360086fa3b7c1005262b1f3","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","sessions","6360086fa3b7c1005262b1f3"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"e259d8b0-c332-4911-aab0-d5f6f7fb2cc8","name":"Get session details","originalRequest":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/6360086fa3b7c1005262b1f3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"901"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 10:42:18 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"385-DBbnwQ6TKazn2AsfoRUR59xE3Is\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"firstActivity\": \"2022-10-31T16:40:44.704Z\",\n    \"value\": 0,\n    \"sessions\": 1,\n    \"countFeedbackReports\": 1,\n    \"countFeedbackComments\": 0,\n    \"_id\": \"6360086fa3b7c1005262b1f3\",\n    \"gleapId\": \"3e352a43-e702-4195-ae5c-ef8dc36ec916\",\n    \"gleapHash\": \"9957805658fd013a8fcceb2e3b65ca4ac1442e037f5f9779a3437845c3c4a66c\",\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organisation\": \"636008465c27bf00556c473d\",\n    \"lastActivity\": \"2022-10-31T17:40:18.479Z\",\n    \"guestName\": \"Indigo Galliform\",\n    \"location\": {\n        \"range\": [\n            1502658560,\n            1502674943\n        ],\n        \"country\": \"AT\",\n        \"region\": \"\",\n        \"eu\": \"1\",\n        \"timezone\": \"Europe/Vienna\",\n        \"city\": \"\",\n        \"ll\": [\n            48.2,\n            16.3667\n        ],\n        \"metro\": 0,\n        \"area\": 200\n    },\n    \"createdAt\": \"2022-10-31T17:39:59.415Z\",\n    \"updatedAt\": \"2022-10-31T17:40:18.480Z\",\n    \"__v\": 0,\n    \"lastPageView\": {\n        \"page\": \"file:///Users/lukasboehler/Desktop/test.html\",\n        \"date\": \"2022-10-31T17:39:59.560Z\"\n    },\n    \"email\": \"lukas@gleap.io\",\n    \"lastFeedbackReport\": \"2022-10-31T17:40:18.479Z\",\n    \"name\": \"lukas\",\n    \"id\": \"6360086fa3b7c1005262b1f3\"\n}"}],"_postman_id":"8df29be7-df0e-40ad-83cf-340e58fb3b46"},{"name":"Delete session","id":"a35cc58b-5041-441d-a006-8575cc53167c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834}/sessions/6360086fa3b7c1005262b1f3","description":"<p><em>Rate limit</em>: No rate limit.</p>\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834}","sessions","6360086fa3b7c1005262b1f3"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"6d0950f3-ddae-4977-9ea5-5442d6170027","name":"Delete feedback item","originalRequest":{"method":"DELETE","header":[],"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Nov 2022 10:45:36 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a35cc58b-5041-441d-a006-8575cc53167c"},{"name":"Get streamed events of session","id":"c629d3fd-c4e1-4435-87a1-7c051e5c2c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/6360086fa3b7c1005262b1f3/events?limit=5","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","sessions","6360086fa3b7c1005262b1f3","events"],"host":["api","gleap","io"],"query":[{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"0e3f7c89-f655-473a-9ec6-b68e341ba977","name":"Get streamed events of session","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/6360086fa3b7c1005262b1f3/events?limit=5","protocol":"https","host":["api","gleap","io"],"path":["projects","636008475c27bf00556c4834","sessions","6360086fa3b7c1005262b1f3","events"],"query":[{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"646"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 14:04:26 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"286-EWV6y2yYNy43XNr5WAZwARNtoVc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"sessionStarted\",\n        \"date\": \"2022-10-31T17:39:59.560Z\",\n        \"session\": \"6360086fa3b7c1005262b1f3\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"__v\": 0,\n        \"createdAt\": \"2022-10-31T17:39:59.913Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.913Z\",\n        \"id\": \"6360086f5c27bf00556c84d2\"\n    },\n    {\n        \"name\": \"pageView\",\n        \"date\": \"2022-10-31T17:39:59.560Z\",\n        \"data\": {\n            \"page\": \"file:///Users/lukasboehler/Desktop/test.html\"\n        },\n        \"session\": \"6360086fa3b7c1005262b1f3\",\n        \"project\": \"636008475c27bf00556c4834\",\n        \"organisation\": \"636008465c27bf00556c473d\",\n        \"__v\": 0,\n        \"createdAt\": \"2022-10-31T17:39:59.913Z\",\n        \"updatedAt\": \"2022-10-31T17:39:59.913Z\",\n        \"id\": \"6360086f5c27bf00556c84d3\"\n    }\n]"}],"_postman_id":"c629d3fd-c4e1-4435-87a1-7c051e5c2c31"},{"name":"Manually create feedback item","id":"09fd4676-2ef5-4049-a14d-8fa3438c455f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"formData\": {\n        \"description\": \"Test\"\n    },\n    \"screenshotUrl\": \"\",\n    \"priority\": \"MEDIUM\",\n    \"manuallyAdded\": true,\n    \"reportedBy\": \"lukas+apidemo@gleap.io\",\n    \"type\": \"BUG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","bugs"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"03a7a3ba-b539-42c4-b44f-ec6113725495","name":"Manually create feedback item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"formData\": {\n        \"description\": \"Test\"\n    },\n    \"screenshotUrl\": \"\",\n    \"priority\": \"MEDIUM\",\n    \"manuallyAdded\": true,\n    \"reportedBy\": \"lukas+apidemo@gleap.io\",\n    \"type\": \"BUG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 08 Nov 2022 14:04:46 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"420-RqadeqDJP5i7phOCul5PfvF8rR4\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:77deca7f-9327-44ab-8ce8-8e7f5cda1607"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"hideContent\": false,\n    \"mentions\": [],\n    \"duplicatesCount\": 0,\n    \"priority\": \"MEDIUM\",\n    \"type\": \"BUG\",\n    \"status\": \"OPEN\",\n    \"shareToken\": \"5SWkPe6PePWRFRNLldIXQ2IqlpfR7u5YOWDqyJ3UmX9wwYywZMDxOl0x9Tk5FN8j2MV6OZ\",\n    \"notificationsUnread\": false,\n    \"isSpam\": false,\n    \"tags\": [],\n    \"formData\": {\n        \"description\": \"Test\"\n    },\n    \"lexorank\": \"0|vi001b:\",\n    \"bugId\": 11,\n    \"form\": {\n        \"description\": {\n            \"title\": \"Description\",\n            \"placeholder\": \"The more details, the better.\",\n            \"type\": \"textarea\",\n            \"name\": \"description\",\n            \"value\": \"Test\"\n        }\n    },\n    \"upvotesCount\": 1,\n    \"upvotes\": [\n        {\n            \"_id\": \"636a61fe69c7950053aab0c6\",\n            \"email\": \"lukas+apidemo@gleap.io\"\n        }\n    ],\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organisation\": \"636008465c27bf00556c473d\",\n    \"lastNotification\": \"2022-11-08T14:04:46.480Z\",\n    \"session\": {\n        \"value\": 0,\n        \"sessions\": 1,\n        \"_id\": \"63601087a3b7c100526f4dc3\",\n        \"gleapId\": \"636008465c27bf00556c4643\",\n        \"userId\": \"636008465c27bf00556c4643\",\n        \"lastActivity\": \"2022-11-08T14:04:46.427Z\",\n        \"email\": \"lukas+apidemo@gleap.io\",\n        \"name\": \"API demo\",\n        \"id\": \"63601087a3b7c100526f4dc3\"\n    },\n    \"createdAt\": \"2022-11-08T14:04:46.482Z\",\n    \"updatedAt\": \"2022-11-08T14:04:46.482Z\",\n    \"id\": \"636a61fe69c7950053aab0c5\"\n}"}],"_postman_id":"09fd4676-2ef5-4049-a14d-8fa3438c455f"},{"name":"Get organization users","id":"fe745664-6d5e-49ed-8bdd-2a35244b7c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/organisations/613b5dc830aed737108f87a9/users","urlObject":{"protocol":"https","path":["organisations","613b5dc830aed737108f87a9","users"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe745664-6d5e-49ed-8bdd-2a35244b7c9e"},{"name":"Get archived bugs","id":"3373e275-7d5e-4673-9504-77d8814f1f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs/archive?spam=false&skip=0&limit=50\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","bugs","archive"],"host":["api","gleap","io"],"query":[{"key":"spam","value":"false"},{"key":"skip","value":"0"},{"key":"limit","value":"50\n"}],"variable":[]}},"response":[{"id":"f4e9a0b5-ef9a-49be-936d-46309f4bd670","name":"Get archived bugs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleap.io/projects/636008475c27bf00556c4834/bugs/archive?spam=false&skip=0&limit=50\n","protocol":"https","host":["api","gleap","io"],"path":["projects","636008475c27bf00556c4834","bugs","archive"],"query":[{"key":"spam","value":"false"},{"key":"skip","value":"0"},{"key":"limit","value":"50\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 30 Nov 2022 09:39:19 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"819-6ylGMQGmlPZHHWsdTxPsCtT/rNU\""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"bugs\": [\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"DONE\",\n            \"shareToken\": \"0d7NlBo9Fr3nK1k8et6O9W7Ep2ssYVujb4zabizMbTFaXtRkG0XntT33ctXy05r0ZPTiGn\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"description\": \"Test\"\n            },\n            \"lexorank\": \"0|vhzzzz:\",\n            \"bugId\": 2,\n            \"form\": {\n                \"description\": {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\",\n                    \"value\": \"Test\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"63601087a3b7c100526f4ddb\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-10-31T18:14:31.931Z\",\n            \"session\": \"63601087a3b7c100526f4dc3\",\n            \"createdAt\": \"2022-10-31T18:14:31.932Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"id\": \"63601087a3b7c100526f4dda\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"DONE\",\n            \"shareToken\": \"IRiLGOpGMzXTY7UN3JciJUG9xng4V7jtuJMQlAw5wP2WhLo7ZQCKy37n8W4qn2gX0dLObM\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"lexorank\": \"0|hzzzzz:\",\n            \"bugId\": 3,\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"636010b1091c18005349ebf9\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-10-31T18:15:13.671Z\",\n            \"session\": \"63601087a3b7c100526f4dc3\",\n            \"createdAt\": \"2022-10-31T18:15:13.672Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"id\": \"636010b1091c18005349ebf8\"\n        },\n        {\n            \"hideContent\": false,\n            \"mentions\": [],\n            \"duplicatesCount\": 0,\n            \"priority\": \"MEDIUM\",\n            \"type\": \"BUG\",\n            \"status\": \"DONE\",\n            \"shareToken\": \"15jWHCGk4v0N5uA6nDBTZQ0IMm7UPO9BlgM7SD1rHT5wbOJzkItRAclzWwWMQ9sBEW8QWc\",\n            \"notificationsUnread\": false,\n            \"isSpam\": false,\n            \"tags\": [],\n            \"formData\": {\n                \"description\": \"Test\"\n            },\n            \"lexorank\": \"0|mhzzzz:\",\n            \"bugId\": 5,\n            \"form\": {\n                \"description\": {\n                    \"title\": \"Description\",\n                    \"placeholder\": \"The more details, the better.\",\n                    \"type\": \"textarea\",\n                    \"name\": \"description\",\n                    \"value\": \"Test\"\n                }\n            },\n            \"upvotesCount\": 1,\n            \"upvotes\": [\n                {\n                    \"_id\": \"636010cda3b7c100526fb670\",\n                    \"email\": \"lukas+apidemo@gleap.io\"\n                }\n            ],\n            \"lastNotification\": \"2022-10-31T18:15:41.008Z\",\n            \"session\": \"63601087a3b7c100526f4dc3\",\n            \"createdAt\": \"2022-10-31T18:15:41.009Z\",\n            \"updatedAt\": \"2022-11-08T13:56:12.399Z\",\n            \"id\": \"636010cda3b7c100526fb66f\"\n        }\n    ]\n}"}],"_postman_id":"3373e275-7d5e-4673-9504-77d8814f1f99"},{"name":"Create new conversation with session","id":"aac54bfb-cc4d-4e1e-a28c-9f9a5e8db420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"session\":\"SESSION_ID_OF_USER_OR_GUEST\"}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/conversation","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","conversation"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"aac54bfb-cc4d-4e1e-a28c-9f9a5e8db420"},{"name":"Send message in conversation","id":"5bd6b0b1-d41c-416c-a9fe-f196c8ba86fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Referer","value":"https://app.gleap.io/"},{"key":"sec-ch-ua-platform","value":"\"macOS\""}],"body":{"mode":"raw","raw":"{\"comment\":{\"type\":\"doc\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"This is a test message to a user :)\"}]}]},\"isNote\":false,\"attachments\":[{\n              \"url\": \"https://www.urltoyourfile.com/image.png\",\n              \"name\": \"image.png\",\n              \"type\": \"image/png\"\n            }]}"},"url":"https://api.gleap.io/bugs/63600882091c1800533d38e4/comments","urlObject":{"protocol":"https","path":["bugs","63600882091c1800533d38e4","comments"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bd6b0b1-d41c-416c-a9fe-f196c8ba86fb"},{"name":"Subscribe user to feature request","id":"dfd589a0-03c0-4af4-ba7f-90cf42dacd2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"PUT","header":[{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"113\", \"Chromium\";v=\"113\", \"Not-A.Brand\";v=\"24\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Referer","value":"https://app.gleap.io/"},{"key":"sec-ch-ua-platform","value":"\"macOS\""}],"body":{"mode":"raw","raw":"{\"email\":\"lukas@gleap.io\"}"},"url":"https://api.gleap.io/bugs/64593b1818928737e05100ce/subscribe","urlObject":{"protocol":"https","path":["bugs","64593b1818928737e05100ce","subscribe"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfd589a0-03c0-4af4-ba7f-90cf42dacd2f"},{"name":"Create news article","id":"91ccbf43-975c-4bfc-9d84-fad10376bd04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"New article\",\n\t\"type\": \"NEWS\",\n\t\"status\": \"live\",\n\t\"newTrigger\": true,\n\t\"sound\": true,\n\t\"actionType\": \"nonotify_news\",\n\t\"sender\": \"SENDER_USER_ID\",\n\t\"sent\": false,\n\t\"format\": \"personal\",\n\t\"frequencyType\": \"dynamic\",\n\t\"frequency\": \"once\",\n\t\"frequencyDays\": 0,\n\t\"targetAudience\": \"all\",\n\t\"pageFilterDelay\": 0,\n\t\"trigger\": {\n\t\t\"event\": \"gleap-up-createdAt\",\n\t\t\"type\": \"firstoccured\",\n\t\t\"dateOperator\": \"relative\",\n\t\t\"matchOperator\": \"greaterthan\",\n\t\t\"data\": 0\n\t},\n\t\"conditions\": [],\n\t\"coverImageUrl\": \"https://staticfiles.gleap.io/gmanuallyuploaded/fZ2dJKoRIV14WdhiaSXKMA9d4LAQrGjBkBsntmrnVovCgIjQtrqR8c1uiaOflBjn4dArnWOugpJ.png\",\n\t\"eventTrigger\": null,\n\t\"eventTriggerDelay\": null,\n\t\"medium\": null,\n\t\"message\": {\n\t\t\"localized\": {\n\t\t\t\"en\": {\n\t\t\t\t\"type\": \"doc\",\n\t\t\t\t\"content\": [{\n\t\t\t\t\t\"type\": \"paragraph\",\n\t\t\t\t\t\"content\": [{\n\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\"text\": \"Test news article .)\"\n\t\t\t\t\t}]\n\t\t\t\t}]\n\t\t\t}\n\t\t}\n\t},\n\t\"pageFilter\": null,\n\t\"subject\": {\n\t\t\"localized\": {\n\t\t\t\"en\": \"This is a test.\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/outbound","description":"<p>Please note that the news message is a localized object, that contains TipTap formated JSON objects.</p>\n<p>We recommend using the html to json function by TipTap (<a href=\"https://tiptap.dev/guide/output\">https://tiptap.dev/guide/output</a>) in order to generate the JSON documents needed.</p>\n","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","outbound"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"91ccbf43-975c-4bfc-9d84-fad10376bd04"},{"name":"Search for session","id":"d56fe134-89d2-475e-a437-12c103b41f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/searchindex?searchTerm=lukas%40gleap.io","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","sessions","searchindex"],"host":["api","gleap","io"],"query":[{"key":"searchTerm","value":"lukas%40gleap.io"}],"variable":[]}},"response":[],"_postman_id":"d56fe134-89d2-475e-a437-12c103b41f8f"},{"name":"Search for sessions (outdated)","id":"c9cfdd88-3406-4350-ac30-7a8f4b875574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"YOUR_TOKEN"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/sessions/search?searchTerm=lukas@gleap.io","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","sessions","search"],"host":["api","gleap","io"],"query":[{"key":"searchTerm","value":"lukas@gleap.io"}],"variable":[]}},"response":[],"_postman_id":"c9cfdd88-3406-4350-ac30-7a8f4b875574"},{"name":"Create help center article","id":"21814656-ce19-4be5-a8de-2674b4abf2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":{\"en\":\"New article\"},\"description\":{\"en\":\"Article description\"},\"content\":{\"en\":{\"type\":\"doc\",\"content\":[{\"type\":\"heading\",\"attrs\":{\"level\":2},\"content\":[{\"type\":\"text\",\"text\":\"Header 2\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus accumsan massa eget dolor venenatis, ut rutrum lacus congue. Quisque commodo in elit vel dapibus. In vitae nisi pretium, egestas nulla vel, tempor lacus. Fusce dolor urna, laoreet eu purus sit amet, maximus fermentum sem. Nullam mattis, velit ut dictum tristique, libero sapien accumsan sem, eget porta purus nisl nec quam. Ut tempus magna sed ornare imperdiet. Nam et pharetra sapien, sed ultrices erat. Donec mollis venenatis consectetur. Quisque in purus elit. Quisque in pellentesque urna. Praesent pretium vitae massa ut viverra. Cras euismod nibh nec nisi commodo, eget vulputate erat vehicula.\"}]},{\"type\":\"heading\",\"attrs\":{\"level\":3},\"content\":[{\"type\":\"text\",\"text\":\"Header 3\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Something bold is importang!\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Quisque in\"},{\"type\":\"text\",\"marks\":[{\"type\":\"italic\"}],\"text\":\" malesuada arcu. Etiam facilisis luc\"},{\"type\":\"text\",\"text\":\"tus euismod. Morbi consectetur ipsum enim, non rhoncus diam blandit eget. Cras dignissim eu orci ac viverra. Proin semper mollis ante, vel ultrices mauris porttitor aliquam. Nulla feugiat, mauris nec aliquam egestas, metus lectus ornare mauris, sed posuere dolor tellus sit amet urna. Quisque eu tempus libero. Nam ultrices lectus id metus tincidunt, et ornare arcu lacinia. Aenean lectus nibh, malesuada et metus sed, mattis sagittis est. Praesent consequat eros quam, id commodo lacus lacinia blandit. Etiam vitae ullamcorper leo. Proin egestas sit amet lectus in venenatis. Phasellus interdum magna mi, a elementum purus tincidunt varius. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Vestibulum gravida ante eu tortor eleifend molestie. Phasellus scelerisque consectetur scelerisque.\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"link\",\"attrs\":{\"href\":\"https://www.google.com\",\"target\":\"_blank\",\"class\":null,\"linktype\":\"link\",\"bgcolor\":\"#2445f1\"}}],\"text\":\"Link!\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Etiam vitae est vel eros gravida bibendum. In hac habitasse platea dictumst. Nulla sed turpis molestie, vestibulum urna ut, blandit ligula. Nulla augue libero, imperdiet eget porta nec, dapibus nec lorem. Phasellus nec justo nisl. Curabitur at nisl efficitur, pulvinar enim condimentum, consectetur quam. Maecenas molestie, ante a imperdiet euismod, dui quam cursus odio, nec sagittis ante justo at ex. Aliquam efficitur massa eget mauris efficitur condimentum. Duis volutpat nisi a lacus tempus ultricies ultrices ac purus. Aenean libero dui, faucibus a nunc et, bibendum scelerisque ante. Nullam ornare sed ante quis porta. Donec accumsan sem elit, in tincidunt ante imperdiet a. Maecenas porttitor malesuada augue, vel facilisis orci tincidunt in. Morbi tincidunt leo eget leo imperdiet volutpat. Donec ut ante pharetra, eleifend massa sit amet, fringilla ligula.\"}]},{\"type\":\"bulletList\",\"content\":[{\"type\":\"listItem\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"List 1\"}]}]},{\"type\":\"listItem\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"List 2\"}]}]},{\"type\":\"listItem\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"List 3\"}]}]},{\"type\":\"listItem\",\"content\":[{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"List 4\"}]}]}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Phasellus mollis dignissim purus, sit amet tincidunt neque ornare at. Sed quis libero sagittis, vestibulum lacus sed, commodo sem. Fusce eget nulla nec nulla mattis pretium. Pellentesque quis ligula id purus mattis maximus id a sem. Donec quam nisi, euismod et justo ac, dignissim tristique metus. Pellentesque sagittis bibendum justo eu ornare. Nullam volutpat risus tortor, in sagittis nibh dictum in. Integer lobortis leo non purus dictum, at commodo ipsum consequat. Aliquam maximus, neque at tempus sagittis, orci odio auctor ex, eu lacinia dolor dolor id ex.\"}]},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Nullam et odio purus. Quisque augue augue, ultrices congue mauris et, blandit pretium quam. Donec scelerisque consequat orci eget feugiat. Nullam tempus tristique ornare. Aenean ante urna, placerat non sem ac, ornare sodales diam. Ut eget hendrerit felis. Sed maximus purus at erat pharetra pulvinar. Aliquam laoreet nec nisl non euismod. Fusce quis dui sagittis, posuere felis et, malesuada elit. Aliquam id mi tempor, varius neque eu, finibus eros. Integer vel lectus sodales, sagittis nulla nec, mollis ipsum. Phasellus at mollis ex. Aenean eleifend tincidunt suscipit. Proin at felis lorem. Duis sed mauris ipsum. Phasellus placerat nunc vitae nisl semper porta.\"}]},{\"type\":\"image\",\"attrs\":{\"src\":\"https://staticfiles.gleap.io/ghelparticle/1zc4sqSmf9W1dZC6jiIOWvckqDNV4566CcyHVChZ89SWIS3PGrVkDGICUERlC7HzgblDUiobhN7.png\",\"alt\":null,\"title\":null}},{\"type\":\"paragraph\",\"content\":[{\"type\":\"text\",\"text\":\"Test\"}]},{\"type\":\"youtube\",\"attrs\":{\"src\":\"https://www.youtube.com/watch?v=2SjzqYLb-vk&ab_channel=TechSpurt\",\"start\":0,\"width\":640,\"height\":480}}]}},\"helpcenterCollection\":\"64d342822d3383d2a1973f50\",\"author\":\"613b5dc530aed737108f87a8\",\"id\":\"\",\"lexorank\":\"\",\"isDraft\":false}"},"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/helpcenter/collections/{{collectionId}}/articles","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","helpcenter","collections","{{collectionId}}","articles"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"21814656-ce19-4be5-a8de-2674b4abf2e2"},{"name":"Get help center collections","id":"07568a85-a53a-46a2-afd2-9652017ea8de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"YOUR_TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/helpcenter/collections?parentId={{parentId}}","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","helpcenter","collections"],"host":["dashapi","gleap","io"],"query":[{"key":"parentId","value":"{{parentId}}"}],"variable":[]}},"response":[],"_postman_id":"07568a85-a53a-46a2-afd2-9652017ea8de"},{"name":"Get help center articles","id":"35cca833-406c-437f-832f-dce4ab6d5e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"YOUR_TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/helpcenter/collections/{{collectionId}}/articles","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","helpcenter","collections","{{collectionId}}","articles"],"host":["dashapi","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"35cca833-406c-437f-832f-dce4ab6d5e74"},{"name":"Get help center article","id":"cb1a0b81-300f-44a5-86bf-547bd6968ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"YOUR_TOKEN"},"isInherited":false},"method":"GET","header":[],"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/helpcenter/collections/{{collectionId}}/articles/{{articleId}}","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","helpcenter","collections","{{collectionId}}","articles","{{articleId}}"],"host":["dashapi","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb1a0b81-300f-44a5-86bf-547bd6968ea9"},{"name":"Create session","id":"2c446532-e68a-4ada-b74f-65b7bb5aa4e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"project","value":"636008475c27bf00556c4834"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"lukas@test.com\",\n    \"name\": \"Test\",\n    \"userId\": \"id192834\"\n}"},"url":"https://api.gleap.io/v3/sessions","urlObject":{"protocol":"https","path":["v3","sessions"],"host":["api","gleap","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c446532-e68a-4ada-b74f-65b7bb5aa4e9"},{"name":"Create snippet","id":"62bf9396-62b2-41b1-a905-500d40b03f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"question\":\"Question or resource name\",\"answer\":\"Insert text data here...\",\"sourceLink\":\"https://www.google.com/\",\"sourceName\":\"Resource name\"}","options":{"raw":{"language":"json"}}},"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","qaanswers"],"host":["dashapi","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"863fe282-a8df-48ab-b8a5-55a8757ef838","name":"Create snippet","originalRequest":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true}],"body":{"mode":"raw","raw":"{\"question\":\"Question or resource name\",\"answer\":\"Insert text data here...\",\"sourceLink\":\"https://www.google.com/\",\"sourceName\":\"Resource name\"}","options":{"raw":{"language":"json"}}},"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"413"},{"key":"etag","value":"W/\"19d-Eg1KgdvwCq7qxXls2Lk+vXv4Lrs\""},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Sun, 11 Feb 2024 18:57:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"question\": \"Question or resource name\",\n    \"answer\": \"Insert text data here...\",\n    \"sourceName\": \"Resource name\",\n    \"sourceLink\": \"https://www.google.com/\",\n    \"acknowledged\": true,\n    \"skipped\": false,\n    \"type\": \"text\",\n    \"kaiSuggestion\": false,\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organization\": \"636008465c27bf00556c473d\",\n    \"createdAt\": \"2024-02-11T18:57:42.175Z\",\n    \"updatedAt\": \"2024-02-11T18:57:42.175Z\",\n    \"__v\": 0,\n    \"id\": \"65c918a6252eee51e78d2747\"\n}"}],"_postman_id":"62bf9396-62b2-41b1-a905-500d40b03f1b"},{"name":"Update snippet","id":"8f22a0e8-8234-4c4d-ab7f-ac3372e1874d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"question\":\"Question or resource name\",\"answer\":\"Insert text data here...\",\"sourceLink\":\"https://www.google.com/\",\"sourceName\":\"Resource name\"}","options":{"raw":{"language":"json"}}},"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers/65c918a6252eee51e78d2747","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","qaanswers","65c918a6252eee51e78d2747"],"host":["dashapi","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"5db2afba-b292-4271-b3f7-e264fd6f26ca","name":"Update snippet","originalRequest":{"method":"PUT","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true}],"body":{"mode":"raw","raw":"{\"question\":\"Question or resource name\",\"answer\":\"Insert text data here...\",\"sourceLink\":\"https://www.google.com/\",\"sourceName\":\"Resource name\"}","options":{"raw":{"language":"json"}}},"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers/65c918a6252eee51e78d2747"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"413"},{"key":"etag","value":"W/\"19d-oea53SKy/A6b6LAyl0tX3gw0euY\""},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Sun, 11 Feb 2024 18:58:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"question\": \"Question or resource name\",\n    \"answer\": \"Insert text data here...\",\n    \"sourceName\": \"Resource name\",\n    \"sourceLink\": \"https://www.google.com/\",\n    \"acknowledged\": true,\n    \"skipped\": false,\n    \"type\": \"text\",\n    \"kaiSuggestion\": false,\n    \"project\": \"636008475c27bf00556c4834\",\n    \"organization\": \"636008465c27bf00556c473d\",\n    \"createdAt\": \"2024-02-11T18:57:42.175Z\",\n    \"updatedAt\": \"2024-02-11T18:58:50.628Z\",\n    \"__v\": 0,\n    \"id\": \"65c918a6252eee51e78d2747\"\n}"}],"_postman_id":"8f22a0e8-8234-4c4d-ab7f-ac3372e1874d"},{"name":"Delete snippet","id":"ac69c37c-fa18-46cd-87ca-f78e36f2732d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"TOKEN"},"isInherited":false},"method":"DELETE","header":[],"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers/65c918a6252eee51e78d2747","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","qaanswers","65c918a6252eee51e78d2747"],"host":["dashapi","gleap","io"],"query":[],"variable":[]}},"response":[{"id":"ce6491eb-7613-4768-bcda-7015fdcffd69","name":"Delete snippet","originalRequest":{"method":"DELETE","header":[{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true}],"url":"https://dashapi.gleap.io/projects/636008475c27bf00556c4834/qaanswers/65c918a6252eee51e78d2747"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"2"},{"key":"etag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Sun, 11 Feb 2024 18:59:28 GMT"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ac69c37c-fa18-46cd-87ca-f78e36f2732d"},{"name":"Get survey responses","id":"f11e5521-7fa8-43f8-b709-d8f61a7e2cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleap.io/projects/636008475c27bf00556c4834/outbound/SURVEY_ID/responses?skip=0&limit=1000&filter={\"createdAt\":{\"$gte\":\"2023-07-12T16:42:49.980Z\",\"$lte\":\"2024-07-12T16:42:49.980Z\"}}&sort=-createdAt","urlObject":{"protocol":"https","path":["projects","636008475c27bf00556c4834","outbound","SURVEY_ID","responses"],"host":["api","gleap","io"],"query":[{"description":{"content":"<p>Items to skip for pagination</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Items to fetch at once</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Filter to break results down - for example by time range.</p>\n","type":"text/plain"},"key":"filter","value":"{\"createdAt\":{\"$gte\":\"2023-07-12T16:42:49.980Z\",\"$lte\":\"2024-07-12T16:42:49.980Z\"}}"},{"description":{"content":"<p>Filter property</p>\n","type":"text/plain"},"key":"sort","value":"-createdAt"}],"variable":[]}},"response":[],"_postman_id":"f11e5521-7fa8-43f8-b709-d8f61a7e2cb5"}],"event":[{"listen":"prerequest","script":{"id":"4a997fb2-768e-4c48-8397-d94c7107f329","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f47b40c1-6725-4c0f-a696-06ed9d37c339","type":"text/javascript","exec":[""]}}],"variable":[{"key":"AUTH_TOKEN","value":"YOUR_TOKEN"},{"key":"token","value":"TOKEN"},{"key":"project","value":"636008475c27bf00556c4834"},{"key":"projectId","value":"636008475c27bf00556c4834"},{"key":"shareToken","value":"pyES4pLvN0UiVJoj4UdipGtQZbViZz340kK0ZPgRLnIAj9fimghdQz8YbD5fxpnNlEfFEI"},{"key":"bugId","value":"63600882091c1800533d38e4"},{"key":"sessionId","value":"6360086fa3b7c1005262b1f3"},{"key":"organizationId","value":"613b5dc830aed737108f87a9"},{"key":"projectShareToken","value":"jEDepuJ7GoDjXeaZM8RjfuO4w0c8oI7t"},{"key":"ticketId","value":"64593b1818928737e05100ce"},{"key":"snippetId","value":"65c918a6252eee51e78d2747"},{"key":"Survey ID","value":"SURVEY_ID"}]}