{"info":{"_postman_id":"4689b7bf-e24d-41a9-b588-781013232144","name":"Linken Sphere API","description":"<html><head></head><body><p>Start Local client API works with the <strong>running application only</strong></p>\n<p>Server port is set in app <strong>Preferences</strong><br>(Open LS2 App -&gt; Preferences -&gt; Api port)</p>\n<img src=\"https://content.pstmn.io/e11a8640-9594-498e-ad26-325ae50f8033/aW1hZ2UucG5n\" width=\"376\" height=\"79\">\n\n<p>Without set port server will <strong>not work</strong></p>\n<p>Endpoints actual for LS 2 v 2.0.0 or later</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32398185","collectionId":"4689b7bf-e24d-41a9-b588-781013232144","publishedId":"2s9YsRd9cC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-01T09:14:24.000Z"},"item":[{"name":"Auth","item":[{"name":"Sign In","id":"404d641b-6570-44af-aac7-39fba1cdc9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"best_email@gmail.com\",\n    \"password\": \"best_password\",\n    \"autologin\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/auth/signin","description":"<p>Sing in account</p>\n<p><code>\"email\"</code> - user email (required)</p>\n<p><code>\"password\"</code> - user password (required)</p>\n<p><code>\"autologin\"</code> - boolean value to enable autologin or not (default value false)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","signin"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e81d48e7-888a-4e8e-a3ee-a7c5ecfbd88c","name":"Sign In","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"best_email@gmail.com\",\n    \"password\": \"best_password\",\n    \"autologin\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"36"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:24:45 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Signed in successfully\"}"}],"_postman_id":"404d641b-6570-44af-aac7-39fba1cdc9e8"},{"name":"Sign out","id":"5e75c4e7-7401-4d83-a28e-0d51f159f724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/signout","description":"<p>Sign out account</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","signout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b3938168-69f3-4fb5-9bef-b4fb0c30e894","name":"Sign out","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/signout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 24 Apr 2024 12:26:18 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5e75c4e7-7401-4d83-a28e-0d51f159f724"}],"id":"0b10a5f8-01fb-4185-ab74-473b95170378","_postman_id":"0b10a5f8-01fb-4185-ab74-473b95170378","description":""},{"name":"Sessions","item":[{"name":"Get Sessions","id":"b3137e7b-5c23-4c93-89e7-9fa980d13f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"stopped\",\n    \"proxy_info\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions","description":"<p>Get sessions on active desktop</p>\n<p><code>\"proxy_info\"</code> - filter to display session connection type (optional, default value false)</p>\n<p><code>\"status\"</code> - filter for sessions by status (optional)</p>\n<p>session status values: [\"running\", \"stopped\", \"imported\", \"warmup\", \"automationRunning\"]</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"73749caa-659c-491d-be48-d69fbd69d7c1","name":"Get Sessions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"377"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 18 ???? 2024 16:01:16 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"facebook\",\"proxy\":{\"protocol\":\"free proxy\"},\"status\":\"stopped\",\"uuid\":\"5d947121-b932-4065-81cc-72922e6e54df\"},{\"name\":\"ls.app\",\"proxy\":{\"protocol\":\"tor\"},\"status\":\"stopped\",\"uuid\":\"d14f6bf6-a077-4652-8074-cd12525492ee\"},{\"name\":\"gmail\",\"proxy\":{\"ip\":\"166.88.169.93\",\"port\":\"6700\",\"protocol\":\"socks5\"},\"status\":\"stopped\",\"uuid\":\"e36f9e5f-72f8-400e-886b-e538bb8f5e36\"}]"}],"_postman_id":"b3137e7b-5c23-4c93-89e7-9fa980d13f05"},{"name":"Session information","id":"58a9ce06-6b5c-493b-b077-70a226c77f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/sessions/:uuid","description":"<p>Get session information</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions",":uuid"],"host":["127","0","0","1"],"query":[],"variable":[{"type":"any","value":"e92a1595-ab74-43e2-948f-cc76c4cc1158","key":"uuid"}]}},"response":[{"id":"6f9b66c7-36b6-4e60-9398-e89337279cda","name":"Session information","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:40080/sessions/:uuid","protocol":"http","host":["127","0","0","1"],"port":"40080","path":["sessions",":uuid"],"variable":[{"key":"uuid","value":"e92a1595-ab74-43e2-948f-cc76c4cc1158","description":"session uuid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"573"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Mon, 05 Aug 2024 12:44:37 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"device\":{\"browser_version\":\"143.0.7499.110\",\"cpu\":\"12\",\"mode\":\"common\",\"noises\":{\"audio\":\"direct\",\"canvas\":\"direct\",\"clientRects\":\"fake\",\"doNotTrack\":\"direct\",\"mediaDevices\":\"fake\",\"webgl\":\"fake\",\"webglNoise\":\"fake\",\"webgpu\":\"fake\"},\"os\":\"windows\",\"os_version\":\"10\",\"ram\":\"8\",\"screen\":\"1920x1080\",\"type\":\"desktop\",\"webgl\":\"AMD, Radeon RX 9070\"},\"name\":\"Desktop preset 30912\",\"proxy\":{\"connection\":{\"protocol\":\"socks5\"},\"geolocation\":\"US (United States)\",\"language\":\"en-US\",\"publicIp\":\"154.6.83.43\",\"timezone\":\"America/Chicago: -0500\"},\"status\":\"stopped\",\"webrtc\":{\"state\":true,\"value\":\"adaptive\"}}"}],"_postman_id":"58a9ce06-6b5c-493b-b077-70a226c77f07"},{"name":"Create Quick Sessions","id":"41623c77-98a9-4736-a07b-e15ec1f2864f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"count\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/create_quick","description":"<p>Create quick sessions on active desktop</p>\n<p><code>\"count\"</code> - number of sessions to create (optional, default value 1)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","create_quick"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a3a9b0d2-df93-40c2-9fce-5cb50c6d2275","name":"Create Quick Sessions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"count\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/create_quick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"229"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:40:28 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Default provider 4\",\n        \"uuid\": \"19bb5764-98a3-4ee1-bff8-5306e434493d\"\n    },\n    {\n        \"name\": \"Default provider 5\",\n        \"uuid\": \"e210a2b1-7590-4119-a378-9fdcc9f5ad22\"\n    },\n    {\n        \"name\": \"Default provider 6\",\n        \"uuid\": \"441b073d-dcff-4764-b197-e95d7aba6e84\"\n    }\n]"}],"_postman_id":"41623c77-98a9-4736-a07b-e15ec1f2864f"},{"name":"Start Session","id":"fd9238f9-cf3c-4fa5-99eb-eb3c863c1ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"6ff101ad-2b4c-40a8-b383-06942038f12e\",\n    \"headless\": false,\n    \"debug_port\": 8867,\n    \"disable_images\": false,\n    \"chromium_args\": \"--blink-settings=imagesEnabled=false\",\n    \"referrer_values\": [{\"url\":\"https://fv.pro\", \"replace\":\"https://ls.app\"}]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start","description":"<p>Start session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"headless\"</code> - boolean value of window mode (optional, default value false)</p>\n<p><code>\"debug_port\"</code> - integer value of port to debug (optional)</p>\n<p><code>\"disable_images\"</code> - boolean value of disable images (optional)</p>\n<p><code>\"chromium_args\"</code> - string argument list (optional)</p>\n<p><code>\"referrer_values\"</code> - array of objects (optional)</p>\n<p>Note: <code>debug_port</code> may change if it is busy. The changed <code>debug_port</code> is returned in the response</p>\n<p>In <code>referrer_values</code>, <code>url</code> field means the url you are visiting, and <code>replace</code> is the value with which the referrer field is replaced (must be with http or https), if it is not present when visiting this site.</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","start"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"384290af-c7bb-44ff-872f-02321e91b534","name":"Start Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\",\n    \"headless\": false,\n    \"debug_port\": 12345\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"66"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:40:55 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"debug_port\": 12345,\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}"}],"_postman_id":"fd9238f9-cf3c-4fa5-99eb-eb3c863c1ea4"},{"name":"Set Session Name","id":"a17bb85f-ef24-4610-b3bf-675ff06fb6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"580479c6-11fd-4efd-9624-451eee616bb6\",\n    \"name\": \"new session name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_name","description":"<p>Set name of session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"name\"</code> - new session name (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","set_name"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"d01c13b3-20a3-4e77-92de-7bfb77889087","name":"Set Session Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"580479c6-11fd-4efd-9624-451eee616bb6\",\n    \"name\": \"new session name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 11 Apr 2024 09:38:19 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a17bb85f-ef24-4610-b3bf-675ff06fb6e7"},{"name":"Set Connection","id":"e7ffc166-b749-4e10-9e43-d79dff8f7c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"da3a1bd7-8d6d-4fd6-bf26-35caba867479\",\n    \"type\": \"socks5\",\n    \"ip\": \"184.174.126.36\",\n    \"port\": 6328,\n    \"login\": \"klcavmnn\",\n    \"password\": \"zxu5oz7nvgw0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/connection","description":"<p>Set connection of session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"type\"</code> - connection type (required)</p>\n<p>possible types are: \"notSet\", \"socks5\", \"http\", \"ssh\", \"liveSocks5\", \"liveHttp\", \"direct\", \"tor\", \"localhost\", \"freeProxy\".</p>\n<p><code>\"ip\"</code> - connection ip (partly required, see Note)</p>\n<p><code>\"port\"</code> - connection port (partly required, see Note)</p>\n<p><code>\"login\"</code> - login (optional)</p>\n<p><code>\"password\"</code> - password (optional)</p>\n<p>Note: Connection will be changed on session relaunch. Field <code>\"ip\"</code> required for types: \"socks5\", \"http\", \"ssh\", \"liveSocks5\", \"liveHttp\". Field <code>\"port\"</code> - required for types: \"socks5\", \"http\", \"ssh\", \"liveSocks5\", \"liveHttp\" and \"localhost\"</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","connection"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"d82b373e-577f-41e1-ad91-a4587b316bcb","name":"Set Session Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"19bb5764-98a3-4ee1-bff8-5306e434493d\",\n    \"type\": \"socks5\",\n    \"ip\": \"184.174.126.36\",\n    \"port\": 6328,\n    \"login\": \"klcavmnn\",\n    \"password\": \"zxu5oz7nvgw0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/connection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 19 Jan 2024 14:00:24 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"19bb5764-98a3-4ee1-bff8-5306e434493d\"}"}],"_postman_id":"e7ffc166-b749-4e10-9e43-d79dff8f7c78"},{"name":"Check Connection","id":"a3b1f331-5337-4bf8-ad4f-290efe8027f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"09d0bd07-fdf8-4989-8075-dc7a31e50099\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/check_proxy","description":"<p>Check session connection</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","check_proxy"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"0fd35d9d-296b-4a31-b6fd-417d65ed644f","name":"Check Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"09d0bd07-fdf8-4989-8075-dc7a31e50099\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/check_proxy"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"66"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 04 ???? 2024 14:13:24 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"result\":\"Success\",\"uuid\":\"09d0bd07-fdf8-4989-8075-dc7a31e50099\"}"}],"_postman_id":"a3b1f331-5337-4bf8-ad4f-290efe8027f0"},{"name":"Set Geo","id":"997ceb26-fd28-428b-857d-e529b23afba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"ea1f3931-5cb1-45b7-9332-7d957464924c\",\n    \"timezone\": \"Europe/Jersey\",\n    \"language\": \"de,en-US;q=0.9\",\n    \"latitude\": 80.5,\n    \"longitude\": 18\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/geo","description":"<p>Set session geo</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"timezone\"</code> - timezone (optional)</p>\n<p><code>\"language\"</code> - languages (optional)</p>\n<p><code>\"latitude\"</code> - latitude (optional)</p>\n<p><code>\"longitude\"</code> - longitude (optional)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","geo"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e2a17488-76f9-4496-b531-0b890e78bf4d","name":"Set Geo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"910bd99a-f460-4a72-9195-a22c2397683a\",\n    \"timezone\": \"Europe/Jersey\",\n    \"language\": \"de,en-US;q=0.9\",\n    \"latitude\": 80.5,\n    \"longitude\": 18\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/geo"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.1.0"},{"key":"Date","value":"Fri, 17 May 2024 11:28:01 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"ea1f3931-5cb1-45b7-9332-7d957464924c\"}"}],"_postman_id":"997ceb26-fd28-428b-857d-e529b23afba1"},{"name":"Set Useragent","id":"547b07e5-951a-445e-933d-afe7b096416b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"910bd99a-f460-4a72-9195-a22c2397683a\",\n    \"useragent\" : \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_useragent","description":"<p>Set session useragent</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"useragent\"</code> - useragent(required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","set_useragent"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"53cc7566-c1bf-47fe-8e5a-901d340793c2","name":"Set Useragent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"910bd99a-f460-4a72-9195-a22c2397683a\",\n    \"useragent\" : \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_useragent"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.1.0"},{"key":"Date","value":"Fri, 17 May 2024 11:28:01 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"910bd99a-f460-4a72-9195-a22c2397683a\"}"}],"_postman_id":"547b07e5-951a-445e-933d-afe7b096416b"},{"name":"Import Cookies","id":"fd03b529-d217-4963-8970-7ab0c0b82f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"99c4508e-820f-4733-b1b8-632c978879b6\",\n    \"file_path\": \"/Users/usr/Desktop/cook.txt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies","description":"<p>Import cookies in session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"file_path\"</code> or <code>\"json\"</code> - path to file with cookies or raw cookies (required one of them)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","import_cookies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ee3dd403-f72b-4430-a25a-1091a97b03bf","name":"Import Cookies(file)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"99c4508e-820f-4733-b1b8-632c978879b6\",\n    \"file_path\": \"/Users/usr/Desktop/cook.txt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 23 Jan 2024 15:49:11 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"99c4508e-820f-4733-b1b8-632c978879b6\"}"},{"id":"80476060-164a-43b3-bbc3-9d5c15c0a3b1","name":"Import Cookies(raw)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"5661e1d5-87dd-4521-97b5-a6d302295edf\",\n    \"json\": [{\"url\":\"https://accounts.google.com/\",\"domain\":\"accounts.google.com\",\"name\":\"ACCOUNT_CHOOSER\",\"value\":\"AFx_qI6YfA7DTQcIj_jJbeQx0h-qjnt25RoxOdtTp-LlKsmZxdBnOHmrAqt_XDS-IueJwBNhuInRNSYS63TgE8Chh-oakHbDW9wDYu7guvq0DREXou9bbrQW-_dAU_gyGNL2_m_Pl_VA89Y4gO52yXf2v5VNh_Qq9g\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.347119},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"OSID\",\"value\":\"ZgghQT3fcLfZAmaCHHJ2_2HxAR0RYb3SSQv80Pb7SalfoaKWfjzVdPjQtpwrJbfVPSqueA.\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.4294238},{\"url\":\"https://accounts.google.com/\",\"domain\":\"accounts.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032319},{\"url\":\"https://contacts.google.com/\",\"domain\":\"contacts.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032328},{\"url\":\"https://ogs.google.com/\",\"domain\":\"ogs.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032330},{\"url\":\"http://google.com/\",\"domain\":\".google.com\",\"name\":\"SEARCH_SAMESITE\",\"value\":\"CgQI-JgB\",\"hostOnly\":false,\"path\":\"/\",\"secure\":false,\"sameSite\":\"strict\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1706992325.8228984},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GML\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"lax\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9325058},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GMN\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9324472},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GMS\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"strict\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9324923},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Secure-OSID\",\"value\":\"ZgghQT3fcLfZAmaCHHJ2_2HxAR0RYb3SSQv80Pb7SalfoaKWMq1hTuZ0NJmfIAgCeIS4hQ.\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.4294806},{\"url\":\"https://myaccount.google.com/\",\"domain\":\"myaccount.google.com\",\"name\":\"OTZ\",\"value\":\"7158701_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694418082},{\"url\":\"https://www.google.com/\",\"domain\":\"www.google.com\",\"name\":\"OTZ\",\"value\":\"7158701_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694418088},{\"url\":\"https://google.com.ua/\",\"domain\":\".google.com.ua\",\"name\":\"NID\",\"value\":\"511=oVdC0B3tWVxPtOQaK44vyfik2VhaI3Kg5wC8-OiovjTgq_UWCdtclEZWokTnZRPyY-HuAHwoxO7mlcchWAhCLr4K3pCKDeG0jKKw3ZsjBIpgruvt8Qi695IP0hJgC7tHesrzpUEqDTfFl1v_hKrnaR-kO4XSQtarBMAKxECubCGqFV3HwMTm8abyIJm7VUvqhvwbLBHAJw\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1707251524.9681737},{\"url\":\"https://wasd.tv/\",\"domain\":\".wasd.tv\",\"name\":\"_ym_d\",\"value\":\"1692106495\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642495},{\"url\":\"https://wasd.tv/\",\"domain\":\".wasd.tv\",\"name\":\"_ym_uid\",\"value\":\"1692106495600987871\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642495},{\"url\":\"http://mc.yandex.ru/\",\"domain\":\"mc.yandex.ru\",\"name\":\"bh\",\"value\":\"EkEiR29vZ2xlIENocm9tZSI7dj0iMTEzIiwgIkNocm9taXVtIjt2PSIxMTMiLCAiTm90LUEuQnJhbmQiO3Y9IjI0IioCPzA6CSJXaW5kb3dzIg==\",\"hostOnly\":true,\"path\":\"/\",\"secure\":false,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642494.9314551}]\n}\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"uuid\":\"5661e1d5-87dd-4521-97b5-a6d302295edf\"}"}],"_postman_id":"fd03b529-d217-4963-8970-7ab0c0b82f39"},{"name":"Export Cookies","id":"351fdaef-fd76-4835-9e9d-19f64e17d334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuids\": [\"99c4508e-820f-4733-b1b8-632c978879b6\"],\r\n    \"folder_path\": \"/Users/usr/Desktop/\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/export_cookies","description":"<p>Export session cookie in folder</p>\n<p><code>\"uuid\"</code> - array of uuids (required)</p>\n<p><code>\"folder_path\"</code> - path to folder for exporting cookies (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","export_cookies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"4540620d-8029-4b3e-8ff9-8149f0fb799c","name":"Export Cookies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuids\": [\"99c4508e-820f-4733-b1b8-632c978879b6\"],\r\n    \"folder_path\": \"/Users/usr/Desktop/\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/export_cookies"},"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"319","description":"An entity header indicating the size of the entity-body, in bytes."},{"key":"Server","value":"Crow/1.0","description":"Contains information about how the server handles requests."},{"key":"Date","value":"Thu, 19 Dec 2024 16:10:05 GMT","description":"A general header containing the date and time the message was sent."},{"key":"Connection","value":"Keep-Alive","description":""}],"cookie":[],"responseTime":null,"body":"[{\"cookie_path\":\"/Users/usr/Desktop/Desktop preset 1_19-12-2024 (2).txt\",\"uuid\":\"99c4508e-820f-4733-b1b8-632c978879b6\"}]"}],"_postman_id":"351fdaef-fd76-4835-9e9d-19f64e17d334"},{"name":"Start Warmup","id":"7089cc75-768e-4dff-aacc-f5ef3f7a5b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"baad2961-c54c-4f57-9f0f-914aee75ad30\",\n    \"url_count\": 1,\n    \"time_per_url\": 3,\n    \"urls\": [\"https://google.com/\", \"https://www.youtube.com/\", \"https://en.wikipedia.org/\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start_warmup","description":"<p>Start session warm up</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n<p><code>\"url_count\"</code> - integer number of urls from default list (this option works if custom urls not specified) (optional, default value 7)</p>\n<p><code>\"time_per_url\"</code> - integer value in seconds for time staying on url (optional, default value 3)</p>\n<p><code>\"view_depth\"</code> - integer value of depth (optional, default value 3)</p>\n<p><code>\"urls\"</code> - array of custom urls to warmup (optional)</p>\n<p>Note: <code>\"url_count\"</code> used only if <code>\"urls\"</code> not specified</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","start_warmup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a03bb74c-d479-410e-8de7-0e1d09f14386","name":"Start Warmup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"baad2961-c54c-4f57-9f0f-914aee75ad30\",\n    \"url_count\": 1,\n    \"time_per_url\": 3,\n    \"urls\": [\"https://google.com/\", \"https://www.youtube.com/\", \"https://en.wikipedia.org/\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start_warmup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:37:49 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"baad2961-c54c-4f57-9f0f-914aee75ad30\"}"}],"_postman_id":"7089cc75-768e-4dff-aacc-f5ef3f7a5b18"},{"name":"Stop Session","id":"6816d5db-0497-418e-9cca-9601237b2a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/stop","description":"<p>Stop session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","stop"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ba345a6e-0a50-4800-833f-478de7238390","name":"Stop Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/stop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:41:32 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}"}],"_postman_id":"6816d5db-0497-418e-9cca-9601237b2a83"},{"name":"Force Stop Session","id":"38467d5c-46e7-429e-8a68-3aec4746662c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/force_stop","description":"<p>Force stop session</p>\n<p><code>\"uuid\"</code> - session uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","force_stop"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3f453f10-fd7f-47ab-8a20-6a25c690c961","name":"Force Stop Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"f5c6e095-bc25-498d-a2d8-3370cdc96f47\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/force_stop"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 27 ???? 2024 10:36:25 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"f5c6e095-bc25-498d-a2d8-3370cdc96f47\"}"}],"_postman_id":"38467d5c-46e7-429e-8a68-3aec4746662c"},{"name":"Unlock blocked sessions","id":"5de15e89-04f4-4dae-91b8-6c6f56ab802c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/desktops/unlock_stopped_sessions","description":"<p>Unlock blocked sessions</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops","unlock_stopped_sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"193ba6a2-2568-419c-bf53-29371634eb4d","name":"Unlock blocked sessions","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/desktops/unlock_stopped_sessions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"8577"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 27 Sep 2024 10:04:08 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"isLocked\":\"false\",\"uuid\":\"01b7748e-9f75-4949-ab4a-5131444c776f\"},{\"isLocked\":\"false\",\"uuid\":\"037c9232-85d9-4f1f-8306-0d821a590687\"},{\"isLocked\":\"false\",\"uuid\":\"04bbd993-1e6b-4791-989e-f4ccbd39a291\"},{\"isLocked\":\"false\",\"uuid\":\"04be4507-eace-4ac1-90f0-ba78bb8233c0\"},{\"isLocked\":\"false\",\"uuid\":\"060d4692-6972-41e5-a7d6-9a6e89a63b38\"},{\"isLocked\":\"false\",\"uuid\":\"06d8ea19-9c3b-405a-88dc-b32e7864cf4e\"},{\"isLocked\":\"false\",\"uuid\":\"079148ed-2c9a-4ef4-b64c-1bd1bee8b3db\"},{\"isLocked\":\"false\",\"uuid\":\"091dafc0-9405-4fb8-8e63-f5e490cc4379\"},{\"isLocked\":\"false\",\"uuid\":\"0a702470-c3e3-4078-8fde-27f4f23af8b7\"},{\"isLocked\":\"false\",\"uuid\":\"0dfc1925-18e7-4b41-a524-3df9f4794bd7\"},{\"isLocked\":\"false\",\"uuid\":\"0f703d0d-f828-4a79-97cb-ec23d07931e3\"},{\"isLocked\":\"false\",\"uuid\":\"153c8ded-36b0-4c2b-a8ae-a6d2480528ac\"},{\"isLocked\":\"false\",\"uuid\":\"15d0e57d-b932-46c5-8eba-3615a9470765\"},{\"isLocked\":\"false\",\"uuid\":\"225191bf-c1c1-496f-8e9c-edd1c6dc5e60\"},{\"isLocked\":\"false\",\"uuid\":\"22a7fc5d-34db-4f3b-9a08-3ef7e96cb774\"},{\"isLocked\":\"false\",\"uuid\":\"23b4f011-4f59-436a-b87a-204272b22bfa\"},{\"isLocked\":\"false\",\"uuid\":\"2417a897-2bc7-4901-ac06-a25c68491048\"},{\"isLocked\":\"false\",\"uuid\":\"25233b7e-0d68-4932-9719-b0474aaafc57\"},{\"isLocked\":\"false\",\"uuid\":\"262786b9-3e9c-4d46-bb41-19589eb9c023\"},{\"isLocked\":\"false\",\"uuid\":\"27338dab-dbaa-490d-8a5c-a2f8dbf6c19a\"},{\"isLocked\":\"false\",\"uuid\":\"274ab00c-446c-463a-ba6c-029e51d04eff\"},{\"isLocked\":\"false\",\"uuid\":\"2764ccae-4edf-4860-a15e-232e701ff1fc\"},{\"isLocked\":\"false\",\"uuid\":\"2a413054-dd81-4341-b5bc-b1f26337f620\"},{\"isLocked\":\"false\",\"uuid\":\"2b3f0920-c735-4fbc-8ce1-12c51cfbacfa\"},{\"isLocked\":\"false\",\"uuid\":\"2c0c9fb3-09b5-4bb1-b447-f3f88c317072\"},{\"isLocked\":\"false\",\"uuid\":\"3163704a-ab25-4525-b8d9-a935a9df4a7d\"},{\"isLocked\":\"false\",\"uuid\":\"31cbabd2-63e9-408b-b23d-e05b5c86d423\"},{\"isLocked\":\"false\",\"uuid\":\"31d6e284-577f-497c-b263-53c08ec2cfac\"},{\"isLocked\":\"false\",\"uuid\":\"32766f0c-0d49-4a34-8445-7c44fda0d7c0\"},{\"isLocked\":\"false\",\"uuid\":\"3353fe00-ee1c-40a9-8687-8abd5e3f11e2\"},{\"isLocked\":\"false\",\"uuid\":\"3527ef12-b370-4b5e-9829-e6d9a58bbb2e\"},{\"isLocked\":\"false\",\"uuid\":\"3ec283b8-ea39-4a2d-8b0e-36b7c076155f\"},{\"isLocked\":\"false\",\"uuid\":\"408bf890-0462-4485-8a40-10c7c8ba7540\"},{\"isLocked\":\"false\",\"uuid\":\"42e57bd3-0780-44b8-b055-10e046359f09\"},{\"isLocked\":\"false\",\"uuid\":\"44b4fb38-4c65-45ab-bded-d55c93857e36\"},{\"isLocked\":\"false\",\"uuid\":\"4569bfd0-46e7-4f00-b16e-e9f73af5af66\"},{\"isLocked\":\"false\",\"uuid\":\"4575e4ea-edc2-49d9-8540-614409d7fb28\"},{\"isLocked\":\"false\",\"uuid\":\"47c9b999-759e-47fa-9f92-e7a118d38568\"},{\"isLocked\":\"false\",\"uuid\":\"49cf1075-c542-4f1d-8040-a7e456e31aa5\"},{\"isLocked\":\"false\",\"uuid\":\"4aad7d58-412d-42be-8cf9-7da539b898d2\"},{\"isLocked\":\"false\",\"uuid\":\"4dc1647e-9360-4899-be20-3af6a14e9021\"},{\"isLocked\":\"false\",\"uuid\":\"4de9f633-7181-4c3f-b88b-ecee6c7cd5e7\"},{\"isLocked\":\"false\",\"uuid\":\"4ebb2f3d-8df3-45e3-9145-4aa5b919b1d8\"},{\"isLocked\":\"false\",\"uuid\":\"4f186f7e-9795-48fa-848a-087fbc659643\"},{\"isLocked\":\"false\",\"uuid\":\"51795f55-b8cf-445a-872e-5b8ec82e26fa\"},{\"isLocked\":\"false\",\"uuid\":\"5325020d-7c7c-4dd7-8a74-44c05c1efebe\"},{\"isLocked\":\"false\",\"uuid\":\"53c214d5-c7ad-47f7-8035-b997250a5325\"},{\"isLocked\":\"false\",\"uuid\":\"53df2a59-7234-4939-bb70-5a0388e64e50\"},{\"isLocked\":\"false\",\"uuid\":\"5485468a-7d39-4be3-9b12-069d51dbb5f5\"},{\"isLocked\":\"false\",\"uuid\":\"54d3cb74-bb7f-44d4-b1d6-381a00bac116\"},{\"isLocked\":\"false\",\"uuid\":\"5632984c-9b3f-4bca-9758-8291f6807ecc\"},{\"isLocked\":\"false\",\"uuid\":\"5682db91-1cb7-4a4c-931c-458ec0006d67\"},{\"isLocked\":\"false\",\"uuid\":\"5703065e-af97-40e0-9766-ed16d3aebdb5\"},{\"isLocked\":\"false\",\"uuid\":\"570a0be8-2d98-4a4c-ba33-18da68e2e9e0\"},{\"isLocked\":\"false\",\"uuid\":\"595f25fc-e6e3-4af7-a8b6-1c2c79008379\"},{\"isLocked\":\"false\",\"uuid\":\"5ef5c6db-d0d8-4630-a3d6-b24533967868\"},{\"isLocked\":\"false\",\"uuid\":\"5f7b7f91-2a5a-41ae-81d3-9e5201362be7\"},{\"isLocked\":\"false\",\"uuid\":\"6017e0bb-ac9a-47f9-90fc-38590b69ca75\"},{\"isLocked\":\"false\",\"uuid\":\"609c1113-62c2-4edb-9ee6-6f8572730b4e\"},{\"isLocked\":\"false\",\"uuid\":\"610e9799-1592-47b4-a7ff-4b7cff04a7b4\"},{\"isLocked\":\"false\",\"uuid\":\"61a05da2-a053-46cd-ab3a-e54592d5357d\"},{\"isLocked\":\"false\",\"uuid\":\"6cf92651-5bc2-46c7-81da-9cdaf4f39af3\"},{\"isLocked\":\"false\",\"uuid\":\"7380ef75-1002-4388-a8d1-0f13141769de\"},{\"isLocked\":\"false\",\"uuid\":\"75001bfe-2379-4f9f-8d7a-8906ed289fda\"},{\"isLocked\":\"false\",\"uuid\":\"76ca1e42-0938-4212-ae3e-5b513f180db6\"},{\"isLocked\":\"false\",\"uuid\":\"78e4db0b-e9aa-4a40-a73d-3813e4895cbc\"},{\"isLocked\":\"false\",\"uuid\":\"79349d9c-0482-47f7-b216-f3c301aa934e\"},{\"isLocked\":\"false\",\"uuid\":\"7b2508a1-e312-43b8-8158-c5cb60fdf756\"},{\"isLocked\":\"false\",\"uuid\":\"7c8b8e43-5395-431a-88f3-694fa0fd5738\"},{\"isLocked\":\"false\",\"uuid\":\"8492a4b4-e17a-4429-be53-7c4cbf6bd232\"},{\"isLocked\":\"false\",\"uuid\":\"869cac92-d289-41fe-9e68-2baa3c674c8f\"},{\"isLocked\":\"false\",\"uuid\":\"8e13365e-bd8e-4cbd-b184-f48b62b6fa1d\"},{\"isLocked\":\"false\",\"uuid\":\"919ac07d-771b-4b19-9e63-3b3ce5999acc\"},{\"isLocked\":\"false\",\"uuid\":\"93543ee9-4f7c-4a59-abf0-c4ddd9798c78\"},{\"isLocked\":\"false\",\"uuid\":\"988fc5fd-d366-4a37-b118-edb64d6fefd1\"},{\"isLocked\":\"false\",\"uuid\":\"98ddec78-cd5d-454a-a865-dd3b4003c02f\"},{\"isLocked\":\"false\",\"uuid\":\"9ab3d685-e78d-425d-bcfc-213dfd045d77\"},{\"isLocked\":\"false\",\"uuid\":\"9bc5a010-cabd-4761-8041-e2cc61532b29\"},{\"isLocked\":\"false\",\"uuid\":\"9d69014b-edd2-4129-b4fa-c07be1320153\"},{\"isLocked\":\"false\",\"uuid\":\"9e8bfe3e-ff49-4954-90cf-310cf02fb66c\"},{\"isLocked\":\"false\",\"uuid\":\"9f3b68be-5d1c-4286-9bb5-bf32739e06c9\"},{\"isLocked\":\"false\",\"uuid\":\"9f65f1fb-6e4a-4309-8388-56e2ef895ee5\"},{\"isLocked\":\"false\",\"uuid\":\"a0e7f330-b189-4298-814f-6ea8b359ede2\"},{\"isLocked\":\"false\",\"uuid\":\"a1c6686a-97b1-43b2-b1ad-ccd89cd5a5f8\"},{\"isLocked\":\"false\",\"uuid\":\"a2f54737-05cf-436b-ba5f-d1baa34dfe8c\"},{\"isLocked\":\"false\",\"uuid\":\"abb0fca4-723f-4ea0-9f18-14c094b7d6a0\"},{\"isLocked\":\"false\",\"uuid\":\"abfd1c0d-e69f-41c9-9468-8a470d638d24\"},{\"isLocked\":\"false\",\"uuid\":\"ac6ef85e-0f7f-4253-a27a-0c196aa92686\"},{\"isLocked\":\"false\",\"uuid\":\"aff08c95-1b35-4f2b-85e1-850fc50eb8d9\"},{\"isLocked\":\"false\",\"uuid\":\"b30485bd-6594-489b-81ff-a233cfe4cd25\"},{\"isLocked\":\"false\",\"uuid\":\"b749254a-c56e-4cbe-b464-423245249822\"},{\"isLocked\":\"false\",\"uuid\":\"b7adb9db-24d0-4e6d-b007-9ab6d927578d\"},{\"isLocked\":\"false\",\"uuid\":\"bb88e0d8-843b-4de3-b2d6-af15a57b39f6\"},{\"isLocked\":\"false\",\"uuid\":\"bf500a02-1d00-4cc5-8bcd-040a37ec2479\"},{\"isLocked\":\"false\",\"uuid\":\"c0c66560-9306-4d90-8ca6-cb19df181190\"},{\"isLocked\":\"false\",\"uuid\":\"c2af3589-1504-4ce4-811c-61000b8b0a6c\"},{\"isLocked\":\"false\",\"uuid\":\"c2f960aa-96d3-4262-8e59-7158c65e5c7e\"},{\"isLocked\":\"false\",\"uuid\":\"c4c863af-258e-4aa0-86ed-932fe11fe89e\"},{\"isLocked\":\"false\",\"uuid\":\"c57f73c8-624d-4cfc-bd43-c540340c526a\"},{\"isLocked\":\"false\",\"uuid\":\"c7678f7b-97cf-434c-b93b-3aa9dec22cb1\"},{\"isLocked\":\"false\",\"uuid\":\"c852e5ed-e0f5-449b-999e-bc0205fd5c09\"},{\"isLocked\":\"false\",\"uuid\":\"ce8d6377-f740-49eb-a9f3-4e0f70f2841d\"},{\"isLocked\":\"false\",\"uuid\":\"cf05289d-c3dc-4202-aa02-47dd357aa64e\"},{\"isLocked\":\"false\",\"uuid\":\"cf3e8b33-4436-480a-8f0f-8bf8d829cecf\"},{\"isLocked\":\"false\",\"uuid\":\"cfcb2112-148f-41a3-b9f8-a5b792b06ac5\"},{\"isLocked\":\"false\",\"uuid\":\"d18349a0-3c76-4e37-b016-d2ec3e81ab2f\"},{\"isLocked\":\"false\",\"uuid\":\"d5b9d29e-357e-4f94-82f4-df52dec2fa75\"},{\"isLocked\":\"false\",\"uuid\":\"d6db87ed-df0c-4a8c-a08e-971e7ad1734b\"},{\"isLocked\":\"false\",\"uuid\":\"d746ade7-afee-43c1-b5ce-c7707d0877c6\"},{\"isLocked\":\"false\",\"uuid\":\"d77229e8-21b9-417e-8a43-f61fe7e18246\"},{\"isLocked\":\"false\",\"uuid\":\"d91723b3-70a7-48c2-80d5-b4f0571f380e\"},{\"isLocked\":\"false\",\"uuid\":\"db0f1d50-f50d-4f74-bc1c-82fed094f83f\"},{\"isLocked\":\"false\",\"uuid\":\"dc6d7cdd-34eb-49e4-aac5-93c03cc222db\"},{\"isLocked\":\"false\",\"uuid\":\"dcfdf8ea-0244-4b6b-b85c-9095da8e6d04\"},{\"isLocked\":\"false\",\"uuid\":\"df4f00c1-a610-41b9-9976-3f6b64aab44e\"},{\"isLocked\":\"false\",\"uuid\":\"e786b797-7745-469d-b099-1908a75e84b6\"},{\"isLocked\":\"false\",\"uuid\":\"e7a16484-1906-4b72-93fa-14b963a9a052\"},{\"isLocked\":\"false\",\"uuid\":\"e7a92eef-55ae-4999-bd7b-4d54e26ae4ec\"},{\"isLocked\":\"false\",\"uuid\":\"e81168bc-c3c8-4544-a8c2-73c5f0022d3e\"},{\"isLocked\":\"false\",\"uuid\":\"e974d8f2-5d39-4620-b70c-133b718f10b9\"},{\"isLocked\":\"false\",\"uuid\":\"ed8e5bd1-339a-4ab7-b85e-6a025d30ecc1\"},{\"isLocked\":\"false\",\"uuid\":\"f08146e6-7e89-4ad2-811a-13cfe39cb9fc\"},{\"isLocked\":\"false\",\"uuid\":\"f1954107-7b4b-45ae-bcdf-3413a45cd95c\"},{\"isLocked\":\"false\",\"uuid\":\"f75486b8-8f8e-441c-81c9-85220a3b53d8\"},{\"isLocked\":\"false\",\"uuid\":\"f9d6a420-c1c6-4894-8e68-dba2faa11590\"},{\"isLocked\":\"false\",\"uuid\":\"fa176a68-39a2-4434-bfbc-e29f61418f60\"},{\"isLocked\":\"false\",\"uuid\":\"fb06ba99-383c-4bdc-a0eb-3c47d16a2f7b\"},{\"isLocked\":\"false\",\"uuid\":\"fd7a1162-e4f1-48f9-a060-947fc5ae6117\"}]"}],"_postman_id":"5de15e89-04f4-4dae-91b8-6c6f56ab802c"},{"name":"Delete Session","id":"f1e81f20-dc1f-4755-9ead-db879a6daf69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions","description":"<p>Delete session or multiple sessions</p>\n<p><code>\"uuid\"</code> - session uuid</p>\n<p><code>\"uuids\"</code> - list of session uuids</p>\n<p>Note: Required one of <code>\"uuid\"</code> or <code>\"uuids\"</code></p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f2626ce9-7dc0-4a62-8e91-977a19d388f8","name":"Delete Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/delete"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 30 Jan 2024 12:18:54 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"}"},{"id":"505b336f-5f1e-49b4-b72f-f3dfefa03502","name":"Delete Sessions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuids\":[\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\", \"45af63da-51bd-4f0b-b342-57c475b73659\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/delete"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"90"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 30 Jan 2024 12:18:54 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuids\":[\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\",\"45af63da-51bd-4f0b-b342-57c475b73659\"]}"}],"_postman_id":"f1e81f20-dc1f-4755-9ead-db879a6daf69"}],"id":"106977d3-36a2-4d93-9627-955afe4e7aa2","_postman_id":"106977d3-36a2-4d93-9627-955afe4e7aa2","description":""},{"name":"Providers","item":[{"name":"Get Providers","id":"9581449a-6beb-4006-a832-1bc380d1f23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/providers","description":"<p>Get providers on active desktop</p>\n","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"2285cf9d-58ec-4ba6-bde4-ceecf7b52988","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"210"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:45:57 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"local\",\n        \"uuid\": \"0cd5855c-fe3f-490c-9a1c-748aa28e7e93\"\n    },\n    {\n        \"name\": \"proxy provider\",\n        \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n    },\n    {\n        \"name\": \"Default provider\",\n        \"uuid\": \"76660e43-50ed-4223-99a1-4b509f14ee54\"\n    }\n]"}],"_postman_id":"9581449a-6beb-4006-a832-1bc380d1f23e"},{"name":"Set Active Provider","id":"e547a908-9c87-443a-941f-8b0852e6322f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"76660e43-50ed-4223-99a1-4b509f14ee54\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers","description":"<p>Set active provider on active desktop</p>\n<p><code>\"uuid\"</code> - provider uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"11651322-35dd-4dd0-8099-13d62a99d4c6","name":"Set Active Provider","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:46:59 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n}"}],"_postman_id":"e547a908-9c87-443a-941f-8b0852e6322f"},{"name":"Delete Provider","id":"6cc381fb-3de1-4e3e-8814-0c8f635676ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"7480d0f5-f91e-496e-baa2-5203d35782a4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"6ceda097-2248-4156-91ae-178733507458","name":"Delete Provider","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"febebde0-8165-4261-8aa9-b48e9222114a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 11 Apr 2024 16:05:07 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6cc381fb-3de1-4e3e-8814-0c8f635676ac"}],"id":"bd38f7f1-d8eb-46b3-866a-bd0ee0be94e9","_postman_id":"bd38f7f1-d8eb-46b3-866a-bd0ee0be94e9","description":""},{"name":"Desktops","item":[{"name":"Get Desktops","id":"8051583f-8eca-40a5-af3d-2c84f847a877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/desktops","description":"<p>Get all desktops</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3ad3cbcd-0b91-4ce5-a2fe-ed0dd930f092","name":"Get Desktops","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"189"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:31:27 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"test\",\"uuid\":\"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"},{\"name\":\"Desktop\",\"uuid\":\"ad4d2638-e791-4d00-8970-707f9857ecfc\"},{\"name\":\"imp\",\"uuid\":\"fa774ecc-4f0c-4db7-84cd-5a7ae13e4307\"}]"}],"_postman_id":"8051583f-8eca-40a5-af3d-2c84f847a877"},{"name":"Create Desktop","id":"6e64b464-da9e-4064-9852-b5413874ef97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Desktop\",\n    \"team_uuid\": \"f6a29031-0322-4833-bb41-f908de8844fe\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p><code>\"name\"</code> - new desktop name (required)</p>\n<p><code>\"team_uuid\"</code> - desktop team uuid</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"6f14fefe-40b7-4f0d-9f9b-4fd13019dfe0","name":"Create Desktop","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Desktop\",\n    \"team_uuid\": \"f6a29031-0322-4833-bb41-f908de8844fe\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Mon, 29 Apr 2024 09:49:50 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6e64b464-da9e-4064-9852-b5413874ef97"},{"name":"Set Active Desktop","id":"cb08a2cb-d119-475b-a3ab-de9685ecd4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p><code>\"uuid\"</code> - desktop uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b3a6376d-0161-4b7a-88cc-8bed48f01cfe","name":"Set Active Desktop","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:34:44 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"}"}],"_postman_id":"cb08a2cb-d119-475b-a3ab-de9685ecd4a2"},{"name":"Delete Desktop","id":"9e2dec21-8bbc-4650-ac45-54abed738150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"42eacb4f-8080-4dca-9904-3066a59101b7\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p>Delete desktop</p>\n<p><code>\"uuid\"</code> - desktop uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"2ddcd94b-10a3-447d-86f7-a54b3906c93a","name":"Delete Desktop","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"42eacb4f-8080-4dca-9904-3066a59101b7\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 26 Apr 2024 14:18:36 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9e2dec21-8bbc-4650-ac45-54abed738150"}],"id":"386ad851-5b7b-4627-af0e-233a4d77790d","_postman_id":"386ad851-5b7b-4627-af0e-233a4d77790d","description":""},{"name":"Teams","item":[{"name":"Get Teams","id":"121110c1-42aa-43c3-91c1-dfdf1a7be606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"team\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/teams","description":"<p>Get all teams or specific team</p>\n<p><code>\"team_name\"</code> - team name to get a specific team (optional)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["teams"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"827f484d-b530-4681-a9f6-7def39bf5a51","name":"Get Teams","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"team\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/teams"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"63"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 07 May 2024 13:49:22 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"team\",\"uuid\":\"f6a29031-0322-4833-bb41-f908de8844fe\"}]"}],"_postman_id":"121110c1-42aa-43c3-91c1-dfdf1a7be606"}],"id":"4e2d348c-2dce-4390-961b-045ddf73d21d","_postman_id":"4e2d348c-2dce-4390-961b-045ddf73d21d","description":""},{"name":"App","item":[{"name":"Application Close","id":"036a5f0d-dc43-435c-985b-c20453168eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/close","description":"<p>Close application</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","close"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e701bd46-9b05-42ee-92e4-e157b565941f","name":"Application Close","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/close"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 01 May 2024 09:10:03 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"036a5f0d-dc43-435c-985b-c20453168eeb"},{"name":"Optimize Storage","id":"23f9754a-ef3b-4455-a1ee-3405e384f099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/app/optimize_storage","description":"<p>Optimize storage</p>\n","urlObject":{"protocol":"http","port":"40080","path":["app","optimize_storage"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c563620a-69aa-4925-a98c-ae75c4ee8e95","name":"Optimize Storage","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/app/optimize_storage"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 07 May 2024 15:22:17 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"23f9754a-ef3b-4455-a1ee-3405e384f099"},{"name":"API Threads Count","id":"ca6b449f-2046-4999-ac21-501e8042e7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:40080/app/api_threads_count/:count","description":"<p>Get API threads count</p>\n","urlObject":{"protocol":"http","port":"40080","path":["app","api_threads_count",":count"],"host":["127","0","0","1"],"query":[],"variable":[{"description":{"content":"<p>API Threads Count\n2 &lt;= count &lt;= hardware_concurrency</p>\n","type":"text/plain"},"type":"any","value":"7","key":"count"}]}},"response":[{"id":"99bfea22-52df-4a02-b3c9-6c6a2366755d","name":"API Threads Count","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://127.0.0.1:40080/app/api_threads_count/:count","protocol":"http","host":["127","0","0","1"],"port":"40080","path":["app","api_threads_count",":count"],"variable":[{"key":"count","value":"7","description":"API Threads Count\n2 <= count <= number_of_cores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.1.0"},{"key":"Date","value":"Wed, 08 May 2024 14:22:08 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ca6b449f-2046-4999-ac21-501e8042e7b8"}],"id":"1cc6d5d3-7058-40bd-b7ff-722a26a3e0de","_postman_id":"1cc6d5d3-7058-40bd-b7ff-722a26a3e0de","description":""}],"variable":[{"id":"30d41bf6-d987-4aa5-9c4d-8d0603b04752","key":"count","value":":count"}]}