{"info":{"_postman_id":"885d8fd0-ec4e-4517-8f8c-753407f0d3e9","name":"LIVINGLAB SCALES API SERVICES","description":"<html><head></head><body><h4 id=\"introduction\">INTRODUCTION</h4>\n<p>Welcome to the LivingLab Scale API documentation, your gateway to a powerful and versatile tool for creating and managing statistical scales. Our API offers a comprehensive range of endpoints that empower you to create, customize, and fine-tune scales - widely renowned for their statistical prowess. With these endpoints at your disposal, you can craft scales tailored precisely to your unique requirements and effortlessly collect responses in the form of numerical and textual data within a user-defined range.</p>\n<h4 id=\"api-versioning\"><strong>API VERSIONING</strong></h4>\n<p>The LivingLab Scales API is currently in version 3. As the API evolves and new features are introduced, we may release new versions to provide backward compatibility and allow for smoother transitions.</p>\n<h4 id=\"error-handling\"><strong>ERROR HANDLING</strong></h4>\n<p>We've made error handling an intuitive and user-friendly experience. When interacting with our API, standard HTTP status codes will be returned, accurately signaling the success or failure of your requests. In the event of an error, rest assured that you will receive an appropriate status code accompanied by a detailed and descriptive error message, making troubleshooting a breeze.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24860974","collectionId":"885d8fd0-ec4e-4517-8f8c-753407f0d3e9","publishedId":"2s9XxsVwUY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-28T12:22:20.000Z"},"item":[{"name":"CREATE A NEW SCALE","id":"cab2e9f4-bf54-4611-beda-f06e5ad90fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orientation\": \"horizontal\",\r\n    \"user\": \"yes\",\r\n    \"username\": \"<your-username>\",\r\n    \"scalecolor\": \"green\",\r\n    \"numberrating\": 10,\r\n    \"no_of_scales\": 100,\r\n    \"roundcolor\": \"yellow\",\r\n    \"fontcolor\": \"blue\",\r\n    \"fomat\": \"numbers\",\r\n    \"time\": 0,\r\n    \"template_name\": \"testing5350\",\r\n    \"name\": \"scale_label\",\r\n    \"text\": \"good+neutral+best\",\r\n    \"left\": \"good\",\r\n    \"right\": \"best\",\r\n    \"center\": \"neutral\",\r\n    \"scale-category\": \"nps scale\",\r\n    \"show_total_score\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://100035.pythonanywhere.com/api/scales/?scale_type=nps&type=settings&api_key=<your-api-key>","description":"<p>This API endpoint allows users to create and save custom scale settings. The endpoint accepts a POST request with the scale settings parameters in the request body. Few of which are:</p>\n<ul>\n<li><p><code>username</code> (required): The username of the user creating the custom scale.</p>\n</li>\n<li><p><code>left</code> (required): The left text of the custom scale.</p>\n</li>\n<li><p><code>right</code> (required): The right text of the custom scale.</p>\n</li>\n<li><p><code>time</code>: The duration of the scale in seconds. If not provided, the default value is 0.</p>\n</li>\n<li><p><code>spacing_unit</code> (required): The spacing unit of the scale. Must be an integer between 1 and 5 (inclusive).</p>\n</li>\n<li><p><code>scale_upper_limit</code> (required): The upper limit of the scale. Must be an integer between 0 and 10 (inclusive).</p>\n</li>\n<li><p><code>name</code> (required): The name of the custom scale.</p>\n</li>\n<li><p><code>fomat</code>: The format of the scale. Can be \"numbers\", \"emoji\", or \"image\". If not provided, the default value is \"numbers\".<br />  If the scale format is \"image\", the endpoint expects the image data to be encoded in base64 format and included as a string in the <code>image_label_format</code> dictionary.</p>\n</li>\n<li><p>The endpoint returns a JSON object with the following parameters</p>\n</li>\n<li><p><em><code>success</code><strong>**</strong>**__: A string indicating whether the insertion into the database was successful or not.</em></p>\n</li>\n<li><p><em><code>data</code><strong>**</strong>**__: A dictionary containing the scale settings that were saved to the database.</em></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","scales",""],"host":["100035","pythonanywhere","com"],"query":[{"key":"scale_type","value":"nps"},{"key":"type","value":"settings"},{"key":"api_key","value":"<your-api-key>"}],"variable":[]}},"response":[{"id":"148ed5c4-d41f-42e6-ba44-a0ddad6072cd","name":"create NPS scale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orientation\": \"horizontal\",\r\n    \"user\": \"yes\",\r\n    \"username\": \"<your-username>\",\r\n    \"scalecolor\": \"green\",\r\n    \"numberrating\": 10,\r\n    \"no_of_scales\": 100,\r\n    \"roundcolor\": \"yellow\",\r\n    \"fontcolor\": \"blue\",\r\n    \"fomat\": \"numbers\",\r\n    \"time\": 0,\r\n    \"template_name\": \"testing5350\",\r\n    \"name\": \"scale_label\",\r\n    \"text\": \"good+neutral+best\",\r\n    \"left\": \"good\",\r\n    \"right\": \"best\",\r\n    \"center\": \"neutral\",\r\n    \"scale-category\": \"nps scale\",\r\n    \"show_total_score\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=nps&type=settings&api_key=<your-api-key>","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"nps"},{"key":"type","value":"settings"},{"key":"api_key","value":"<your-api-key>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 10:23:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"618"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, GET, OPTIONS, PUT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"event_id\": \"FB10100000001698229404#4456978\",\n        \"settings\": {\n            \"user\": \"yes\",\n            \"orientation\": \"horizontal\",\n            \"scalecolor\": \"green\",\n            \"numberrating\": 10,\n            \"no_of_scales\": 100,\n            \"roundcolor\": \"yellow\",\n            \"fontcolor\": \"blue\",\n            \"fomat\": \"numbers\",\n            \"time\": 0,\n            \"image_label_format\": {},\n            \"fontstyle\": \"Arial, Helvetica, sans-serif\",\n            \"template_name\": \"scale_label9457\",\n            \"name\": \"scale_label\",\n            \"text\": \"good+neutral+best\",\n            \"left\": \"good\",\n            \"right\": \"best\",\n            \"custom_emoji_format\": {},\n            \"center\": \"neutral\",\n            \"allow_resp\": true,\n            \"scale_category\": \"nps scale\",\n            \"show_total_score\": \"true\",\n            \"date_created\": \"2023-10-25 10:23:24\"\n        },\n        \"scale_id\": \"6538ec9ccdcec19e6a23004c\"\n    }\n}"}],"_postman_id":"cab2e9f4-bf54-4611-beda-f06e5ad90fd1"},{"name":"PROVIDE RESPONSE TO A SCALE","id":"6d0d78b9-a969-426c-a6a3-c00654ae741d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"<your-user-name>\",\r\n    \"scale_id\" : \"6538ec9ccdcec19e6a23004c\",\r\n    \"score\": 5,\r\n    \"instance_id\": 3,\r\n    \"process_id\": \"101\",\r\n    \"brand_name\": \"my brand\",\r\n    \"product_name\": \"my product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://100035.pythonanywhere.com/api/scales/?scale_type=nps&type=response&api_key=<your-api-key>","urlObject":{"protocol":"https","path":["api","scales",""],"host":["100035","pythonanywhere","com"],"query":[{"key":"scale_type","value":"nps"},{"key":"type","value":"response"},{"key":"api_key","value":"<your-api-key>"}],"variable":[]}},"response":[{"id":"0de4ca2a-41dd-42a4-8d32-842fdd07428f","name":"Successful response submission","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"<your-user-name>\",\r\n    \"scale_id\" : \"6538ec9ccdcec19e6a23004c\",\r\n    \"score\": 5,\r\n    \"instance_id\": 3,\r\n    \"process_id\": \"101\",\r\n    \"brand_name\": \"my brand\",\r\n    \"product_name\": \"my product\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=nps&type=response&api_key=<your-api-key>","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"nps"},{"key":"type","value":"response"},{"key":"api_key","value":"<your-api-key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 10:27:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"payload\": {\n        \"username\": \"<your-user-name>\",\n        \"event_id\": \"FB10100000001698229624#9293578\",\n        \"scale_data\": {\n            \"scale_id\": \"6538ec9ccdcec19e6a23004c\",\n            \"scale_type\": \"nps scale\"\n        },\n        \"brand_data\": {\n            \"brand_name\": \"my brand\",\n            \"product_name\": \"my product\"\n        },\n        \"score\": {\n            \"instance_id\": \"3/100\",\n            \"scorescale_id\": 5,\n            \"category\": \"Detractor\"\n        },\n        \"date_created\": \"2023-10-25 10:27:05\",\n        \"process_id\": \"101\",\n        \"api_key\": \"3db9086b-527f-408b-9fea-ff552160bf40\",\n        \"inserted_id\": \"6538ed79e1f34adea381deb4\"\n    }\n}"}],"_postman_id":"6d0d78b9-a969-426c-a6a3-c00654ae741d"},{"name":"UPDATE A SCALE SETTING","id":"94d86a73-34fd-46e2-8a24-fa621cca2844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scale_id\":\"64b520ab08bd29b87edbc889\",\r\n    \"username\": \"HeenaK\",\r\n    \"orientation\": \"vertical\",\r\n    \"spacing_unit\": 4,\r\n    \"scale_upper_limit\": 10,\r\n    \"scalecolor\": \"#8f1e1e\",\r\n    \"roundcolor\": \"#938585\",\r\n    \"fontcolor\": \"#000000\",\r\n    \"fomat\": \"text\",\r\n    \"time\": \"60\",\r\n    \"name\": \"scalename\",\r\n    \"left\": \"very good\",\r\n    \"right\": \"very good\",\r\n    \"label_images\": {\"0\": \"imagefile\", \"1\": \"imagefile\", \"2\": \"imagefile\"},\r\n    \"fontstyle\": \"Arial, Helvetica, sans-serif\",\r\n    \"custom_emoji_format\": {\"0\": \"😎\", \"1\": \"🤓\", \"2\": \"😊\"}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://100035.pythonanywhere.com/api/scales/?scale_type=stapel&type=settings&api_key=<your-api-key>","urlObject":{"protocol":"https","path":["api","scales",""],"host":["100035","pythonanywhere","com"],"query":[{"key":"scale_type","value":"stapel"},{"key":"type","value":"settings"},{"key":"api_key","value":"<your-api-key>"}],"variable":[]}},"response":[{"id":"16a4043d-9ba5-422a-a52b-3325c015f61b","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scale_id\":\"64b520ab08bd29b87edbc889\",\r\n    \"username\": \"<your-username>\",\r\n    \"orientation\": \"vertical\",\r\n    \"spacing_unit\": 4,\r\n    \"scale_upper_limit\": 10,\r\n    \"scalecolor\": \"#8f1e1e\",\r\n    \"roundcolor\": \"#938585\",\r\n    \"fontcolor\": \"#000000\",\r\n    \"fomat\": \"text\",\r\n    \"time\": \"60\",\r\n    \"name\": \"scalename\",\r\n    \"left\": \"very good\",\r\n    \"right\": \"very good\",\r\n    \"label_images\": {\"0\": \"imagefile\", \"1\": \"imagefile\", \"2\": \"imagefile\"},\r\n    \"fontstyle\": \"Arial, Helvetica, sans-serif\",\r\n    \"custom_emoji_format\": {\"0\": \"😎\", \"1\": \"🤓\", \"2\": \"😊\"}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=stapel&type=settings&api_key=<your-api-key>","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"stapel"},{"key":"type","value":"settings"},{"key":"api_key","value":"<your-api-key>","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jul 2023 13:22:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"PUT, POST, OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Successful Updated \",\n    \"data\": {\n        \"settings\": {\n            \"orientation\": \"vertical\",\n            \"scale_upper_limit\": 10,\n            \"scale_lower_limit\": -10,\n            \"scalecolor\": \"#8f1e1e\",\n            \"spacing_unit\": 4,\n            \"no_of_scales\": 1,\n            \"roundcolor\": \"#938585\",\n            \"fontcolor\": \"#000000\",\n            \"fomat\": \"text\",\n            \"time\": \"60\",\n            \"template_name\": \"scalename9624\",\n            \"name\": \"scalename\",\n            \"text\": \"very good+very good\",\n            \"left\": \"very good\",\n            \"right\": \"very good\",\n            \"scale\": [\n                -8,\n                -4,\n                4,\n                8\n            ],\n            \"scale-category\": \"stapel scale\",\n            \"date_updated\": \"2023-07-17 13:22:57\"\n        }\n    }\n}"}],"_postman_id":"94d86a73-34fd-46e2-8a24-fa621cca2844"},{"name":"RETRIVE DATA FOR SCALE - FETCH ONE","id":"09746d41-31c8-4b46-a31a-a010b76b3265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://100035.pythonanywhere.com/api/scales/?scale_id=651c018c289d43c15c02788e&type=response&api_key=3db9086b-527f-408b-9fea-ff552160bf40","urlObject":{"protocol":"https","path":["api","scales",""],"host":["100035","pythonanywhere","com"],"query":[{"key":"scale_id","value":"651c018c289d43c15c02788e"},{"key":"type","value":"response"},{"key":"api_key","value":"3db9086b-527f-408b-9fea-ff552160bf40"}],"variable":[]}},"response":[{"id":"ec92de3f-d2e6-4eb8-ae88-5d884466dc6f","name":"Settings Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=stapel&type=settings&api_key=<your-api-key>&scale_id=<scale-id>","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"stapel"},{"key":"type","value":"settings"},{"key":"api_key","value":"<your-api-key>"},{"key":"scale_id","value":"<scale-id>","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jul 2023 13:25:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"PUT, POST, OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isSuccess\": true,\n        \"data\": [\n            {\n                \"_id\": \"64b520ab08bd29b87edbc889\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"vertical\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 4,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"text\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename9624\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -8,\n                        -4,\n                        4,\n                        8\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-07-17 13:22:57\"\n                }\n            }\n        ]\n    }\n}"},{"id":"de655866-2645-4768-8393-115bcf873250","name":"Response Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\":\"35c91095-05d0-4aa7-8ca0-35044754c81c\",\r\n    \"scale_id\": \"64c10b289620aba743b4fd02\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=stapel&type=response&api_key=<your-api-key>&scale_id=<scale-id>","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"stapel"},{"key":"type","value":"response"},{"key":"api_key","value":"<your-api-key>","type":"text"},{"key":"scale_id","value":"<scale-id>","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jul 2023 12:03:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isSuccess\": true,\n        \"data\": [\n            {\n                \"_id\": \"64c10b49d96fb47cefee19fe\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"scale_data\": {\n                    \"scale_id\": \"64c10b289620aba743b4fd02\",\n                    \"scale_type\": \"stapel scale\"\n                },\n                \"brand_data\": {\n                    \"brand_name\": \"my brand\",\n                    \"product_name\": \"my prouct\"\n                },\n                \"score\": [\n                    {\n                        \"instance_id\": \"2/5\",\n                        \"score\": 4\n                    }\n                ]\n            },\n            {\n                \"_id\": \"64c10b5dfbeb4ba283bc651b\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"scale_data\": {\n                    \"scale_id\": \"64c10b289620aba743b4fd02\",\n                    \"scale_type\": \"stapel scale\"\n                },\n                \"brand_data\": {\n                    \"brand_name\": \"my brand\",\n                    \"product_name\": \"my product\"\n                },\n                \"score\": [\n                    {\n                        \"instance_id\": \"3/5\",\n                        \"score\": -4\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"09746d41-31c8-4b46-a31a-a010b76b3265"},{"name":"RETRIVE DATA FOR ALL SCALES - FETCH ALL","id":"12feb928-d47f-4907-9139-a72d42b40eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"\r\n","options":{"raw":{"language":"json"}}},"url":"https://100035.pythonanywhere.com/api/scales/?scale_type=nps&type=response&api_key=<your-api-key>","urlObject":{"protocol":"https","path":["api","scales",""],"host":["100035","pythonanywhere","com"],"query":[{"key":"scale_type","value":"nps"},{"key":"type","value":"response"},{"key":"api_key","value":"<your-api-key>"}],"variable":[]}},"response":[{"id":"5ad4154f-9485-432a-b50c-c9433f6fd2af","name":"Settings Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\":\"35c91095-05d0-4aa7-8ca0-35044754c81c\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://100035.pythonanywhere.com/api/scales/?scale_type=stapel&type=settings","protocol":"https","host":["100035","pythonanywhere","com"],"path":["api","scales",""],"query":[{"key":"scale_type","value":"stapel"},{"key":"type","value":"settings"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jul 2023 13:30:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"PUT, POST, OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"PythonAnywhere"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isSuccess\": true,\n        \"data\": [\n            {\n                \"_id\": \"63a76143755ae14e588fad58\",\n                \"event_id\": \"FB1010000000167191378951958773\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#ca1616\",\n                    \"roundcolor\": \"#4155ec\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"0\",\n                    \"template_name\": \"TestTime6798\",\n                    \"name\": \"TestTime\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"13\"\n                }\n            },\n            {\n                \"_id\": \"63a76606755ae14e588faddd\",\n                \"event_id\": \"FB1010000000167191500856390314\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#c84141\",\n                    \"roundcolor\": \"#5ae0f2\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting136\",\n                    \"name\": \"TestSetting\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"14\"\n                }\n            },\n            {\n                \"_id\": \"63a7669271cb37d87e8fa5a3\",\n                \"event_id\": \"FB1010000000167191514854994192\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#c84141\",\n                    \"roundcolor\": \"#5ae0f2\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting6557\",\n                    \"name\": \"TestSetting\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"14\"\n                }\n            },\n            {\n                \"_id\": \"63a766b7755ae14e588fadff\",\n                \"event_id\": \"FB1010000000167191518555747151\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#7a2e2e\",\n                    \"roundcolor\": \"#ba9308\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"Testing2335\",\n                    \"name\": \"Testing\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"4\"\n                }\n            },\n            {\n                \"_id\": \"63a76e7a755ae14e588fae80\",\n                \"event_id\": \"FB1010000000167191717157426038\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#b00707\",\n                    \"roundcolor\": \"#227f81\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting28888\",\n                    \"name\": \"TestSetting2\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"13\"\n                }\n            },\n            {\n                \"_id\": \"63a7711e755ae14e588faec4\",\n                \"event_id\": \"FB1010000000167191784855904012\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#9c2b2b\",\n                    \"roundcolor\": \"#222981\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestTime21116\",\n                    \"name\": \"TestTime2\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"12\"\n                }\n            },\n            {\n                \"_id\": \"63a772cb755ae14e588faee9\",\n                \"event_id\": \"FB1010000000167191827659319897\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#aa1818\",\n                    \"roundcolor\": \"#158613\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting26672\",\n                    \"name\": \"TestSetting2\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"4\"\n                }\n            },\n            {\n                \"_id\": \"63a7733071cb37d87e8fa603\",\n                \"event_id\": \"FB1010000000001671918377576354\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#451111\",\n                    \"roundcolor\": \"#438a42\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting38588\",\n                    \"name\": \"TestSetting3\",\n                    \"text\": \"lLeft+Rightm\",\n                    \"left\": \"lLeft\",\n                    \"right\": \"Rightm\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"4\"\n                }\n            },\n            {\n                \"_id\": \"63a7747c755ae14e588faf2c\",\n                \"event_id\": \"FB1010000000167191870751548986\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 8,\n                    \"scale_lower_limit\": -8,\n                    \"scalecolor\": \"#be3737\",\n                    \"roundcolor\": \"#410101\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting1010\",\n                    \"name\": \"TestSetting\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"3\"\n                }\n            },\n            {\n                \"_id\": \"63a775cc755ae14e588faf53\",\n                \"event_id\": \"FB1010000000167191904558896723\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 7,\n                    \"scale_lower_limit\": -7,\n                    \"scalecolor\": \"#571919\",\n                    \"roundcolor\": \"#20450d\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting8835\",\n                    \"name\": \"TestSetting\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"4\"\n                }\n            },\n            {\n                \"_id\": \"63a77699755ae14e588faf87\",\n                \"event_id\": \"FB1010000000167191925053938043\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8e0b0b\",\n                    \"roundcolor\": \"#a5a720\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting26061\",\n                    \"name\": \"TestSetting2\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"5\"\n                }\n            },\n            {\n                \"_id\": \"63a776ee755ae14e588fafa6\",\n                \"event_id\": \"FB1010000000167191933650099869\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#d12929\",\n                    \"roundcolor\": \"#5dfb23\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"\",\n                    \"template_name\": \"TestSetting9195\",\n                    \"name\": \"TestSetting\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"3\"\n                }\n            },\n            {\n                \"_id\": \"63a777a7755ae14e588fafe2\",\n                \"event_id\": \"FB1010000000016719195215487599\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#c10606\",\n                    \"roundcolor\": \"#804747\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"0\",\n                    \"template_name\": \"TestSetting25360\",\n                    \"name\": \"TestSetting2\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"3\"\n                }\n            },\n            {\n                \"_id\": \"63aacdc731f7d7aa091c7c1d\",\n                \"event_id\": \"FB1010000000167213817556742024\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#d33636\",\n                    \"roundcolor\": \"#fbf4f4\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"5000\",\n                    \"template_name\": \"test4199\",\n                    \"name\": \"test\",\n                    \"text\": \"No+Yes\",\n                    \"left\": \"No\",\n                    \"right\": \"Yes\",\n                    \"scale\": [\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"5\"\n                }\n            },\n            {\n                \"_id\": \"63aad49831f7d7aa091c7f08\",\n                \"event_id\": \"FB1010000000016721399225646038\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#f5f5f5\",\n                    \"roundcolor\": \"#2840b8\",\n                    \"fontcolor\": \"#f8f6f6\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"5000\",\n                    \"template_name\": \"test_heena4696\",\n                    \"name\": \"test_heena\",\n                    \"text\": \"Sad+Happy\",\n                    \"left\": \"Sad\",\n                    \"right\": \"Happy\",\n                    \"scale\": [\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"10\"\n                }\n            },\n            {\n                \"_id\": \"63aad5a731f7d7aa091c7f45\",\n                \"event_id\": \"FB1010000000167214019359862976\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#caee68\",\n                    \"roundcolor\": \"#2b65ee\",\n                    \"fontcolor\": \"#f2f2f2\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"5000\",\n                    \"template_name\": \"TESTSCALE7664\",\n                    \"name\": \"TEST SCALE\",\n                    \"text\": \"Strongly disagree+Strongly agree\",\n                    \"left\": \"Strongly disagree\",\n                    \"right\": \"Strongly agree\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"5\"\n                }\n            },\n            {\n                \"_id\": \"63ac1da44ffaedfa4469b824\",\n                \"event_id\": \"FB1010000000167222415858275216\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#738edd\",\n                    \"roundcolor\": \"#c7f93e\",\n                    \"fontcolor\": \"#322a2a\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"2000\",\n                    \"template_name\": \"TESTSCALE1497\",\n                    \"name\": \"TEST SCALE\",\n                    \"text\": \"Disagree+Agree\",\n                    \"left\": \"Disagree\",\n                    \"right\": \"Agree\",\n                    \"scale\": [\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"5\"\n                }\n            },\n            {\n                \"_id\": \"63ac1e2503b7b9f3df69b077\",\n                \"event_id\": \"FB1010000000167222428351477163\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#7981f1\",\n                    \"roundcolor\": \"#d2f358\",\n                    \"fontcolor\": \"#292828\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"2000\",\n                    \"template_name\": \"TEST116\",\n                    \"name\": \"TEST\",\n                    \"text\": \"Disagree+Agree\",\n                    \"left\": \"Disagree\",\n                    \"right\": \"Agree\",\n                    \"scale\": [\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"3\"\n                }\n            },\n            {\n                \"_id\": \"63ae908353bd3b33296ee24f\",\n                \"event_id\": \"FB1010000000167238463351381254\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#dd2222\",\n                    \"roundcolor\": \"#3a570f\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"TestingHundred3718\",\n                    \"name\": \"TestingHundred\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"100\"\n                }\n            },\n            {\n                \"_id\": \"63c940f5acfc37d45ffac0b2\",\n                \"event_id\": \"FB1010000000167413374352703824\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": \"10\",\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"pink\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"Stapel7357\",\n                    \"name\": \"Stapel\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 7\n                }\n            },\n            {\n                \"_id\": \"63c943d2acfc37d45ffac0fc\",\n                \"event_id\": \"FB1010000000167413447558396015\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 7,\n                    \"scale_lower_limit\": -7,\n                    \"scalecolor\": \"pink\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"Stapel4729\",\n                    \"name\": \"Stapel\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -6,\n                        -3,\n                        3,\n                        6\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 7\n                }\n            },\n            {\n                \"_id\": \"63e2a999f76a7041ef707b55\",\n                \"event_id\": \"FB1010000000167579893159393768\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 7,\n                    \"scale_lower_limit\": -7,\n                    \"scalecolor\": \"pink\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"Stapel8454\",\n                    \"name\": \"Stapel\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -6,\n                        -3,\n                        3,\n                        6\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 7\n                }\n            },\n            {\n                \"_id\": \"63f5114bbfefc8f7e5d5d617\",\n                \"event_id\": \"FB1010000000001677005122541379\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#ed2602\",\n                    \"spacing_unit\": \"3\",\n                    \"no_of_scales\": \"1\",\n                    \"roundcolor\": \"#d51010\",\n                    \"fontcolor\": \"#35a80b\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"template_name\": \"StapelApi\",\n                    \"name\": \"StapelApi\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-06-29 09:09:36\",\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😎\"\n                    }\n                }\n            },\n            {\n                \"_id\": \"63fcf9097fa19033a3bde76c\",\n                \"event_id\": \"FB1010000000167752320350854518\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"gray\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"StapelApi4964\",\n                    \"name\": \"StapelApi\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-02-27 18:40:08\"\n                }\n            },\n            {\n                \"_id\": \"63fd0325edfa62a9e1bce4fd\",\n                \"event_id\": \"FB1010000000167752579059812825\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"green\",\n                    \"spacing_unit\": 2,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"time\": 0,\n                    \"template_name\": \"hello6967\",\n                    \"name\": \"hello\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-02-27 19:28:31\"\n                }\n            },\n            {\n                \"_id\": \"63fd03920500e1a3a8bce4a1\",\n                \"event_id\": \"FB1010000000167752589951310296\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"green\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"test6539\",\n                    \"name\": \"test\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-02-27 19:25:05\"\n                }\n            },\n            {\n                \"_id\": \"63fd069e0500e1a3a8bce595\",\n                \"event_id\": \"FB1010000000167752667856673121\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"green\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"test1389\",\n                    \"name\": \"test\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-02-27 19:38:05\"\n                }\n            },\n            {\n                \"_id\": \"63fe4c59edfa62a9e1bd0f96\",\n                \"event_id\": \"FB1010000000167761006757699811\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": \"10\",\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#ff5733\",\n                    \"spacing_unit\": \"5\",\n                    \"fomat\": \"numbers\",\n                    \"no_of_scales\": \"18\",\n                    \"roundcolor\": \"#ff5733\",\n                    \"fontcolor\": \"#ff5733\",\n                    \"time\": \"120\",\n                    \"template_name\": \"test\",\n                    \"name\": \"test\",\n                    \"text\": \"Blue+Red\",\n                    \"left\": \"Blue\",\n                    \"right\": \"Red\",\n                    \"scale\": [\n                        -10,\n                        -5,\n                        5,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-03-01 18:56:00\"\n                }\n            },\n            {\n                \"_id\": \"641daf270791b6a50be97162\",\n                \"event_id\": \"FB1010000000016796669785063097\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"green\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"StapelApiReports9889\",\n                    \"name\": \"StapelApiReports\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-03-24 14:09:43\",\n                    \"allow_resp\": true,\n                    \"instances\": [\n                        {\n                            \"document1\": \"http://127.0.0.1:8000/stapel/stapel-scale1/StapelApiReports9889?brand_name=your_brand&product_name=document/1\"\n                        }\n                    ]\n                }\n            },\n            {\n                \"_id\": \"641daf856614d3f108d0b176\",\n                \"event_id\": \"FB1010000000167966707157307372\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"green\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"StapelApiReports3758\",\n                    \"name\": \"StapelApiReports\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-03-24 14:11:17\"\n                }\n            },\n            {\n                \"_id\": \"641db8c20791b6a50be97209\",\n                \"event_id\": \"FB1010000000000167966943750503\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"green\",\n                    \"roundcolor\": \"red\",\n                    \"fontcolor\": \"blue\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"StapelReports3927\",\n                    \"name\": \"StapelReports\",\n                    \"text\": \"good+best\",\n                    \"left\": \"good\",\n                    \"right\": \"best\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-03-24 14:50:42\",\n                    \"allow_resp\": true,\n                    \"instances\": [\n                        {\n                            \"document1\": \"http://127.0.0.1:8000/stapel/stapel-scale1/StapelReports3927?brand_name=your_brand&product_name=document/1\"\n                        }\n                    ]\n                }\n            },\n            {\n                \"_id\": \"64819ec4877796b0a7eadbcd\",\n                \"event_id\": \"FB1010000000168621638355868165\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#c80909\",\n                    \"roundcolor\": \"#000000\",\n                    \"fontcolor\": \"#ffffff\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"scale13596\",\n                    \"name\": \"scale1\",\n                    \"text\": \"unsatisfactory+satisfactory\",\n                    \"left\": \"unsatisfactory\",\n                    \"right\": \"satisfactory\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"6486ee5b874a00acb02506ed\",\n                \"event_id\": \"FB1010000000016865644375624426\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename7764\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-12 11:07:22\"\n                }\n            },\n            {\n                \"_id\": \"6486f137d2c3a28a0170d204\",\n                \"event_id\": \"FB1010000000016865651705172666\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename2132\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-12 10:19:35\"\n                }\n            },\n            {\n                \"_id\": \"6486f19b0f292bd8839f0083\",\n                \"event_id\": \"FB1010000000168656527050706837\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename148\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-12 11:21:15\"\n                }\n            },\n            {\n                \"_id\": \"6486f24599931cad638e888d\",\n                \"event_id\": \"FB1010000000016865654395968247\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 3,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"160\",\n                    \"template_name\": \"scalename3559\",\n                    \"name\": \"scalename\",\n                    \"text\": \"good+good\",\n                    \"left\": \"good\",\n                    \"right\": \"good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-06-21 12:46:32\",\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😎\"\n                    }\n                }\n            },\n            {\n                \"_id\": \"64899c190d4d6ccff1a7b7e7\",\n                \"event_id\": \"FB1010000000168673998058209984\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename4606\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 10:53:12\"\n                }\n            },\n            {\n                \"_id\": \"64899ca9641ce0ad5b866366\",\n                \"event_id\": \"FB1010000000016867401145622919\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename9436\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 10:55:36\"\n                }\n            },\n            {\n                \"_id\": \"64899d7a0d4d6ccff1a7b80b\",\n                \"event_id\": \"FB1010000000168674034050003982\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename2405\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 10:59:06\"\n                }\n            },\n            {\n                \"_id\": \"64899dc1641ce0ad5b866387\",\n                \"event_id\": \"FB1010000000168674041054377494\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename2789\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 11:00:16\"\n                }\n            },\n            {\n                \"_id\": \"6489a524641ce0ad5b866425\",\n                \"event_id\": \"FB1010000000168674229650121222\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 3,\n                    \"fomat\": \"numbers\",\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename8238\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-06-14 13:18:22\"\n                }\n            },\n            {\n                \"_id\": \"6489a70b641ce0ad5b86644a\",\n                \"event_id\": \"FB1010000000168674278653663049\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename8248\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 11:39:55\"\n                }\n            },\n            {\n                \"_id\": \"6489a85831c1e75b801d117c\",\n                \"event_id\": \"{\\\"is_success\\\":true,\\\"event_id\\\":\\\"FB1010000000000000000000003004\\\",\\\"inserted_id\\\":\\\"6489a8545ade4b5cf7d9ff07\\\"}\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename1321\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 11:45:28\"\n                }\n            },\n            {\n                \"_id\": \"6489a9bc641ce0ad5b866491\",\n                \"event_id\": \"{\\\"is_success\\\":true,\\\"event_id\\\":\\\"FB1010000000000000000000003004\\\",\\\"inserted_id\\\":\\\"6489a9b86bbe33158206d965\\\"}\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename5678\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": [\n                        \"no_of_scales\"\n                    ],\n                    \"date_created\": \"2023-06-14 11:51:23\"\n                }\n            },\n            {\n                \"_id\": \"6489aa550d4d6ccff1a7b89e\",\n                \"event_id\": \"{\\\"is_success\\\":true,\\\"event_id\\\":\\\"FB1010000000000000000000003004\\\",\\\"inserted_id\\\":\\\"6489aa51641ce0ad5b866495\\\"}\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename650\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 0,\n                    \"date_created\": \"2023-06-14 11:53:56\"\n                }\n            },\n            {\n                \"_id\": \"6489aa70c68436c88fdce2e5\",\n                \"event_id\": \"{\\\"is_success\\\":true,\\\"event_id\\\":\\\"FB1010000000000000000000003004\\\",\\\"inserted_id\\\":\\\"6489aa6c45e25ca0a169129c\\\"}\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename7431\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-14 11:54:23\"\n                }\n            },\n            {\n                \"_id\": \"6490001e72cde874798ba50f\",\n                \"event_id\": \"FB1010000000168715880552060554\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename2837\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:13:32\"\n                }\n            },\n            {\n                \"_id\": \"649003b7e821a890c35806c5\",\n                \"event_id\": \"FB1010000000016871597275267437\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename5969\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:28:54\"\n                }\n            },\n            {\n                \"_id\": \"64900a0292228ed5e1f55a7e\",\n                \"event_id\": \"FB1010000000168716134051031497\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename2380\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:55:45\"\n                }\n            },\n            {\n                \"_id\": \"64900a30e821a890c35806f2\",\n                \"event_id\": \"FB1010000000168716138555614834\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"😃\",\n                        \"2\": \"😄\"\n                    },\n                    \"template_name\": \"scalename6117\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:56:30\"\n                }\n            },\n            {\n                \"_id\": \"64900a754457e488654d8090\",\n                \"event_id\": \"FB1010000000168716145552460582\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"😃\",\n                        \"2\": \"😄\"\n                    },\n                    \"template_name\": \"scalename7197\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:57:40\"\n                }\n            },\n            {\n                \"_id\": \"64900ab2aa87c9148790a04b\",\n                \"event_id\": \"FB1010000000016871615165869862\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😊\"\n                    },\n                    \"template_name\": \"scalename9179\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 10:58:42\"\n                }\n            },\n            {\n                \"_id\": \"64908280aa87c9148790a8ee\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😊\"\n                    },\n                    \"template_name\": \"scalename8899\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-19 16:29:52\"\n                }\n            },\n            {\n                \"_id\": \"649166a9707df36fd2696fe5\",\n                \"event_id\": \"FB1010000000168725059558067732\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename7625\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-20 09:43:20\"\n                }\n            },\n            {\n                \"_id\": \"649d46b52fb7f6ddf0caf391\",\n                \"event_id\": \"FB1010000000001688028847551445\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😊\"\n                    },\n                    \"template_name\": \"scalename9900\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-06-29 11:54:12\"\n                }\n            },\n            {\n                \"_id\": \"649e9f5e1948c30dfa5df702\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"vertical\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 2,\n                    \"scale_lower_limit\": -2,\n                    \"scalecolor\": \"#34495e\",\n                    \"roundcolor\": \"#ffffff\",\n                    \"fontcolor\": \"#bdc3c7\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"2\",\n                    \"template_name\": \"howgoodisthecustomerexperience?5685\",\n                    \"name\": \"how good is the customer experience?\",\n                    \"text\": \"bad+good\",\n                    \"left\": \"bad\",\n                    \"right\": \"good\",\n                    \"scale\": [\n                        -2,\n                        -1,\n                        1,\n                        2\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"10\"\n                }\n            },\n            {\n                \"_id\": \"64a4168b5e2d01ce12bae5da\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#000000\",\n                    \"roundcolor\": \"#b04a4a\",\n                    \"fontcolor\": \"#2a6f6a\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"Stapel136\",\n                    \"name\": \"Stapel\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"3\"\n                }\n            },\n            {\n                \"_id\": \"64a51a1003f0cf3f024f94ab\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#af1d1d\",\n                    \"roundcolor\": \"#3044a6\",\n                    \"fontcolor\": \"#a54a4a\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"Stapel7178\",\n                    \"name\": \"Stapel \",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"6\"\n                }\n            },\n            {\n                \"_id\": \"64a51a5f67b48035bf578539\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#981b1b\",\n                    \"roundcolor\": \"#1ce9ab\",\n                    \"fontcolor\": \"#2a30ea\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"Stapel7161\",\n                    \"name\": \"Stapel\",\n                    \"text\": \"Left+Right\",\n                    \"left\": \"Left\",\n                    \"right\": \"Right\",\n                    \"scale\": [\n                        -10,\n                        -8,\n                        -6,\n                        -4,\n                        -2,\n                        2,\n                        4,\n                        6,\n                        8,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64a524c47fa83d906f091af6\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 6,\n                    \"scale_lower_limit\": -6,\n                    \"scalecolor\": \"#26c9df\",\n                    \"roundcolor\": \"#1fe52d\",\n                    \"fontcolor\": \"#9c29d1\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"Scale34360\",\n                    \"name\": \"Scale 3\",\n                    \"text\": \"bad+Good\",\n                    \"left\": \"bad\",\n                    \"right\": \"Good\",\n                    \"scale\": [\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64a55d0f67b48035bf57869e\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 3,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename3736\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-07-05 15:15:53\",\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😎\"\n                    }\n                }\n            },\n            {\n                \"_id\": \"64a561ec46d3853dfd1fb68a\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😊\"\n                    },\n                    \"template_name\": \"scalename9146\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 12:28:27\"\n                }\n            },\n            {\n                \"_id\": \"64a584dc0870dacf46e8cdba\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename3586\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 14:57:31\"\n                }\n            },\n            {\n                \"_id\": \"64a584f67fa83d906f091f67\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {\n                        \"0\": \"😀\",\n                        \"1\": \"😃\",\n                        \"2\": \"😄\"\n                    },\n                    \"template_name\": \"scalename8686\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 14:57:58\"\n                }\n            },\n            {\n                \"_id\": \"64a585a67fa83d906f091f6b\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 3,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"number\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename2264\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-07-05 15:01:25\"\n                }\n            },\n            {\n                \"_id\": \"64a585e07fa83d906f091f70\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"number\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename7495\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 15:01:52\"\n                }\n            },\n            {\n                \"_id\": \"64a588373f9ee44b913e51c2\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"number\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename4095\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 15:11:51\"\n                }\n            },\n            {\n                \"_id\": \"64a589520870dacf46e8cdca\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"text\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename2089\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-05 15:16:34\"\n                }\n            },\n            {\n                \"_id\": \"64a6c097f7e4e416e4413c43\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 5,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"emoji\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename2578\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -10,\n                        -5,\n                        5,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-07-06 13:25:22\",\n                    \"custom_emoji_format\": {\n                        \"0\": \"😎\",\n                        \"1\": \"🤓\",\n                        \"2\": \"😎\"\n                    }\n                }\n            },\n            {\n                \"_id\": \"64a948317df547ab0fefc5d0\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 2,\n                    \"scale_lower_limit\": -2,\n                    \"scalecolor\": \"#000000\",\n                    \"roundcolor\": \"#000000\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"sdas907\",\n                    \"name\": \"sdas\",\n                    \"text\": \"sda+asdf\",\n                    \"left\": \"sda\",\n                    \"right\": \"asdf\",\n                    \"scale\": [],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64a9485d7df547ab0fefc5d8\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 2,\n                    \"scale_lower_limit\": -2,\n                    \"scalecolor\": \"#d91212\",\n                    \"roundcolor\": \"#fffafa\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"MuhammadAnas5309\",\n                    \"name\": \"Muhammad Anas\",\n                    \"text\": \"zx+as\",\n                    \"left\": \"zx\",\n                    \"right\": \"as\",\n                    \"scale\": [],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"2\"\n                }\n            },\n            {\n                \"_id\": \"64a948947df547ab0fefc5dd\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 2,\n                    \"scale_lower_limit\": -2,\n                    \"scalecolor\": \"#0006b3\",\n                    \"roundcolor\": \"#fffafa\",\n                    \"fontcolor\": \"#fb0909\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"MuhammadAnass870\",\n                    \"name\": \"Muhammad Anass\",\n                    \"text\": \"zxs+asd\",\n                    \"left\": \"zxs\",\n                    \"right\": \"asd\",\n                    \"scale\": [],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64a948d77df547ab0fefc5e3\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 2,\n                    \"scale_lower_limit\": -2,\n                    \"scalecolor\": \"#0006b3\",\n                    \"roundcolor\": \"#000000\",\n                    \"fontcolor\": \"#fb0909\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"MuhammadAnass8560\",\n                    \"name\": \"Muhammad Anass\",\n                    \"text\": \"zxsx+asdx\",\n                    \"left\": \"zxsx\",\n                    \"right\": \"asdx\",\n                    \"scale\": [],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64a949117df547ab0fefc5ea\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 5,\n                    \"scale_upper_limit\": 3,\n                    \"scale_lower_limit\": -3,\n                    \"scalecolor\": \"#0006b3\",\n                    \"roundcolor\": \"#000000\",\n                    \"fontcolor\": \"#fb0909\",\n                    \"fomat\": \"numbers\",\n                    \"time\": \"x\",\n                    \"template_name\": \"MuhammadAnasss4830\",\n                    \"name\": \"Muhammad Anasss\",\n                    \"text\": \"zxsxx+asdxx\",\n                    \"left\": \"zxsxx\",\n                    \"right\": \"asdxx\",\n                    \"scale\": [],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64abb2d97df547ab0fefcd58\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#fa0505\",\n                    \"roundcolor\": \"#fafafa\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"dghdgh9444\",\n                    \"name\": \"dghdgh\",\n                    \"text\": \"left+right\",\n                    \"left\": \"left\",\n                    \"right\": \"right\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64abb3037df547ab0fefcd5d\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#fa0505\",\n                    \"roundcolor\": \"#fafafa\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"dghdgh5535\",\n                    \"name\": \"dghdgh\",\n                    \"text\": \"left1+right2\",\n                    \"left\": \"left1\",\n                    \"right\": \"right2\",\n                    \"scale\": [\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64abccb643879dc0a5d428d6\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#fa0505\",\n                    \"roundcolor\": \"#fafafa\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"dghdgh544\",\n                    \"name\": \"dghdgh\",\n                    \"text\": \"left12+right22\",\n                    \"left\": \"left12\",\n                    \"right\": \"right22\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64ac577da2b01ee6d773ef38\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 2,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#df2020\",\n                    \"roundcolor\": \"#eee2e2\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"aaaa2220\",\n                    \"name\": \"aaaa\",\n                    \"text\": \"aa+sss\",\n                    \"left\": \"aa\",\n                    \"right\": \"sss\",\n                    \"scale\": [\n                        -4,\n                        -2,\n                        2,\n                        4\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64ac57a5a2b01ee6d773ef3b\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 5,\n                    \"scale_lower_limit\": -5,\n                    \"scalecolor\": \"#df2020\",\n                    \"roundcolor\": \"#eee2e2\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"aaaa3296\",\n                    \"name\": \"aaaa\",\n                    \"text\": \"aaa+ccc\",\n                    \"left\": \"aaa\",\n                    \"right\": \"ccc\",\n                    \"scale\": [\n                        -3,\n                        3\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64ad0450a2b01ee6d773f3bc\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 1,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#f90606\",\n                    \"roundcolor\": \"#fdf7f7\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"numbers\",\n                    \"time\": 0,\n                    \"template_name\": \"aaa6831\",\n                    \"name\": \"aaa\",\n                    \"text\": \"left+ttttt\",\n                    \"left\": \"left\",\n                    \"right\": \"ttttt\",\n                    \"scale\": [\n                        -10,\n                        -9,\n                        -8,\n                        -7,\n                        -6,\n                        -5,\n                        -4,\n                        -3,\n                        -2,\n                        -1,\n                        1,\n                        2,\n                        3,\n                        4,\n                        5,\n                        6,\n                        7,\n                        8,\n                        9,\n                        10\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": \"1\"\n                }\n            },\n            {\n                \"_id\": \"64ae6c9b4bffbf89653fe70d\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"number\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename1063\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very bad+very good\",\n                    \"left\": \"very bad\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-12 09:04:26\"\n                }\n            },\n            {\n                \"_id\": \"64b00e92ca748aee9003c501\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"horizontal\",\n                    \"spacing_unit\": 3,\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"text\",\n                    \"time\": \"60\",\n                    \"image_label_format\": {},\n                    \"custom_emoji_format\": {},\n                    \"template_name\": \"scalename3564\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -9,\n                        -6,\n                        -3,\n                        3,\n                        6,\n                        9\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"no_of_scales\": 1,\n                    \"date_created\": \"2023-07-13 14:47:46\"\n                }\n            },\n            {\n                \"_id\": \"64b520ab08bd29b87edbc889\",\n                \"event_id\": \"FB1010000000000000000000003004\",\n                \"settings\": {\n                    \"orientation\": \"vertical\",\n                    \"scale_upper_limit\": 10,\n                    \"scale_lower_limit\": -10,\n                    \"scalecolor\": \"#8f1e1e\",\n                    \"spacing_unit\": 4,\n                    \"no_of_scales\": 1,\n                    \"roundcolor\": \"#938585\",\n                    \"fontcolor\": \"#000000\",\n                    \"fomat\": \"text\",\n                    \"time\": \"60\",\n                    \"template_name\": \"scalename9624\",\n                    \"name\": \"scalename\",\n                    \"text\": \"very good+very good\",\n                    \"left\": \"very good\",\n                    \"right\": \"very good\",\n                    \"scale\": [\n                        -8,\n                        -4,\n                        4,\n                        8\n                    ],\n                    \"scale-category\": \"stapel scale\",\n                    \"date_updated\": \"2023-07-17 13:22:57\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"12feb928-d47f-4907-9139-a72d42b40eab"}]}