{"info":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","description":"<html><head></head><body><p>Documentação completa de todas as APIs do sistema SellFlux e SAC.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2648617","collectionId":"8a36d6ad-3c98-4711-9e19-e20776587ea8","publishedId":"2sB2x6kXL5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5c54ec"},"publishDate":"2025-07-01T13:52:27.000Z"},"item":[{"name":"Campanhas v1 - (fluxos V1)","item":[{"name":"Gerenciar campanhas","item":[{"name":"Listar campanhas do projeto","id":"7e76b2e3-f9b1-4b42-91ce-1027a9779994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/campaignv1/project?page=1","description":"<p>Retorna lista de campanhas do projeto (versão 1.0).</p>\n","urlObject":{"path":["api","v1","campaignv1","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página desejada</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3207dfec-537e-4db1-8c13-61574143c2df","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaignv1/project?page=1","protocol":"https","host":["apis","sellflux","app"],"path":["api","v1","campaignv1","project"],"query":[{"key":"page","value":"1","description":"Número da página desejada"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 513,\n            \"name\": \"teste\",\n            \"project_id\": 2465,\n            \"created_at\": \"2025-06-30T13:44:00.487Z\",\n            \"active\": false,\n            \"status\": 1,\n            \"group_campaign\": false,\n            \"updated_at\": \"2025-06-30T13:44:00.487Z\",\n            \"folder_id\": null\n        },\n        {\n            \"id\": 514,\n            \"name\": \"teste 2\",\n            \"project_id\": 2465,\n            \"created_at\": \"2025-06-30T13:44:00.487Z\",\n            \"active\": false,\n            \"status\": 3,\n            \"group_campaign\": false,\n            \"updated_at\": \"2025-06-30T13:44:00.487Z\",\n            \"folder_id\": null\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"},{"id":"af7b4347-1d04-4558-a50b-7e17b5874d06","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"7e76b2e3-f9b1-4b42-91ce-1027a9779994"},{"name":"Informações da campanha","id":"8320447a-28e7-450f-b371-be67acf8b8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/campaignv1/:id","description":"<p>Retorna uma campanha específica pelo ID (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaignv1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID da campanha</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"4c004bc2-ed51-49c4-93f6-078691e004b6","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaignv1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","campaignv1",":id"],"variable":[{"key":"id","value":"","description":"ID da campanha"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 513,\n    \"name\": \"teste\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T13:44:00.487Z\",\n    \"active\": false,\n    \"status\": 1,\n    \"group_campaign\": false,\n    \"updated_at\": \"2025-06-30T13:44:00.487Z\",\n    \"folder_id\": null\n}"},{"id":"c94bf9d1-88d2-4e08-ade6-a10110998bd1","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"8320447a-28e7-450f-b371-be67acf8b8bf"},{"name":"Criar campanha","id":"5c71a827-febb-479d-8581-1047f8b8425c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Campanha\", //Nome da campanha\n    \"folder_id\": 1 //ID da pasta que ela ficará\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaignv1","description":"<p>Cria uma nova campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaignv1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"54042b30-8d47-49f9-94ff-25aa8c2385d9","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Campanha\",\n    \"folder_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaignv1"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 518,\n    \"name\": \"Campanha\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T17:32:01.669Z\",\n    \"active\": false,\n    \"status\": 1,\n    \"group_campaign\": false,\n    \"updated_at\": \"2025-06-30T17:32:01.669Z\",\n    \"folder_id\": null\n}"},{"id":"ca55e876-ec04-4fbe-ab9c-60b40f3c9bbc","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"5c71a827-febb-479d-8581-1047f8b8425c"},{"name":"Atualizar campanha","id":"890b6d4b-7a6f-47e8-97ba-947025f87506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1, //ID da campanha\n    \"name\": \"Nome Atualizado\", //Nome que ficará na campanha\n    \"folder_id\": 1 // ID da pasta que a campanha ficará\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaignv1","description":"<p>Atualiza uma campanha existente (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaignv1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"2da84158-cb3c-45d6-a598-7a7d7f7a8160","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"folder_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaignv1"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"0835d46f-69c5-4760-a6eb-8fe163f2fc3a","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"890b6d4b-7a6f-47e8-97ba-947025f87506"},{"name":"Deletar campanha","id":"36b736f9-7e55-45ff-8f5d-51b6b9aeb9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/campaignv1/:id","description":"<p>Remove uma campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaignv1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID da campanha</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"13b2ac77-fea2-48e5-ad61-847e176d3929","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaignv1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","campaignv1",":id"],"variable":[{"key":"id","value":"518","description":"ID da campanha"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"cc3b32c7-732b-4b36-965d-eef55e966d9a","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"36b736f9-7e55-45ff-8f5d-51b6b9aeb9a1"}],"id":"f17147b9-84df-4fe8-a78d-ed456ac898a0","description":"<p>APIS para gerenciamento de campanhas (fluxos) da versão 1.0.</p>\n<p>Você poderá fazer as seguintes requisições:<br />Coletar informações de todas as campanhas ativas de um projeto, pegar informações sobre uma campanha especifica (pelo ID), criar campanha, atualizar campanha e deletar campanha.</p>\n","_postman_id":"f17147b9-84df-4fe8-a78d-ed456ac898a0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Gerenciar pastas","item":[{"name":"Listar pastas por projeto","id":"6df1fe77-42cc-4718-ab87-8cd6a71b465f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/campaign_folderv1/project?page=1","description":"<p>Retorna pastas de campanhas do projeto (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaign_folderv1","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0aca1e85-e185-4f22-9fd9-a57c0975a991","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaign_folderv1/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","campaign_folderv1","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 10579,\n            \"name\": \"Teste Pasta\",\n            \"project_id\": 2465,\n            \"created_at\": \"2025-06-30T17:39:47.147Z\",\n            \"updated_at\": \"2025-06-30T17:39:47.147Z\",\n            \"group_campaign\": false,\n            \"reference_campaign_ids\": [\n                518,\n                518\n            ],\n            \"status\": 1\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"},{"id":"ff921019-c3d8-42e1-9a56-5c7aeb5d98a4","name":"401 Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"6df1fe77-42cc-4718-ab87-8cd6a71b465f"},{"name":"Informações da pasta pelo ID","id":"f876cd92-7204-4713-a4f8-5b12e2767d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/campaign_folderv1/:id","description":"<p>Retorna uma pasta de campanha pelo ID (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaign_folderv1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID da pasta</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"a0ed9cc9-1a83-4d9e-b308-fb2d87470325","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaign_folderv1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","campaign_folderv1",":id"],"variable":[{"key":"id","value":"1","description":"ID da pasta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 10579,\n    \"name\": \"Teste Pasta\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T17:39:47.147Z\",\n    \"updated_at\": \"2025-06-30T17:39:47.147Z\",\n    \"group_campaign\": false,\n    \"reference_campaign_ids\": [\n        518,\n        518\n    ],\n    \"status\": 1\n}"},{"id":"aecce526-02d5-4383-a640-9830620af48d","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"f876cd92-7204-4713-a4f8-5b12e2767d3d"},{"name":"Criar pasta","id":"d7439587-65e9-4031-b2a4-f139cecc87a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome da Pasta\",\n    \"description\": \"Descrição da pasta\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaign_folderv1","description":"<p>Cria uma nova pasta de campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaign_folderv1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"a81fce5e-891c-4985-b804-15e0fd5b28ef","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome da Pasta\",\n    \"description\": \"Descrição da pasta\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaign_folderv1"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 11317,\n    \"name\": \"Nome da Pasta\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T17:44:54.558Z\",\n    \"updated_at\": \"2025-06-30T17:44:54.558Z\",\n    \"group_campaign\": false,\n    \"reference_campaign_ids\": null,\n    \"status\": 1\n}"},{"id":"c57e8d93-f521-4c6f-a8e3-ecd7c6a188e6","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"d7439587-65e9-4031-b2a4-f139cecc87a3"},{"name":"Atualizar pasta","id":"30d8e95c-0513-480e-9854-388cc97250f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 11317, //ID da pasta\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaign_folderv1","description":"<p>Atualiza uma pasta de campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaign_folderv1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"6477ec1a-c960-4819-8957-e8b44d5bdae5","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/campaign_folderv1"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 11317,\n    \"name\": \"Nome Atualizado\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T17:44:54.558Z\",\n    \"updated_at\": \"2025-06-30T17:44:54.558Z\",\n    \"group_campaign\": false,\n    \"reference_campaign_ids\": null,\n    \"status\": 1\n}"},{"id":"76de527d-3801-4a5e-8239-253b967d7475","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"30d8e95c-0513-480e-9854-388cc97250f3"},{"name":"Deletar pasta","id":"a0a11085-0135-49ee-b643-8f9ff95f0edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/campaign_folderv1/:id","description":"<p>Remove uma pasta de campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","campaign_folderv1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID da pasta</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"fd4b35e0-30d7-455e-8b34-d326556fb23e","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/campaign_folderv1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","campaign_folderv1",":id"],"variable":[{"key":"id","value":"1","description":"ID da pasta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 11317,\n    \"name\": \"Nome Atualizado\",\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-30T17:44:54.558Z\",\n    \"updated_at\": \"2025-06-30T17:44:54.558Z\",\n    \"group_campaign\": false,\n    \"reference_campaign_ids\": null,\n    \"status\": 3\n}"},{"id":"40b69943-d628-4980-ab9e-5d7dc66e5b18","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"a0a11085-0135-49ee-b643-8f9ff95f0edc"}],"id":"d5acbec2-9b3a-45db-b8b8-296522162e89","description":"<p>APIs legadas de gerenciamento de pastas de campanhas</p>\n","_postman_id":"d5acbec2-9b3a-45db-b8b8-296522162e89","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Stages","item":[{"name":"Listar stages da campanha","id":"72df00b5-7e91-4df0-b9c6-5b4d43f4f4cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/stagev1/campaign/:campaign_id?page=1","description":"<p>Retorna estágios de uma campanha (versão legacy)</p>\n","urlObject":{"path":["api","v1","stagev1","campaign",":campaign_id"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"description":{"content":"<p>ID da campanha</p>\n","type":"text/plain"},"type":"any","value":"1","key":"campaign_id"}]}},"response":[{"id":"0102e7a0-3d97-4ee6-8a1c-96bc2d9c19c5","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/stagev1/campaign/:campaign_id?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","stagev1","campaign",":campaign_id"],"query":[{"key":"page","value":"1","description":"Número da página"}],"variable":[{"key":"campaign_id","value":"519","description":"ID da campanha"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 6101,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"message\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 100\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": \"08:00:00-03\",\n            \"max_time\": \"22:00:00-03\",\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T13:21:56.194Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6100,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"message\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 100\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": \"08:00:00-03\",\n            \"max_time\": \"22:00:00-03\",\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T13:18:20.941Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6099,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"message\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 100\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": \"08:00:00-03\",\n            \"max_time\": \"22:00:00-03\",\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T13:15:43.673Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6098,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"message\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 100\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": \"08:00:00-03\",\n            \"max_time\": \"22:00:00-03\",\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T13:11:25.471Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6097,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"message\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": 101,\n                \"y\": 194\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": \"08:00:00-03\",\n            \"max_time\": \"22:00:00-03\",\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T12:30:26.835Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6096,\n            \"name\": \"Teste Wpp\",\n            \"type\": \"fjasbjfa\",\n            \"status\": 1,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 100\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": {},\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": null,\n            \"max_time\": null,\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T12:29:33.328Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": [],\n            \"remove_tags\": [],\n            \"product_ids\": []\n        },\n        {\n            \"id\": 6079,\n            \"name\": null,\n            \"type\": \"start\",\n            \"status\": 1,\n            \"position\": {\n                \"x\": -3,\n                \"y\": 195\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": 6078,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": [],\n            \"limit_time\": null,\n            \"sequence_type\": null,\n            \"min_time\": null,\n            \"max_time\": null,\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T12:29:10.977Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": null,\n            \"remove_tags\": null,\n            \"product_ids\": null\n        },\n        {\n            \"id\": 6078,\n            \"name\": \"teste lead\",\n            \"type\": \"sequence\",\n            \"status\": 2,\n            \"position\": {\n                \"x\": 252,\n                \"y\": -65.5\n            },\n            \"time\": 1,\n            \"campaign_id\": 519,\n            \"scheduled\": null,\n            \"time_multiplier\": 1,\n            \"days_of_week\": [\n                0,\n                1,\n                2,\n                3,\n                4,\n                5,\n                6\n            ],\n            \"file\": {},\n            \"sequence_id\": null,\n            \"origins\": [],\n            \"tags\": null,\n            \"message\": null,\n            \"message_blocks\": [],\n            \"limit_time\": null,\n            \"sequence_type\": \"mixed\",\n            \"min_time\": null,\n            \"max_time\": null,\n            \"config\": {},\n            \"updated_at\": \"2025-07-01T11:09:03.888Z\",\n            \"clone_id\": null,\n            \"exclusive_whats_ids\": null,\n            \"remove_tags\": null,\n            \"product_ids\": null\n        }\n    ],\n    \"total\": \"47\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 2\n}"},{"id":"4e769275-ebff-4366-8378-ec3ea7f2c96d","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"72df00b5-7e91-4df0-b9c6-5b4d43f4f4cb"},{"name":"Informações do stage pelo ID","id":"642d2be9-1bcb-4fed-9623-e43a9ae9fd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/stagev1/:id","description":"<p>Retorna um estágio específico pelo ID (versão legacy)</p>\n","urlObject":{"path":["api","v1","stagev1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do estágio</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"f3eabe56-72af-4d58-aa12-c9c943b1ecb9","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/stagev1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","stagev1",":id"],"variable":[{"key":"id","value":"6078","description":"ID do estágio"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 6078,\n    \"name\": \"teste lead\",\n    \"type\": \"sequence\",\n    \"status\": 2,\n    \"position\": {\n        \"x\": 252,\n        \"y\": -65.5\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": null,\n    \"origins\": [],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": [],\n    \"limit_time\": null,\n    \"sequence_type\": \"mixed\",\n    \"min_time\": null,\n    \"max_time\": null,\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T11:09:03.888Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": null,\n    \"remove_tags\": null,\n    \"product_ids\": null\n}"},{"id":"5ac12a18-7003-448c-a634-dae55d9894fa","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"642d2be9-1bcb-4fed-9623-e43a9ae9fd25"},{"name":"Criar stage","id":"d1519a77-a558-4e07-a83d-741f5c1ef949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste 1\",\n    \"type\": \"whatsapp\",\n    \"sequence_id\": 6078,\n    \"x\": -100, //Largura\n    \"y\": 100, //Altura\n    \"campaign_id\": 1, //ID da campanha\n    \"days_of_week\": [0, 1, 2, 3] //Dias da semana que funcionará, 0 = Domingo \n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1","description":"<p>Cria um novo estágio (versão legacy)</p>\n<p>Consule tipos, condições e sequências permitidas <a href=\"https://documenter.getpostman.com/view/2648617/2sB2x6kXL5#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a></p>\n","urlObject":{"path":["api","v1","stagev1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"493619a8-79cb-4eba-a443-1b120f45c243","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste 1\",\n    \"type\": \"whatsapp\",\n    \"sequence_id\": 6078,\n    \"x\": 100,\n    \"y\": 100,\n    \"campaign_id\": 1,\n    \"order\": 1,\n    \"days_of_week\": \"1,2,3,4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 6102,\n    \"name\": \"Teste Wpp\",\n    \"type\": \"message\",\n    \"status\": 2,\n    \"position\": {\n        \"x\": -3,\n        \"y\": 100\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": 6078,\n    \"origins\": [],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": {},\n    \"limit_time\": null,\n    \"sequence_type\": null,\n    \"min_time\": \"08:00:00-03\",\n    \"max_time\": \"22:00:00-03\",\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T13:27:06.918Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": [],\n    \"remove_tags\": [],\n    \"product_ids\": []\n}"},{"id":"c9a65a4f-b66e-477c-a1c0-caa6e62ef3bd","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"d1519a77-a558-4e07-a83d-741f5c1ef949"},{"name":"Atualizar stage","id":"0504a745-76d7-49b4-8fe2-962e55a25ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 6101,\n    \"name\": \"Atualizando nome do Stage\",\n    \"x\": -9,\n    \"y\": 100,\n    \"campaign_id\": 519,\n    \"order\": 2,\n    \"type\": \"message\",\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1","description":"<p>Atualiza um estágio existente (versão legacy)</p>\n","urlObject":{"path":["api","v1","stagev1"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"f4c0de9f-ae9a-486c-b551-d81e7489c71b","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 6101,\n    \"name\": \"Atualizando nome do Stage\",\n    \"x\": -9,\n    \"y\": 100,\n    \"campaign_id\": 519,\n    \"order\": 2,\n    \"type\": \"message\",\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6101,\n    \"name\": \"Atualizando nome do Stage\",\n    \"type\": \"message\",\n    \"status\": 2,\n    \"position\": {\n        \"x\": 202,\n        \"y\": 15\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": 6078,\n    \"origins\": [],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": {},\n    \"limit_time\": null,\n    \"sequence_type\": null,\n    \"min_time\": null,\n    \"max_time\": null,\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T18:34:09.910Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": [],\n    \"remove_tags\": [],\n    \"product_ids\": []\n}"},{"id":"e3068026-5bfe-4987-8d47-52faa51a42fa","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"0504a745-76d7-49b4-8fe2-962e55a25ef4"},{"name":"Deletar stage","id":"7af05262-cdd4-4ae6-aa4e-305661b51c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/stagev1/:id","description":"<p>Remove um estágio (versão legacy)</p>\n","urlObject":{"path":["api","v1","stagev1",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do estágio</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"09205c00-571f-4525-afa3-9a2b0ce5e47c","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/stagev1/:id","host":["https://apis.sellflux.app"],"path":["api","v1","stagev1",":id"],"variable":[{"key":"id","value":"6101","description":"ID do stage"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 6101,\n    \"name\": \"Atualizando nome do Stage\",\n    \"type\": \"message\",\n    \"status\": 3,\n    \"position\": {\n        \"x\": 202,\n        \"y\": 15\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": 6078,\n    \"origins\": [],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": {},\n    \"limit_time\": null,\n    \"sequence_type\": null,\n    \"min_time\": null,\n    \"max_time\": null,\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T18:35:43.248Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": [],\n    \"remove_tags\": [],\n    \"product_ids\": []\n}"},{"id":"72b20002-2647-420d-bfbf-cbf8db9e6503","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"7af05262-cdd4-4ae6-aa4e-305661b51c10"},{"name":"Link stages","id":"31efa8aa-022f-4f9c-bc17-8732af32d5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"origin\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1/link","description":"<p>Vincula estágios (versão legacy)</p>\n","urlObject":{"path":["api","v1","stagev1","link"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"e3d6ff3c-a260-41bd-bc86-54203f55d75d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 6097,\n    \"origin\": 6100\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1/link"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 6097,\n    \"name\": \"Teste Wpp\",\n    \"type\": \"message\",\n    \"status\": 1,\n    \"position\": {\n        \"x\": 102.00000000000001,\n        \"y\": 176\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": 6078,\n    \"origins\": [\n        6100\n    ],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": {},\n    \"limit_time\": null,\n    \"sequence_type\": null,\n    \"min_time\": \"08:00:00-03\",\n    \"max_time\": \"22:00:00-03\",\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T18:36:36.925Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": [],\n    \"remove_tags\": [],\n    \"product_ids\": []\n}"}],"_postman_id":"31efa8aa-022f-4f9c-bc17-8732af32d5e3"},{"name":"Unlink stages","id":"8240e28f-7cc9-4d3b-a4e2-fbfd83a5e493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"origin\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1/unlink","description":"<p>Desvincula estágios (versão legacy)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","stagev1","unlink"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"b1885554-9ec5-439d-92ae-14f2bb5a06bf","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 6097,\n    \"origin\": 6100\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/stagev1/unlink"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 6097,\n    \"name\": \"Teste Wpp\",\n    \"type\": \"message\",\n    \"status\": 2,\n    \"position\": {\n        \"x\": 476,\n        \"y\": 229\n    },\n    \"time\": 1,\n    \"campaign_id\": 519,\n    \"scheduled\": null,\n    \"time_multiplier\": 1,\n    \"days_of_week\": [\n        0,\n        1,\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"file\": {},\n    \"sequence_id\": 6078,\n    \"origins\": [],\n    \"tags\": null,\n    \"message\": null,\n    \"message_blocks\": {},\n    \"limit_time\": null,\n    \"sequence_type\": null,\n    \"min_time\": \"08:00:00-03\",\n    \"max_time\": \"22:00:00-03\",\n    \"config\": {},\n    \"updated_at\": \"2025-07-01T18:37:24.284Z\",\n    \"clone_id\": null,\n    \"exclusive_whats_ids\": [],\n    \"remove_tags\": [],\n    \"product_ids\": []\n}"}],"_postman_id":"8240e28f-7cc9-4d3b-a4e2-fbfd83a5e493"}],"id":"891708bc-bbcd-4186-9ad7-f67942ccbb01","description":"<p>APIs legadas de gerenciamento de estágios</p>\n","_postman_id":"891708bc-bbcd-4186-9ad7-f67942ccbb01","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}}],"id":"8fadbdcc-c4d2-4dc0-acdb-408d121ea89f","description":"<p>Documentação de todas as requisições possíveis para se fazer nas campanhas versão 1.0 da SellFlux.</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"8fadbdcc-c4d2-4dc0-acdb-408d121ea89f","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Automações","item":[{"name":"Campanhas de Grupo","item":[{"name":"Enviar automação de grupo pelo ID do grupo","id":"874d6458-0dcd-43d7-ae6d-6dc4ff897ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {\n        \n    },\n    \"type\": \"1\",\n    \"ref_type\": \"group\",\n    \"request_id\": 1,\n    \"api_id\": 1,\n    \"group_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/group/id","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","name":"Campanhas de Grupo","type":"folder"}},"urlObject":{"path":["automation","v1","group","id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"874d6458-0dcd-43d7-ae6d-6dc4ff897ac3"},{"name":"Enviar automação de grupo pelo JID do grupo","id":"f08bba55-a57d-4f1c-9a34-8de3eb19628f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {},\n    \"type\": \"1\",\n    \"ref_type\": \"group\",\n    \"request_id\": 1,\n    \"api_id\": 1,\n    \"jid\": \"group_jid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/group/jid","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","name":"Campanhas de Grupo","type":"folder"}},"urlObject":{"path":["automation","v1","group","jid"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"f08bba55-a57d-4f1c-9a34-8de3eb19628f"},{"name":"Enviar automação de grupo via template","id":"932918d7-3d66-42e0-9a12-de7501be72ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {},\n    \"type\": \"1\",\n    \"ref_type\": \"group\",\n    \"request_id\": 1,\n    \"api_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/group/data","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","name":"Campanhas de Grupo","type":"folder"}},"urlObject":{"path":["automation","v1","group","data"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"932918d7-3d66-42e0-9a12-de7501be72ad"}],"id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2","description":"<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"781e0875-e0a4-4e6b-8656-4fad1a2e1a0d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ee8c4473-db30-4a0d-960c-760780e55a23","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"fb6d35f9-cc76-4a42-8ab2-579261e3d3f2"},{"name":"Email","item":[{"name":"Enviar email para o ID do lead","id":"793cd6cc-99ce-4756-b3d5-d74afe92530a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"lead_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/email/lead","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","name":"Email","type":"folder"}},"urlObject":{"path":["automation","v1","email","lead"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"793cd6cc-99ce-4756-b3d5-d74afe92530a"},{"name":"Enviar email para o um endereço","id":"ba5d847f-2ef7-40cf-b2a7-1b7eab42e0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/email/address","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","name":"Email","type":"folder"}},"urlObject":{"path":["automation","v1","email","address"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba5d847f-2ef7-40cf-b2a7-1b7eab42e0cc"},{"name":"Enviar email via template","id":"3ee96aba-873b-49c7-b7cf-2410553e209b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {},\n    \"type\": \"1\",\n    \"ref_type\": \"email\",\n    \"request_id\": 1,\n    \"api_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/email/data","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","name":"Email","type":"folder"}},"urlObject":{"path":["automation","v1","email","data"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ee96aba-873b-49c7-b7cf-2410553e209b"}],"id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b","description":"<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"29b99a3d-c4c3-489b-9f01-4dbde70d45ad","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7f15d4a8-07f7-40e3-a1bc-ef69211ea646","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"02691682-76f0-4dfe-8bee-e6c58aa80f3b"},{"name":"Sms","item":[{"name":"Enviar sms a um lead","id":"35246930-0496-4628-8d50-15fddcbb2051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"lead_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/sms/lead","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"92431c7e-f088-410f-8ff2-76ecc49ee614","id":"92431c7e-f088-410f-8ff2-76ecc49ee614","name":"Sms","type":"folder"}},"urlObject":{"path":["automation","v1","sms","lead"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"35246930-0496-4628-8d50-15fddcbb2051"},{"name":"Enviar sms para um telefone","id":"0a082a57-7044-4716-9eb6-cf3913aa89a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"phone\": \"+5599999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/sms/phone","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"92431c7e-f088-410f-8ff2-76ecc49ee614","id":"92431c7e-f088-410f-8ff2-76ecc49ee614","name":"Sms","type":"folder"}},"urlObject":{"path":["automation","v1","sms","phone"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a082a57-7044-4716-9eb6-cf3913aa89a4"},{"name":"Enviar sms via template","id":"820fc9aa-ca71-4846-aeb5-deda95e5ffae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {},\n    \"type\": \"1\",\n    \"ref_type\": \"sms\",\n    \"request_id\": 1,\n    \"api_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/sms/data","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"92431c7e-f088-410f-8ff2-76ecc49ee614","id":"92431c7e-f088-410f-8ff2-76ecc49ee614","name":"Sms","type":"folder"}},"urlObject":{"path":["automation","v1","sms","data"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"820fc9aa-ca71-4846-aeb5-deda95e5ffae"}],"id":"92431c7e-f088-410f-8ff2-76ecc49ee614","description":"<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a8857c34-162d-44ac-bccf-d7d37821cc99","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b6a023cb-ff1d-4acf-90e1-69f123ac10f1","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"92431c7e-f088-410f-8ff2-76ecc49ee614"},{"name":"WhatsApp Lead","item":[{"name":"Enviar Whatsapp a um ID de lead","id":"672117b0-2652-4d4b-b4c3-7854c191e26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"lead_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/whatsapp/lead","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c9e91809-6dd0-4f75-b671-35e79a219caf","id":"c9e91809-6dd0-4f75-b671-35e79a219caf","name":"WhatsApp Lead","type":"folder"}},"urlObject":{"path":["automation","v1","whatsapp","lead"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"672117b0-2652-4d4b-b4c3-7854c191e26a"},{"name":"Enviar Whatsapp a um número","id":"45a8e36a-e025-40e1-8d0b-60f8db4bf589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {},\n    \"template_id\": 1,\n    \"phone\": \"+5599999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/whatsapp/phone","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c9e91809-6dd0-4f75-b671-35e79a219caf","id":"c9e91809-6dd0-4f75-b671-35e79a219caf","name":"WhatsApp Lead","type":"folder"}},"urlObject":{"path":["automation","v1","whatsapp","phone"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"45a8e36a-e025-40e1-8d0b-60f8db4bf589"},{"name":"Enviar Whatsapp via template","id":"409e0bc7-318b-4a14-9acb-083b5eea3a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"project_id\": 1,\n    \"data\": {},\n    \"type\": \"1\",\n    \"ref_type\": \"whatsapp\",\n    \"request_id\": 1,\n    \"api_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/automation/v1/whatsapp/data","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c9e91809-6dd0-4f75-b671-35e79a219caf","id":"c9e91809-6dd0-4f75-b671-35e79a219caf","name":"WhatsApp Lead","type":"folder"}},"urlObject":{"path":["automation","v1","whatsapp","data"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"409e0bc7-318b-4a14-9acb-083b5eea3a45"}],"id":"c9e91809-6dd0-4f75-b671-35e79a219caf","description":"<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"848dc890-11ac-4c86-ac6e-8ab8feb1fae3","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d00f1711-7471-4eb6-988c-20bd3e8769d6","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"c9e91809-6dd0-4f75-b671-35e79a219caf"}],"id":"84794286-439d-492e-a293-c99d6543b1ba","description":"<p>Documentação de todas as requisições possíveis para se fazer nas automações versão 1.0 da SellFlux.</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"84794286-439d-492e-a293-c99d6543b1ba","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Gerenciamento de leads","item":[{"name":"Listar leads pelo projeto","id":"877aff2a-8950-4fbd-8d34-e438a21dc767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/lead/project?page=1","description":"<p>Retorna lista de leads do projeto</p>\n","urlObject":{"path":["api","v1","lead","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"29ab0af4-0307-4fd8-8c33-25ad03543ffa","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/lead/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","lead","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 98902,\n            \"name\": \"Lead 1\",\n            \"phone\": 51999999999,\n            \"tags\": [\n                \"ativo-sac\",\n                \"facebook\",\n                \"tags-do-lead\"\n            ],\n            \"project_id\": 2465,\n            \"created_at\": \"2025-06-16T20:34:17.946Z\",\n            \"updated_at\": \"2025-06-16T20:34:24.973Z\",\n            \"status\": 1,\n            \"email\": null,\n            \"preferential_whats_id\": null,\n            \"code\": \"y6Ln4MJ\",\n            \"unsub_sms\": false,\n            \"unsub_whats\": false,\n            \"unsub_call\": false,\n            \"keys_channel\": [\n                \"\"\n            ]\n        },\n        {\n            \"id\": 95793,\n            \"name\": \"Lead 2\",\n            \"phone\": 51998888888,\n            \"tags\": [\n                \"ativo-sac\",\n                \"instagram\",\n                \"tags-do-lead\"\n            ],\n            \"project_id\": 2465,\n            \"created_at\": \"2025-06-03T13:19:05.896Z\",\n            \"updated_at\": \"2025-06-16T14:16:51.308Z\",\n            \"status\": 2,\n            \"email\": emaildolead@email.com,\n            \"preferential_whats_id\": null,\n            \"code\": \"GzjqNnq\",\n            \"unsub_sms\": false,\n            \"unsub_whats\": false,\n            \"unsub_call\": false,\n            \"keys_channel\": [\n                \"\"\n            ]\n        }\n    ],\n    \"total\": \"2\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"877aff2a-8950-4fbd-8d34-e438a21dc767"},{"name":"Informações do lead pelo ID","id":"7b77b8ae-f804-4931-846d-2d67373e5af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/lead/:id","description":"<p>Retorna um lead específico pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","lead",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"9d6db56c-00fc-4bed-a9ec-0dacfb4f539e","description":{"content":"<p>ID do lead</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"f32db151-8c84-410c-93b1-16ee6d835234","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/lead/:id","host":["https://apis.sellflux.app"],"path":["api","v1","lead",":id"],"variable":[{"key":"id","value":"98902","description":"ID do lead"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 98902,\n    \"name\": \"Lead 1\",\n    \"phone\": 51999999999,\n    \"tags\": [\n        \"ativo-sac\",\n        \"facebook\",\n        \"tags-do-lead\"\n    ],\n    \"project_id\": 2465,\n    \"created_at\": \"2025-06-16T20:34:17.946Z\",\n    \"updated_at\": \"2025-06-16T20:34:24.973Z\",\n    \"status\": 1,\n    \"email\": null,\n    \"preferential_whats_id\": null,\n    \"code\": \"y6Ln4MJ\",\n    \"unsub_sms\": false,\n    \"unsub_whats\": false,\n    \"unsub_call\": false,\n    \"keys_channel\": [\n    \"\"\n    ]\n}"}],"_postman_id":"7b77b8ae-f804-4931-846d-2d67373e5af1"},{"name":"Criar lead","id":"6f5d802e-b85e-4335-a445-5cd46e82518a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lead Exemplo\",\n    \"email\": \"email@exemplo.com\",\n    \"phone\": \"(99) 99999-9999\",\n    \"tags\": [\"tag1\", \"tag2\", \"tags-do-lead\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/lead","description":"<p>Cria um novo lead</p>\n","urlObject":{"path":["api","v1","lead"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"52c98127-4d9a-465a-b5dd-2a2ff3e7a5a0","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lead Exemplo\",\n    \"email\": \"email@exemplo.com\",\n    \"phone\": \"(99) 99999-9999\",\n    \"tags\": [\"tag1\", \"tag2\", \"tags-do-lead\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/lead"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 100025\n}"}],"_postman_id":"6f5d802e-b85e-4335-a445-5cd46e82518a"},{"name":"Atualizar lead","id":"b920592e-5d56-47ce-a1fc-e7bffcc69c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 100025,\n    \"name\": \"Nome Atualizado\",\n    \"email\": \"novo@email.com\",\n    \"phone\": \"(11) 88888-8888\",\n    \"tags\": [\"tag3\", \"tag4\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/lead","description":"<p>Atualiza um lead existente</p>\n","urlObject":{"path":["api","v1","lead"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"2d54d3da-1e31-4ebe-af4f-be493d9385cf","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"email\": \"novo@email.com\",\n    \"phone\": \"(11) 88888-8888\",\n    \"tags\": [\"tag3\", \"tag4\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/lead"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 100025,\n    \"name\": \"Nome Atualizado\",\n    \"phone\": \"(11) 88888-8888\",\n    \"tags\": [\n        \"email\",\n        \"tag1\",\n        \"tag2\",\n        \"tag3\",\n        \"tag4\",\n        \"tags-do-lead\",\n        \"telefone\"\n    ],\n    \"project_id\": 2465,\n    \"created_at\": \"2025-07-01T14:05:15.428Z\",\n    \"updated_at\": \"2025-07-01T14:06:23.971Z\",\n    \"status\": 1,\n    \"email\": \"novo@email.com\",\n    \"preferential_whats_id\": null,\n    \"code\": \"sXV7e2i\",\n    \"unsub_sms\": false,\n    \"unsub_whats\": false,\n    \"unsub_call\": false,\n    \"keys_channel\": null\n}"}],"_postman_id":"b920592e-5d56-47ce-a1fc-e7bffcc69c3f"},{"name":"Deletar lead","id":"9403e5dc-5507-41e7-b243-8dd3798e85cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/lead/:id","description":"<p>Remove um lead (soft delete)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","lead",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"cb127ccd-241e-4662-a69d-e94826d8d169","description":{"content":"<p>ID do lead</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3b8e3b11-cbee-47be-9325-5a7e7abc0fec","name":"Deletar lead","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/lead/:id","host":["https://apis.sellflux.app"],"path":["api","v1","lead",":id"],"variable":[{"key":"id","value":"100025","description":"ID do lead"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 100025,\n    \"name\": \"Nome Atualizado\",\n    \"phone\": \"(11) 88888-8888\",\n    \"tags\": [\n        \"deletado\",\n        \"email\",\n        \"tag1\",\n        \"tag2\",\n        \"tag3\",\n        \"tag4\",\n        \"tags-do-lead\",\n        \"telefone\"\n    ],\n    \"project_id\": 2465,\n    \"created_at\": \"2025-07-01T14:05:15.428Z\",\n    \"updated_at\": \"2025-07-01T14:07:31.470Z\",\n    \"status\": 3,\n    \"email\": \"novo@email.com\",\n    \"preferential_whats_id\": null,\n    \"code\": \"sXV7e2i\",\n    \"unsub_sms\": false,\n    \"unsub_whats\": false,\n    \"unsub_call\": false,\n    \"keys_channel\": null\n}"}],"_postman_id":"9403e5dc-5507-41e7-b243-8dd3798e85cd"}],"id":"fa346026-4fa9-44f5-bb33-d877773064e1","description":"<p>APIs de gerenciamento de leads.</p>\n<p>ㅤㅤ</p>\n<p>Você poderá fazer os seguintes requests:</p>\n<p>Coletar lista de leads do projeto, informação de um lead pelo ID, criar lead, ataulizar lead e deletar um lead.</p>\n<p>ㅤㅤ</p>\n<p>Obs: Ao deletar um lead, ele levará 30 dias para descontar do limite de leads.</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"fa346026-4fa9-44f5-bb33-d877773064e1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Equipe","item":[{"name":"Lista membros da equipe","id":"55af425e-e0ae-43df-b40a-9cc29cb38836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/team/project?page=1","description":"<p>Retorna lista de membros da equipe</p>\n","urlObject":{"path":["api","v1","team","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2543bb7e-cf70-46db-a622-0a1932947b7c","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 28771,\n            \"created_at\": \"2025-06-20T11:23:08.340Z\",\n            \"user_id\": 316372,\n            \"project_id\": 2465,\n            \"permission\": 2,\n            \"status\": 1,\n            \"updated_at\": \"2025-06-20T11:23:08.340Z\"\n        },\n        {\n            \"id\": 28756,\n            \"created_at\": \"2025-05-26T13:50:07.591Z\",\n            \"user_id\": 316276,\n            \"project_id\": 2465,\n            \"permission\": 1,\n            \"status\": 1,\n            \"updated_at\": \"2025-05-26T13:50:07.591Z\"\n        }\n    ],\n    \"total\": \"2\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"},{"id":"482bc1c9-5cde-4160-8cab-b1c8a490c446","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"55af425e-e0ae-43df-b40a-9cc29cb38836"},{"name":"Informações do membro pelo ID","id":"bcfca056-0638-49cb-8cb3-47fb3f57c765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/team/:id","description":"<p>Retorna um membro da equipe pelo ID</p>\n","urlObject":{"path":["api","v1","team",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do membro</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"ce31f82e-e155-4673-beda-7a663bdf420b","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 28771,\n    \"created_at\": \"2025-06-20T11:23:08.340Z\",\n    \"user_id\": 316372,\n    \"project_id\": 2465,\n    \"permission\": 1,\n    \"status\": 1,\n    \"updated_at\": \"2025-07-01T14:14:47.511Z\"\n}"},{"id":"721f8f67-cf6e-46a1-9f95-aa4c2082c00e","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","team","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"Unauthorized!\"\n}"}],"_postman_id":"bcfca056-0638-49cb-8cb3-47fb3f57c765"},{"name":"Criar membro","id":"09accf7b-5cf4-4413-aca6-4e450892696d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": 1,\n    \"permission\": 2,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/team","description":"<p>Adiciona um novo membro à equipe</p>\n","urlObject":{"path":["api","v1","team"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"f251f4b5-0da1-45b9-bf3b-f91a7485f3cb","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": 1,\n    \"permission\": 2,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/team"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"09accf7b-5cf4-4413-aca6-4e450892696d"},{"name":"Atualizar membro","id":"61304515-5911-4b95-9319-ae5570e4c788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"user_id\": 1,\n    \"permission\": 1,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/team","description":"<p>Atualiza informações de um membro</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","team"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"bf9cd713-2839-4676-93b6-4a679bade891","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"user_id\": 1,\n    \"permission\": 1,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/team"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"61304515-5911-4b95-9319-ae5570e4c788"},{"name":"Remover membro","id":"eae7d32d-b0b8-47fb-934a-7cadec382619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/team/:id","description":"<p>Remove um membro da equipe</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","team",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"93a69f5f-7635-42b0-a7f2-76a572594d01","description":{"content":"<p>ID do membro</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"d1e866b2-8200-40fa-b898-1c12d396bf97","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/team/:id","host":["https://apis.sellflux.app"],"path":["api","v1","team",":id"],"variable":[{"key":"id","value":"1","description":"ID do membro"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eae7d32d-b0b8-47fb-934a-7cadec382619"}],"id":"3f49040d-37a7-4f7d-8299-0995af65e2c0","description":"<p>APIs de gerenciamento de membros da equipe.</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"3f49040d-37a7-4f7d-8299-0995af65e2c0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Dispositivos","item":[{"name":"Informações pelo ID","id":"9105d0f9-6785-4ae7-9a6b-b8d244302acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/device/:id","description":"<p>Retorna um dispositivo específico pelo ID</p>\n","urlObject":{"path":["api","v1","device",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do dispositivo</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"4d8273eb-c4e3-4218-aa45-12e3e52ca92d","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/device/:id","host":["https://apis.sellflux.app"],"path":["api","v1","device",":id"],"variable":[{"key":"id","value":"1","description":"ID do dispositivo"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3164,\n    \"phone\": \"+5551999881155\",\n    \"created_at\": \"2025-07-01T16:49:12.210Z\",\n    \"project_id\": 2465,\n    \"updated_at\": \"2025-07-01T16:49:12.831Z\",\n    \"status\": 1,\n    \"name\": \"Nome do dispositivo\",\n    \"whats_id_alt\": \"11111\",\n    \"log_connection\": \"success\",\n    \"type\": \"waapi\",\n    \"connection_token\": \"token da conexão\",\n    \"active_sac\": true,\n    \"new_lead\": true,\n    \"config\": {\n        \"webhook\": \"webhook gerado na hora da conexão\"\n    },\n    \"message_per_min\": 2,\n    \"lead_creation\": 2\n}"}],"_postman_id":"9105d0f9-6785-4ae7-9a6b-b8d244302acd"},{"name":"Listar dispositivos","id":"0feb9a9f-b57d-454a-bf35-3cbb5d8eb839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/device/project?page=1","description":"<p>Retorna lista de dispositivos do projeto</p>\n","urlObject":{"path":["api","v1","device","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"58e79613-6829-4184-9a53-628e62f223c0","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/device/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","device","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3164,\n            \"phone\": \"numero_do_dispositivo\",\n            \"created_at\": \"2025-07-01T16:49:12.210Z\",\n            \"project_id\": 2465,\n            \"updated_at\": \"2025-07-01T16:49:12.831Z\",\n            \"status\": 1,\n            \"name\": \"Nome do dispositivo\",\n            \"whats_id_alt\": \"11111\",\n            \"log_connection\": \"success\",\n            \"type\": \"tipo_do_dispositivo\",\n            \"connection_token\": \"token_da_conexão\",\n            \"active_sac\": true,\n            \"new_lead\": true,\n            \"config\": {\n                \"webhook\": \"webhook gerado na hora da conexão\"\n            },\n            \"message_per_min\": 2,\n            \"lead_creation\": 2\n        }\n    ]\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"0feb9a9f-b57d-454a-bf35-3cbb5d8eb839"},{"name":"Adicionar dispositivo","id":"862e08ee-8bef-46d8-b256-c1fe24c0db54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Dispositivo\",\n    \"type\": \"tipo_de_dispositivo\",\n    \"token\": \"token_do_dispositivo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device","description":"<p>Cria um novo dispositivo</p>\n","urlObject":{"path":["api","v1","device"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"6d98d0b8-457f-43ff-b119-096252c41df2","name":"201 - WaAPI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Dispositivo\",\n    \"type\": \"tipo_de_dispositivo\",\n    \"token\": \"token_do_dispositivo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3174,\n    \"phone\": null, //retorna o número do dispositivo\n    \"created_at\": \"2025-07-02T14:48:52.262Z\",\n    \"project_id\": 2465,\n    \"updated_at\": \"2025-07-02T14:48:52.262Z\",\n    \"status\": 1,\n    \"name\": \"Nome do Dispositivo\",\n    \"whats_id_alt\": null,\n    \"log_connection\": null,\n    \"type\": \"tipo\", //tipo do dispositivo\n    \"connection_token\": null,\n    \"active_sac\": null,\n    \"new_lead\": null,\n    \"config\": null,\n    \"message_per_min\": 2,\n    \"lead_creation\": 2\n}"},{"id":"be4e45b3-a809-47a1-a065-b315d787f4ab","name":"201 - zAPI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Dispositivo\",\n    \"type\": \"tipo_de_dispositivo\",\n    \"token\": \"token_do_dispositivo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3174,\n    \"phone\": null, //retorna o número do dispositivo\n    \"created_at\": \"2025-07-02T14:48:52.262Z\",\n    \"project_id\": 2465,\n    \"updated_at\": \"2025-07-02T14:48:52.262Z\",\n    \"status\": 1,\n    \"name\": \"Nome do Dispositivo\",\n    \"whats_id_alt\": null,\n    \"log_connection\": null,\n    \"type\": \"tipo\", //tipo do dispositivo\n    \"connection_token\": null,\n    \"active_sac\": null,\n    \"new_lead\": null,\n    \"config\": null,\n    \"message_per_min\": 2,\n    \"lead_creation\": 2\n}"},{"id":"1414071a-72f0-4079-b630-d4ca760fdf6f","name":"201 - Oficial","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Dispositivo\",\n    \"type\": \"tipo_de_dispositivo\",\n    \"token\": \"token_do_dispositivo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3174,\n    \"phone\": null, //retorna o número do dispositivo\n    \"created_at\": \"2025-07-02T14:48:52.262Z\",\n    \"project_id\": 2465,\n    \"updated_at\": \"2025-07-02T14:48:52.262Z\",\n    \"status\": 1,\n    \"name\": \"Nome do Dispositivo\",\n    \"whats_id_alt\": null,\n    \"log_connection\": null,\n    \"type\": \"tipo\", //tipo do dispositivo\n    \"connection_token\": null,\n    \"active_sac\": null,\n    \"new_lead\": null,\n    \"config\": null,\n    \"message_per_min\": 2,\n    \"lead_creation\": 2\n}"}],"_postman_id":"862e08ee-8bef-46d8-b256-c1fe24c0db54"},{"name":"Atualizar dispositivo","id":"f03bc42f-2cad-4d10-a097-883798f35bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"type\": \"desktop\",\n    \"token\": \"new_token_456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device","description":"<p>Atualiza um dispositivo existente</p>\n","urlObject":{"path":["api","v1","device"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"441adc4c-d359-4d29-8dfc-095a929e3cb9","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"type\": \"desktop\",\n    \"token\": \"new_token_456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/device"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f03bc42f-2cad-4d10-a097-883798f35bfb"},{"name":"Remover dispositivo","id":"55ca0fde-88ef-40df-b090-57aeb5d5e7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/device/:id","description":"<p>Remove um dispositivo</p>\n","urlObject":{"path":["api","v1","device",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do dispositivo</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"6999785f-6b89-4036-bf4a-fb80c2935599","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/device/:id","host":["https://apis.sellflux.app"],"path":["api","v1","device",":id"],"variable":[{"key":"id","value":"13164","description":"ID do dispositivo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n            \"id\": 3164,\n            \"phone\": \"numero_do_dispositivo\",\n            \"created_at\": \"2025-07-01T16:49:12.210Z\",\n            \"project_id\": 2465,\n            \"updated_at\": \"2025-07-01T16:49:12.831Z\",\n            \"status\": 3,\n            \"name\": \"Nome do dispositivo\",\n            \"whats_id_alt\": \"11111\",\n            \"log_connection\": \"success\",\n            \"type\": \"tipo_do_dispositivo\",\n            \"connection_token\": \"token_da_conexão\",\n            \"active_sac\": true,\n            \"new_lead\": true,\n            \"config\": {\n                \"webhook\": \"webhook gerado na hora da conexão\"\n            },\n            \"message_per_min\": 2,\n            \"lead_creation\": 2\n        }"}],"_postman_id":"55ca0fde-88ef-40df-b090-57aeb5d5e7b5"}],"id":"d8b99970-2c90-4a23-b5d3-1acf1a2d48f4","description":"<p>APIs de gerenciamento de dispositivos</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"d8b99970-2c90-4a23-b5d3-1acf1a2d48f4","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Domínios","item":[{"name":"Informações do domínio pelo ID","id":"dd27beb0-c808-46ca-b710-3fbf437d468d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/domain/:id","description":"<p>Retorna um domínio específico pelo ID</p>\n","urlObject":{"path":["api","v1","domain",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do domínio</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"5bb48800-1191-430f-ac3d-6e0b30518f3a","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/domain/:id","host":["https://apis.sellflux.app"],"path":["api","v1","domain",":id"],"variable":[{"key":"id","value":"178","description":"ID do domínio"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 178,\n    \"project_id\": 2465,\n    \"domain\": \"exemplo.com\",\n    \"created_at\": \"2025-07-01T18:32:48.065Z\",\n    \"updated_at\": \"2025-07-01T18:32:48.065Z\",\n    \"config\": null,\n    \"status\": 1,\n    \"heating\": 5,\n    \"status_site\": 2,\n    \"ip\": \"172.233.11.43\",\n    \"ipv6\": \"2600:3c0d::f03c:94ff:feb7:7385\",\n    \"home_id\": null,\n    \"limit_per_min\": null,\n    \"heating_increment_interval\": 500\n}"}],"_postman_id":"dd27beb0-c808-46ca-b710-3fbf437d468d"},{"name":"Listar domínios do projeto","id":"2bacf055-0416-47c5-83f2-c4fa18a24753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/domain/project?page=1","description":"<p>Retorna lista de domínios do projeto</p>\n","urlObject":{"path":["api","v1","domain","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"1d1d4600-1532-4dac-8021-bc4e00b65b56","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/domain/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","domain","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 178,\n            \"project_id\": 2465,\n            \"domain\": \"exemplo.com\",\n            \"created_at\": \"2025-07-01T18:32:48.065Z\",\n            \"updated_at\": \"2025-07-01T18:32:48.065Z\",\n            \"config\": null,\n            \"status\": 1,\n            \"heating\": 5,\n            \"status_site\": 2,\n            \"ip\": \"172.233.11.43\",\n            \"ipv6\": \"2600:3c0d::f03c:94ff:feb7:7385\",\n            \"home_id\": null,\n            \"limit_per_min\": null,\n            \"heating_increment_interval\": 500\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"2bacf055-0416-47c5-83f2-c4fa18a24753"},{"name":"Criar domínio","id":"e1a42ba3-9b2c-4ab2-9ec5-13fd778ebc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exemplo.com\",\n    \"type\": \"primary\",\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/domain","description":"<p>Cria um novo domínio</p>\n","urlObject":{"path":["api","v1","domain"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"151fc886-e662-4547-8eb6-2f7f99259245","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exemplo.com\",\n    \"domain\": \"exemplo.com\",\n    \"type\": \"primary\",\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/domain"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 178,\n    \"project_id\": 2465,\n    \"domain\": \"exemplo.com\",\n    \"created_at\": \"2025-07-01T18:32:48.065Z\",\n    \"updated_at\": \"2025-07-01T18:32:48.065Z\",\n    \"config\": null,\n    \"status\": 1,\n    \"heating\": 5,\n    \"status_site\": 2,\n    \"ip\": \"172.233.11.43\",\n    \"ipv6\": \"2600:3c0d::f03c:94ff:feb7:7385\",\n    \"home_id\": null,\n    \"limit_per_min\": null,\n    \"heating_increment_interval\": 500\n}"}],"_postman_id":"e1a42ba3-9b2c-4ab2-9ec5-13fd778ebc01"},{"name":"Atualizar domínio","id":"1b151f5c-1e11-48a4-b6a9-6a55761d3b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"novo-exemplo.com\",\n    \"type\": \"secondary\",\n    \"status\": \"inactive\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/domain","description":"<p>Atualiza um domínio existente</p>\n","urlObject":{"path":["api","v1","domain"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"4466d05c-17b2-42b2-9179-bba44e1c0aa1","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 178,\n    \"name\": \"novo-exemplo.com\",\n    \"domain\": \"exemplo.com\",\n    \"type\": \"secondary\",\n    \"status\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/domain"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 178,\n    \"project_id\": 2465,\n    \"domain\": \"exemplo.com\",\n    \"created_at\": \"2025-07-01T18:32:48.065Z\",\n    \"updated_at\": \"2025-07-01T18:40:55.509Z\",\n    \"config\": null,\n    \"status\": 3,\n    \"heating\": 5,\n    \"status_site\": 2,\n    \"ip\": \"195.35.43.47\",\n    \"ipv6\": \"2600:3c0d::f03c:94ff:feb7:7385\",\n    \"home_id\": null,\n    \"limit_per_min\": null,\n    \"heating_increment_interval\": 500\n}"}],"_postman_id":"1b151f5c-1e11-48a4-b6a9-6a55761d3b1f"},{"name":"Desativar domínio","id":"3fd3bde4-3637-4e5c-820d-716ad5390ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/domain/:id","description":"<p>Remove um domínio</p>\n","urlObject":{"path":["api","v1","domain",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do domínio</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"be782a44-e5b1-4dd3-be39-a96de1a2ef22","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/domain/:id","host":["https://apis.sellflux.app"],"path":["api","v1","domain",":id"],"variable":[{"key":"id","value":"178","description":"ID do domínio"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 178,\n    \"project_id\": 2465,\n    \"domain\": \"exemplo.com\",\n    \"created_at\": \"2025-07-01T18:32:48.065Z\",\n    \"updated_at\": \"2025-07-01T18:41:28.507Z\",\n    \"config\": null,\n    \"status\": 3,\n    \"heating\": 5,\n    \"status_site\": 2,\n    \"ip\": \"195.35.43.47\",\n    \"ipv6\": \"2600:3c0d::f03c:94ff:feb7:7385\",\n    \"home_id\": null,\n    \"limit_per_min\": null,\n    \"heating_increment_interval\": 500\n}"}],"_postman_id":"3fd3bde4-3637-4e5c-820d-716ad5390ec1"}],"id":"bdf03f9c-cee3-4079-a853-5a7d0d8774c9","description":"<p>APIs de gerenciamento de domínios</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"bdf03f9c-cee3-4079-a853-5a7d0d8774c9","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Projetos","item":[{"name":"Listar projetos","id":"7d0e30b6-6590-44db-8e3c-ca53b85752e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/project","description":"<p>Retorna informações do projeto atual</p>\n","urlObject":{"path":["api","v1","project"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d0e30b6-6590-44db-8e3c-ca53b85752e2"},{"name":"Atualizar projeto","id":"4f3a4c47-65be-4292-94e6-e59cfb02d9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Projeto\",\n    \"description\": \"Descrição do projeto\",\n    \"settings\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/project","description":"<p>Atualiza informações do projeto</p>\n","urlObject":{"path":["api","v1","project"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f3a4c47-65be-4292-94e6-e59cfb02d9f2"}],"id":"7aeb1bc2-5a47-4825-b80e-0258daf23567","description":"<p>APIs de gerenciamento de projetos</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"7aeb1bc2-5a47-4825-b80e-0258daf23567","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"SAC - CRM","item":[{"name":"Caixas postais","item":[{"name":"Informações por ID","id":"a8df4b05-6879-4799-a738-ece9e597ee28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/mailbox/:id","description":"<p>Retorna uma caixa de email específica pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","mailbox",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"e4a310d1-c244-4032-86e7-3fc7f56c33fa","description":{"content":"<p>ID da caixa de email</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"83ed038e-b398-4500-8a74-dd3c95eccb10","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/mailbox/:id","host":["https://apis.sellflux.app"],"path":["api","v1","mailbox",":id"],"variable":[{"key":"id","value":"45","description":"ID da caixa de email"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 45,\n    \"created_at\": \"2025-07-02T12:23:21.259Z\",\n    \"updated_at\": \"2025-07-02T12:23:21.259Z\",\n    \"domain_id\": 178,\n    \"box\": \"test23\",\n    \"facebook\": null,\n    \"youtube\": null,\n    \"instagram\": null,\n    \"address\": null,\n    \"signature\": null,\n    \"name\": \"Caixa Principal\",\n    \"status\": 1,\n    \"telegram\": null,\n    \"img\": null,\n    \"whatsapp\": null\n}"}],"_postman_id":"a8df4b05-6879-4799-a738-ece9e597ee28"},{"name":"Listar caixas postais por projeto","id":"43a81716-3217-4672-87a5-eb4308d91942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/mailbox/project?page=1","description":"<p>Retorna lista de caixas de email do projeto</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","mailbox","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"bb8e1a12-b487-4143-a90c-d2e6975310e8","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/mailbox/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","mailbox","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 45,\n            \"created_at\": \"2025-07-02T12:23:21.259Z\",\n            \"updated_at\": \"2025-07-02T12:23:21.259Z\",\n            \"domain_id\": 178,\n            \"box\": \"test23\",\n            \"facebook\": null,\n            \"youtube\": null,\n            \"instagram\": null,\n            \"address\": null,\n            \"signature\": null,\n            \"name\": \"Caixa Principal\",\n            \"status\": 1,\n            \"telegram\": null,\n            \"img\": null,\n            \"whatsapp\": null\n        },\n        {\n            \"id\": 43,\n            \"created_at\": \"2025-07-02T12:22:47.845Z\",\n            \"updated_at\": \"2025-07-02T12:22:47.845Z\",\n            \"domain_id\": 178,\n            \"box\": \"teste\",\n            \"facebook\": null,\n            \"youtube\": null,\n            \"instagram\": null,\n            \"address\": null,\n            \"signature\": null,\n            \"name\": \"Caixa Principal\",\n            \"status\": 1,\n            \"telegram\": null,\n            \"img\": null,\n            \"whatsapp\": null\n        },\n        {\n            \"id\": 42,\n            \"created_at\": \"2025-07-02T12:18:42.257Z\",\n            \"updated_at\": \"2025-07-02T12:18:42.257Z\",\n            \"domain_id\": 178,\n            \"box\": \"test\",\n            \"facebook\": null,\n            \"youtube\": null,\n            \"instagram\": null,\n            \"address\": null,\n            \"signature\": null,\n            \"name\": \"Caixa Principal\",\n            \"status\": 1,\n            \"telegram\": null,\n            \"img\": null,\n            \"whatsapp\": null\n        }\n    ],\n    \"total\": \"3\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"43a81716-3217-4672-87a5-eb4308d91942"},{"name":"Criar caixa postal","id":"9f38391e-62da-45c8-9db4-b283494e1322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"provider\": \"gmail\",\n    \"name\": \"Caixa Principal\", //Nome que será enviado os emails\n    \"domain_id\": 178,\n    \"box\": \"test\", //Nome do prefixo da caixa postal\n    \"facebook\": \"link para o facebook\", //opcional\n    \"whatsapp\": \"link para o whatsapp\", //opcional\n    \"youtube\": \"link para o youtube\", //opcional\n    \"instagram\": \"link para o instagram\", //opcional\n    \"telegram\": \"link para o telegram\", //opcional\n    \"signature\": \"assinatura\", //opcional\n    \"img\": \"url da imagem\", //opcional\n    \"address\": \"Endereço\" //opcional\n\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/mailbox","description":"<p>Cria uma nova caixa de email</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","mailbox"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"e73f16e7-d176-493b-a214-4d9952d2d6db","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"provider\": \"gmail\",\n    \"name\": \"Caixa Principal\", //Nome que será enviado os emails\n    \"domain_id\": 178,\n    \"box\": \"test\" //Nome do prefixo da caixa postal\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/mailbox"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 42,\n    \"created_at\": \"2025-07-02T12:18:42.257Z\",\n    \"updated_at\": \"2025-07-02T12:18:42.257Z\",\n    \"domain_id\": 178,\n    \"box\": \"test\",\n    \"facebook\": null,\n    \"youtube\": null,\n    \"instagram\": null,\n    \"address\": null,\n    \"signature\": null,\n    \"name\": \"Caixa Principal\",\n    \"status\": 1,\n    \"telegram\": null,\n    \"img\": null,\n    \"whatsapp\": null\n}"}],"_postman_id":"9f38391e-62da-45c8-9db4-b283494e1322"},{"name":"Atualizar caixa postal","id":"7327063b-b7bf-4ea2-ad66-d5efb02f06f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"email\": \"email@exemplo.com\",\n    \"password\": \"senha\",\n    \"provider\": \"outlook\",\n    \"domain_id\": 1,\n    \"box\": \"caixa_postal\",\n    \"name\": \"Nome Caixa Postal\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/mailbox","description":"<p>Atualiza uma caixa de email existente</p>\n","urlObject":{"path":["api","v1","mailbox"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"7086674c-fd7c-4c86-8ba2-176c11446f19","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 45,\n    \"email\": \"novo@exemplo.com\",\n    \"password\": \"novasenha123\",\n    \"provider\": \"outlook\",\n    \"domain_id\": 178,\n    \"box\": \"test23\",\n    \"name\": \"Caixa Atualizada\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/mailbox"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 45,\n    \"created_at\": \"2025-07-02T12:23:21.259Z\",\n    \"updated_at\": \"2025-07-02T19:52:26.294Z\",\n    \"domain_id\": 178,\n    \"box\": \"test23\",\n    \"facebook\": null,\n    \"youtube\": null,\n    \"instagram\": null,\n    \"address\": null,\n    \"signature\": null,\n    \"name\": \"Caixa Atualizada\",\n    \"status\": 1,\n    \"telegram\": null,\n    \"img\": null,\n    \"whatsapp\": null\n}"}],"_postman_id":"7327063b-b7bf-4ea2-ad66-d5efb02f06f7"},{"name":"Desativar caixa postal","id":"818ef93d-daa7-4717-8949-e0b620f89197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/mailbox/:id","description":"<p>Remove uma caixa de email</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","mailbox",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"43ad1524-8c5a-47ea-a283-a39a6f11fdf8","description":{"content":"<p>ID da caixa de email</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"1f40ab33-c3de-4112-b101-67044a71375c","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/mailbox/:id","host":["https://apis.sellflux.app"],"path":["api","v1","mailbox",":id"],"variable":[{"key":"id","value":"45","description":"ID da caixa de email"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 45,\n    \"created_at\": \"2025-07-02T12:23:21.259Z\",\n    \"updated_at\": \"2025-07-02T19:54:58.526Z\",\n    \"domain_id\": 178,\n    \"box\": \"test23\",\n    \"facebook\": null,\n    \"youtube\": null,\n    \"instagram\": null,\n    \"address\": null,\n    \"signature\": null,\n    \"name\": \"Caixa Atualizada\",\n    \"status\": 3,\n    \"telegram\": null,\n    \"img\": null,\n    \"whatsapp\": null\n}"}],"_postman_id":"818ef93d-daa7-4717-8949-e0b620f89197"}],"id":"f6667b03-7e76-4dcb-b89c-1a3e6bbe775a","description":"<p>APIs de gerenciamento de caixas de email</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"f6667b03-7e76-4dcb-b89c-1a3e6bbe775a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"CRM - Kanban","item":[{"name":"Informações pelo ID","id":"eaf77b55-c175-4b99-8b9d-19c679a29278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/kanban/:id","description":"<p>Retorna um kanban específico pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","name":"CRM - Kanban","type":"folder"}},"urlObject":{"path":["api","v1","kanban",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"02da7447-81d1-4394-9080-b989576273f1","description":{"content":"<p>ID do kanban</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"2aec054e-4b63-429b-929b-496c4e796268","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/kanban/:id","host":["https://apis.sellflux.app"],"path":["api","v1","kanban",":id"],"variable":[{"key":"id","value":"1","description":"ID do kanban"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 167,\n    \"created_at\": \"2025-07-03T13:13:37.641Z\",\n    \"updated_at\": null,\n    \"project_id\": 2465,\n    \"status\": 1,\n    \"name\": \"Nome do Kanban\",\n    \"departments\": [\n        130\n    ],\n    \"authorized_users\": []\n}"}],"_postman_id":"eaf77b55-c175-4b99-8b9d-19c679a29278"},{"name":"Listar Kanbans por projeto","id":"0d216640-21c3-40ae-96c2-f80814ac9332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/kanban/project?page=1","description":"<p>Retorna lista de kanbans do projeto</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","name":"CRM - Kanban","type":"folder"}},"urlObject":{"path":["api","v1","kanban","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c2a35754-4e52-4f75-bf0e-b10e54d41b8e","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/kanban/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","kanban","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 167,\n            \"created_at\": \"2025-07-03T13:13:37.641Z\",\n            \"updated_at\": null,\n            \"project_id\": 2465,\n            \"status\": 1,\n            \"name\": \"Nome do Kanban\",\n            \"departments\": [\n                130\n            ],\n            \"authorized_users\": []\n        },\n        {\n            \"id\": 166,\n            \"created_at\": \"2025-07-03T11:56:30.086Z\",\n            \"updated_at\": null,\n            \"project_id\": 2465,\n            \"status\": 1,\n            \"name\": \"Teste Rest\",\n            \"departments\": [\n                130\n            ],\n            \"authorized_users\": []\n        }\n    ],\n    \"total\": \"2\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"0d216640-21c3-40ae-96c2-f80814ac9332"},{"name":"Criar Kanban","id":"77b0ee3e-7c38-423c-8747-a41221d94fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Kanban\",\n    \"description\": \"Descrição do kanban\",\n    \"departments\": [130]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/kanban","description":"<p>Cria um novo kanban</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","name":"CRM - Kanban","type":"folder"}},"urlObject":{"path":["api","v1","kanban"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"b1c2ed67-49a8-4908-ae37-0084c1014448","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome do Kanban\",\n    \"description\": \"Descrição do kanban\",\n    \"departments\": [130]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/kanban"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 167,\n    \"created_at\": \"2025-07-03T13:13:37.641Z\",\n    \"updated_at\": null,\n    \"project_id\": 2465,\n    \"status\": 1,\n    \"name\": \"Nome do Kanban\",\n    \"departments\": [\n        130\n    ],\n    \"authorized_users\": []\n}"}],"_postman_id":"77b0ee3e-7c38-423c-8747-a41221d94fc5"},{"name":"Atualizar Kanban","id":"8bcdd068-bb22-4de8-bacb-7a92ca625c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"departments\": [1],\n    \"columns\": [\"Backlog\", \"Development\", \"Testing\", \"Done\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/kanban","description":"<p>Atualiza um kanban existente</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","name":"CRM - Kanban","type":"folder"}},"urlObject":{"path":["api","v1","kanban"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"31d4e099-e72b-4673-9b03-60ff01451664","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 167,\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"departments\": [130],\n    \"columns\": [\"Backlog\", \"Development\", \"Testing\", \"Done\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/kanban"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 171,\n    \"created_at\": \"2025-07-22T20:00:00.419Z\",\n    \"updated_at\": null,\n    \"project_id\": 2465,\n    \"status\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"departments\": [\n        130\n    ],\n    \"authorized_users\": []\n}"}],"_postman_id":"8bcdd068-bb22-4de8-bacb-7a92ca625c3b"},{"name":"Deletar Kanban","id":"f1e0a9ba-9b89-47d5-8910-af9dadc363d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/kanban/:id","description":"<p>Remove um kanban</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","name":"CRM - Kanban","type":"folder"}},"urlObject":{"path":["api","v1","kanban",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"6dcd3248-4e62-4400-a2ad-0b5b58aaf6c4","description":{"content":"<p>ID do kanban</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"9cce5b3d-3a5a-42d4-91ee-6b025c7eaa89","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://apis.sellflux.app/api/v1/kanban/:id","host":["https://apis.sellflux.app"],"path":["api","v1","kanban",":id"],"variable":[{"key":"id","value":"171","description":"ID do kanban"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 171,\n    \"created_at\": \"2025-07-22T20:00:00.419Z\",\n    \"updated_at\": null,\n    \"project_id\": 2465,\n    \"status\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"departments\": [\n        130\n    ],\n    \"authorized_users\": []\n}"}],"_postman_id":"f1e0a9ba-9b89-47d5-8910-af9dadc363d6"}],"id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503","description":"<p>APIs de gerenciamento de kanban</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4b3c5d4a-529a-4f85-8a79-ebb5f9834184","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"524c721d-4120-4366-a53b-b197aca1e13c","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"8aef7a0d-94c9-4ab0-8d90-7284e41f1503"},{"name":"IA - RAG","item":[{"name":"Informações dos blocos RAG por ID","id":"b73e136a-3701-451f-9fd6-4541946ac306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/rag/:id","description":"<p>Retorna um RAG específico pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","rag",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"2a45b603-e838-4b96-9a01-6eaaf606fb8d","description":{"content":"<p>ID do RAG</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"088ef1a1-3a8c-4799-b635-67914099c176","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/rag/:id","host":["https://apis.sellflux.app"],"path":["api","v1","rag",":id"],"variable":[{"key":"id","value":"57","description":"ID do RAG"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n            \"id\": 57,\n            \"project_id\": 31,\n            \"block_id\": 6453,\n            \"content\": \"Descrição de quando a IA deve chamar o RAG\",\n            \"limit_rag\": 200,\n            \"created_at\": \"2025-07-01T13:04:26.103Z\"\n        }"}],"_postman_id":"b73e136a-3701-451f-9fd6-4541946ac306"},{"name":"Listar blocos RAG","id":"dde0f5bc-3023-4f45-ad31-1eeb6b2f3f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/rag/project?page=1","description":"<p>Retorna lista de RAGs do projeto</p>\n","urlObject":{"path":["api","v1","rag","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"cc661cb3-d962-4e43-91c4-fb4c8dc4ce57","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/rag/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","rag","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 57,\n            \"project_id\": 31,\n            \"block_id\": 6453,\n            \"content\": \"Descrição de quando a IA deve chamar o RAG\",\n            \"limit_rag\": 200,\n            \"created_at\": \"2025-07-01T13:04:26.103Z\"\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"dde0f5bc-3023-4f45-ad31-1eeb6b2f3f79"},{"name":"Atualizar bloco RAG","id":"71628583-8067-4bb8-96f6-7cdf21f503cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"status\": \"green\",\n    \"description\": \"Status atualizado\",\n    \"notes\": \"Observações sobre o status\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/rag","description":"<p>Atualiza um RAG existente</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","rag"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"64c02880-9061-41bf-993d-ccbea0c15102","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 57,\n    \"status\": \"green\",\n    \"description\": \"Status atualizado\",\n    \"notes\": \"Observações sobre o status\",\n    \"content\": \"Texto do RAG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/rag"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 57,\n    \"created_at\": \"2025-07-01T13:04:26.103Z\",\n    \"project_id\": 31,\n    \"block_id\": 6453,\n    \"content\": \"Texto do RAG\",\n    \"limit_rag\": 250,\n    \"emb_hash\": \"44e25b19bc47f67b998dfe9f9412adb0\"\n}"}],"_postman_id":"71628583-8067-4bb8-96f6-7cdf21f503cf"}],"id":"06c58def-61e8-4017-b0a8-52542be49bbc","description":"<p>APIs de gerenciamento RAG (Red, Amber, Green - Geração Aumentada por Recuperação)</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"06c58def-61e8-4017-b0a8-52542be49bbc","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"IA - Produtos","item":[{"name":"Informações pelo ID","id":"42efb245-ddb2-4583-9768-8f6cefa9ab09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/products/:id","description":"<p>Retorna um produto específico pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","products",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"8dcf593a-6875-4731-8d3d-381a63929033","description":{"content":"<p>ID do produto</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"0e2140b1-6c0b-4302-8e05-d21c52e05f06","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/products/:id","host":["https://apis.sellflux.app"],"path":["api","v1","products",":id"],"variable":[{"key":"id","value":"24093","description":"ID do produto"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 24093,\n    \"project_id\": 2465,\n    \"emb_hash\": null,\n    \"title\": \"Produto test Rest\",\n    \"description\": \"Produto teste para API \",\n    \"status\": 1,\n    \"availability\": true,\n    \"quantity\": 500,\n    \"id_external\": null,\n    \"feed_id\": null,\n    \"feed_read_id\": null,\n    \"unique_hash\": null,\n    \"weight\": null,\n    \"link\": \"https://sellflux.com\",\n    \"category\": \"Teste\",\n    \"currency\": \"BRL\",\n    \"promotional_price\": null,\n    \"promo_init\": null,\n    \"promo_end\": null,\n    \"main_product_id\": 11879,\n    \"price\": 62.34\n}"}],"_postman_id":"42efb245-ddb2-4583-9768-8f6cefa9ab09"},{"name":"Listar produtos","id":"3c44d3cf-d199-4dbe-8ae2-17bd0a73ae95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/products/project?page=1","description":"<p>Retorna lista de produtos do projeto</p>\n","urlObject":{"path":["api","v1","products","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"8c34ce64-6021-4aff-95b2-7920da30d40f","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/products/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","products","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 24093,\n            \"project_id\": 2465,\n            \"emb_hash\": null,\n            \"title\": \"Produto test Rest\",\n            \"description\": \"Produto teste para API \",\n            \"status\": 1,\n            \"availability\": true,\n            \"quantity\": 500,\n            \"id_external\": null,\n            \"feed_id\": null,\n            \"feed_read_id\": null,\n            \"unique_hash\": null,\n            \"weight\": null,\n            \"link\": \"https://sellflux.com\",\n            \"category\": \"Teste\",\n            \"currency\": \"BRL\",\n            \"promotional_price\": null,\n            \"promo_init\": null,\n            \"promo_end\": null,\n            \"main_product_id\": 11879,\n            \"price\": 62.34\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"3c44d3cf-d199-4dbe-8ae2-17bd0a73ae95"},{"name":"Criar produto","id":"c7670687-e3a3-4108-bcf3-1ff4b3a47591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Titulo do produto\",\n    \"description\": \"Descrição do produto\",\n    \"main_product_id\": 123,\n    \"price\": 99.99,\n    \"category\": \"categoria1\",\n    \"availability\": false, //opcional - disponibilidade (false = Não & true = Sim)\n    \"quantity\": 50, //opcional - estoque\n    \"link\": \"https://link-do-produto.com\", //opcional - link do produto\n    \"image_link\": \"https://link-do-produto.com\", //opcional - link da imagem do produto\n    \"currency\": \"BRL\",//opcional - tipo de moeda\n    \"promotional_price\": \"99.90\", //opcional - preço de promoção\n    \"promo_init\": \"2025-01-01T00:00:00.000Z\", //opcional - inicio da promoção (formato YYYY-MM-DDTHH:mm:ss)\n    \"promo_end\": \"2025-01-01T00:00:00.000Z\" //opcional - fim da promoção (formato YYYY-MM-DDTHH:mm:ss)\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/products","description":"<p>Cria um novo produto</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","products"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"97eb11ee-af19-48fc-b617-cd1fbeba195d","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Titulo do produto\",\n    \"description\": \"Descrição do produto\",\n    \"main_product_id\": 123,\n    \"price\": 99.99,\n    \"category\": \"categoria1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24094,\n    \"project_id\": 2465,\n    \"title\": \"Titulo do produto\",\n    \"description\": \"Descrição do produto\",\n    \"status\": 1,\n    \"availability\": false,\n    \"quantity\": null,\n    \"id_external\": null,\n    \"feed_id\": null,\n    \"feed_read_id\": null,\n    \"unique_hash\": null,\n    \"weight\": null,\n    \"link\": null,\n    \"category\": \"categoria1\",\n    \"currency\": \"BRL\",\n    \"promotional_price\": null,\n    \"promo_init\": null,\n    \"promo_end\": null,\n    \"main_product_id\": 11880,\n    \"price\": 99.99\n}"}],"_postman_id":"c7670687-e3a3-4108-bcf3-1ff4b3a47591"},{"name":"Atualizar produto","id":"c99bf643-3b40-4df2-bb81-0b6a623eac99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"title\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"price\": 149.99,\n    \"category\": \"categoria2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/products","description":"<p>Atualiza um produto existente</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","products"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"4f5c31cd-730a-4888-b294-41657b292327","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 24094,\n    \"title\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"price\": 149.99,\n    \"category\": \"categoria2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24094,\n    \"project_id\": 2465,\n    \"emb_hash\": \"f667a850f4a799ff9a21c10f21eac91d_2eacba820fdc5a9dcc9f554a69575d17\",\n    \"title\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"status\": 1,\n    \"availability\": false,\n    \"quantity\": null,\n    \"id_external\": null,\n    \"feed_id\": null,\n    \"feed_read_id\": null,\n    \"unique_hash\": null,\n    \"weight\": null,\n    \"link\": null,\n    \"category\": \"categoria2\",\n    \"currency\": \"BRL\",\n    \"promotional_price\": null,\n    \"promo_init\": null,\n    \"promo_end\": null,\n    \"main_product_id\": 11880,\n    \"price\": 149.99\n}"}],"_postman_id":"c99bf643-3b40-4df2-bb81-0b6a623eac99"},{"name":"Deletar produto","id":"2ee9e4dd-08d5-4b20-8222-90ee44a01b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/products/:id","description":"<p>Remove um produto</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","products",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"647fbce6-7fd4-4ceb-a393-0083e156dd34","description":{"content":"<p>ID do produto</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"57c8d664-d961-426b-b397-3d368678a930","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/products/:id","host":["https://apis.sellflux.app"],"path":["api","v1","products",":id"],"variable":[{"key":"id","value":"24094","description":"ID do produto"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24094,\n    \"created_at\": \"2025-07-03T12:04:39.937Z\",\n    \"updated_at\": \"2025-07-03T12:07:23.044Z\",\n    \"project_id\": 2465,\n    \"title\": \"Nome Atualizado\",\n    \"description\": \"Nova descrição\",\n    \"status\": 3,\n    \"availability\": false,\n    \"quantity\": null,\n    \"id_external\": null,\n    \"feed_id\": null,\n    \"feed_read_id\": null,\n    \"unique_hash\": null,\n    \"weight\": null,\n    \"link\": null,\n    \"category\": \"categoria2\",\n    \"currency\": \"BRL\",\n    \"promotional_price\": null,\n    \"promo_init\": null,\n    \"promo_end\": null,\n    \"emb_body_v3_large\": \"[-0.03454358,0.029875528,-0.004400768,0.06426853,-0.01785906,-0.0059668235,-0.018084934,0.057311624,-0.026020622,0.023536013,0.008056154,-0.001546292,-0.00066115044,-0.008056154,0.0063169277,0.01796447,-0.015479861,0.003423865,0.000810321,-0.003079408,0.014674245,0.0047772233,-0.00782275,0.028324531,-0.018958312,0.0029024738,-0.015238929,0.0340316,0.0534266,0.0012517154,-0.019485349,-0.015464802,0.010533232,0.024213634,-0.021759143,0.04050664,-0.0032130498,0.021909725,0.050987165,-0.013371708,-0.03686255,-0.04219316,-0.019063719,0.018581856,0.023039091,0.008628366,0.023671538,0.004031841,-0.09324056,-0.012731734,0.0021062698,-0.028294414,-0.05276404,0.017557897,4.8762784e-05,-0.037374526,0.028354647,0.035025444,-0.00825191,-2.0675656e-05,-0.01054829,0.021141754,0.011481901,-0.0044271196,-0.00978032,-0.011707773,-0.025297826,-0.006347044,0.021759143,0.023927528,0.002672836,0.010066426,0.039000817,-0.020885766,0.0038266727,0.004434649,0.01862703,0.0067272643,0.0120616425,-0.0053983754,0.035447072,0.04680098,0.003945256,-0.03469416,0.013552407,0.0067159706,-0.011067799,-0.09655337,0.00024869607,-0.01471189,-0.017512722,0.018732438,-0.014824827,-0.007160188,0.01182071,0.023581188,-0.012822083,-0.0100965435,-0.019681107,0.017467547,-0.014960351,-0.018777613,0.016232772,-0.041139085,0.038217787,0.024831021,0.012686559,0.026141087,-0.05174008,-0.009177991,0.008538016,0.0061889323,-0.015246458,0.0054171984,-0.02365648,-0.007928158,-0.011617425,-0.060624436,0.0050219195,-0.00867354,-0.010902159,-0.06950879,0.012626326,0.0070133707,0.0011096033,0.0120767,-0.005590368,0.027496329,0.0014474724,0.0075253504,-0.05827535,0.030929605,0.0045889956,0.03460381,0.016955568,-0.008364847,0.0005538605,-0.0091027,-0.0122046955,0.012189637,-0.06481062,0.00017316964,0.024785846,-0.0018672205,-0.02526771,-0.008455196,0.01897337,-0.016985683,0.004720755,0.019575698,-0.008620837,-0.05914873,0.0063244565,0.01208423,0.02373177,-0.010736518,-0.043337587,-0.03472428,-0.0014220616,0.06655738,-0.0041033677,0.014260144,-0.015690675,0.044271197,-0.009321044,-0.033218455,0.024529858,0.022557229,-0.0125962095,0.023370372,0.00069644314,-0.01106027,-0.0026370725,-0.038006973,-0.013055486,0.054420445,0.04315689,-0.034182183,-0.0042163045,-0.012987724,-0.015110934,0.033489503,-0.025689341,0.01301784,-0.0086660115,0.011459313,0.02748127,0.010472999,-0.032706477,-0.021578444,-0.01318348,-0.0025542523,-0.013725577,-0.0024149637,0.0067423224,0.029679772,0.0026653067,-0.013808397,-0.009983607,0.03225473,-0.019154068,-0.03336904,0.0158262,-0.014192382,-0.026126029,0.010894629,-0.01276185,0.0114894295,0.01668452,-0.008462725,0.034664046,0.018355982,0.005078388,0.011670128,0.047102142,0.009268341,0.03547719,-0.0074161785,-0.051438913,0.0020686244,-0.006885376,-0.0025749574,-0.027933016,0.019108893,-0.06384689,0.0044421777,0.044993993,0.001100192,-0.0013665344,-0.005537664,-0.04550597,0.006900434,-0.013823455,0.0037984385,-0.024891254,-0.014696833,-0.01234022,0.019937096,-0.02288851,-0.017196499,-0.007468882,0.0035273903,0.0041560717,0.0074651176,-0.015871374,-0.009177991,0.023114383,0.05496254,0.017030858,0.030989837,-0.009516802,-0.010134188,-0.040265705,0.08775937,-0.009388806,-0.01922936,0.028234182,0.010307359,0.041651063,0.012566093,-0.011670128,-0.003612093,-0.015291633,0.019590758,0.029995995,0.02603568,0.032284845,-0.012054113,-0.021759143,-0.020117795,0.013913805,-0.016850159,0.011165678,0.033158224,-0.009795379,0.021412803,-0.007438766,0.020223202,0.013838514,-0.0004811575,0.03514591,-0.0064223353,0.039422445,-0.012799496,-0.019003486,0.017663304,0.033067875,-0.0124531565,0.028640753,0.02135257,-0.022542171,0.02144292,0.04183176,-0.0059592947,-0.021488095,0.016624287,0.046078183,0.016744751,-0.00918552,0.019771457,0.018416215,-0.0367722,-0.010066426,-0.010254655,0.03394125,0.04321712,0.02492137,0.0056957756,-0.03547719,-0.04008501,0.06818367,-0.05180031,0.025388176,-0.033911135,0.019003486,-0.014049329,-0.006542801,0.011030153,0.017844003,-0.0061663454,-0.06830413,-0.015615385,-0.017663304,0.02867087,0.011926118,0.006441158,-0.004227598,-0.02492137,-0.015479861,0.0019058073,-0.022662636,-0.025719456,0.053818114,0.027887842,-0.016820043,0.040596988,0.02204525,-0.0026238966,0.017256731,-0.018581856,0.014930235,-0.019033603,-0.02228618,-0.0026351903,-0.0077399304,-0.011030153,0.007472647,-0.024198575,0.0026577776,0.050143905,0.0007505586,-0.02934849,0.022406647,0.015359394,0.065292485,-0.034272533,0.007212892,-0.003011646,0.0038662006,9.105523e-05,0.019440174,-0.027767377,0.034362882,0.0031377587,0.04502411,0.049662042,0.006365867,0.014892589,-0.027526444,-0.0058651804,-0.023189675,0.025147244,-0.060263038,0.008816593,-0.0003416336,0.020449076,-0.017286848,0.011790594,-0.012475744,0.011150619,0.04381945,-0.027722202,-0.042163044,0.0217742,0.029574364,0.02910756,0.020720124,-0.014681774,-0.016097248,0.0031923447,0.012174579,0.012136933,-0.05192078,0.0017401667,0.025809806,0.005259087,0.013838514,0.022662636,0.030342333,0.010510645,0.031170536,0.024108225,-0.045234922,-0.004013018,0.014907648,-0.0016037015,-0.019891921,-0.007536644,0.028279357,0.0070397225,0.0019839217,-0.039422445,0.012573622,-0.0037175005,0.008635895,-0.010841926,0.0413499,0.0013053603,-0.033218455,0.011896002,0.053245902,0.010578407,-0.017452488,0.022421705,-0.02627661,-0.054480676,-0.047102142,-0.006083525,-0.0037024424,-0.0068176137,0.009976078,-0.0044572363,0.010066426,-0.007732401,0.014358022,0.021653734,0.04128967,-0.017919295,-0.009893257,-0.018747497,-0.026427194,-0.004397003,-0.0063733957,0.021729026,-0.018325865,-0.024981603,-0.041891996,-0.0010888983,0.015223871,0.009004822,-0.033158224,0.00078679255,-0.0068966695,0.007958274,-0.018732438,0.00046633458,-0.009230695,0.072460204,0.03011646,-0.016820043,0.03701313,0.0061023477,-0.022572286,0.03538684,-0.033911135,-0.015916549,-0.023807062,-0.016699577,0.0062604593,0.06246154,-0.05174008,-0.038006973,0.014629071,0.014011683,0.040115125,0.04168118,-0.012468214,-0.03243543,0.012588681,0.0009486685,0.012475744,0.0058727097,-0.03327869,-0.0048487503,-0.020057563,-0.033971366,0.0048449854,0.032525778,-0.026592834,0.048607968,-0.015494918,0.043337587,0.03240531,0.03912128,-0.009885728,-0.017588012,0.011504488,-0.00011276026,-0.0039189043,0.01573585,-0.013665344,0.043187004,-0.017060975,0.019425116,-0.008289556,-0.008304614,-0.0156455,-0.013710518,0.041651063,0.044783175,-0.023295082,0.03553742,-0.019922039,0.010962391,-0.013213597,-0.0131684225,0.009727617,0.01165507,0.0045362916,0.0039716084,-0.017286848,-0.014282731,-0.03207403,0.01071393,-0.028700987,0.0025222534,-0.020690009,-0.012535976,0.059600476,-0.0028328295,0.0032864588,0.027842667,-0.013334063,-0.0015142933,-0.019440174,-0.020991173,-0.003531155,-0.023837179,0.0025071953,0.012874787,0.0015877021,0.009177991,-0.0006117406,0.008364847,-0.00023093207,0.0075140567,0.024529858,-0.02374683,0.0048976894,-0.026728358,0.013145835,-0.0005637425,0.04089815,0.0033655143,0.009659855,0.025824865,-0.016774869,0.008786477,-0.0069757253,0.004867573,-0.022150656,0.0057371855,0.030824197,0.0058576516,0.0039678435,-0.00023552013,-0.004009254,-0.0020573307,-0.0046492284,0.023611305,0.0010663109,0.021036347,-0.008402492,-0.00370056,0.009945961,0.03580847,0.019801572,0.028309472,-0.0147796525,-0.014365551,-0.014433313,-0.016835101,0.0058651804,-0.021939842,-0.0010888983,-0.0060119983,0.012129405,-0.016669462,-0.018566798,-0.020464135,0.038097322,0.007890512,0.028972035,0.034423113,-0.017723536,-0.004193717,0.005635543,-0.02049425,0.039753728,-0.013040427,0.01794941,-0.010066426,-0.0060948185,0.022858392,-0.018642088,0.02680365,0.024559973,-0.010375121,0.03996454,0.020720124,-0.039151397,0.023852237,-0.0051348563,0.0062830467,-0.0071074846,-0.0039226688,-0.017633187,0.01097745,-0.010224538,0.0074764113,0.041500483,-0.025373118,-0.005989411,-0.009313515,-0.023942586,0.002768832,0.011278614,-0.0046755807,0.0025034307,0.029243084,-0.023355315,-0.013808397,-0.007419943,0.019711222,0.043578517,-0.026261553,-0.016142422,-0.011624954,-0.0027838903,0.0008818476,0.046078183,-0.02849017,0.0029269434,0.025117127,0.0047960463,-0.0037080892,-0.014568837,0.0088090645,0.0010578407,-0.01301784,0.008839181,-0.016518878,-0.030477857,0.033820786,-0.0075592315,-0.008289556,0.012791966,-0.009584564,-0.011579779,-0.012242341,-0.019545583,-0.05990164,-0.008650953,-0.0008785536,0.012739263,-0.0064223353,-0.004630406,-0.01080428,-0.019515466,-0.009750204,-0.012016468,-0.031441584,-0.016097248,-0.010736518,0.005097211,0.021593502,0.0017938117,-0.010405237,-0.028821452,-0.03496521,-0.009968548,-0.0060007046,0.009938432,0.0016244065,0.024785846,-0.008266969,-0.008711186,-0.011715303,0.007837809,0.0098104365,-0.011745419,-0.004110897,-0.004110897,-0.009343632,0.02594533,0.0017260496,-0.009945961,0.008108857,-0.028685927,-0.008447667,0.0017072269,-0.033459388,-0.024544915,0.012588681,-0.00030187046,0.040356055,0.0100965435,0.009004822,-0.009885728,-0.003100113,-0.0031452877,0.01617254,0.024529858,0.026939174,0.021939842,0.03854907,0.026698241,-0.0014342964,-0.009042467,0.022918627,0.0042426563,0.03216438,-0.014621542,-0.0025034307,0.013130777,-0.015449744,0.033519622,-0.004152307,-0.0019970979,-0.0043330058,-0.011896002,0.008161561,0.018581856,0.007935687,0.010427824,0.018084934,0.008146502,-0.01514105,0.014177323,0.008282026,0.019816631,-0.03665173,-0.008266969,-0.00078161625,-0.011798123,-0.00599694,-0.022195831,0.025162302,0.040205475,-0.008199207,-0.008703657,-0.026487427,-0.006399748,-0.04186188,0.018506564,0.0075404085,-0.010367591,0.02713493,-0.006185168,-0.016338179,0.017889177,0.008033566,-0.010962391,0.020855648,0.0120616425,0.0049278056,-0.0017740477,-0.018175283,-0.012197167,-0.013416883,0.011647541,0.042253394,-0.005052036,0.027917959,-0.025975447,-0.012739263,0.012957607,-0.011542133,0.0053983754,-0.010006194,-0.021247163,0.004144778,0.0074425302,-0.023972703,-0.0123477485,0.033308804,-0.01224987,0.001748637,-0.009072583,0.005910355,0.017181441,0.0037833804,0.0042313626,-0.01055582,0.008161561,-0.03785639,-0.03011646,0.009945961,-0.010593465,0.026653066,0.008191677,-0.026592834,0.0062566944,0.04270514,0.002829065,0.017000742,0.0023923763,-0.0061889323,-0.02449974,-0.007777576,0.020539425,0.014516134,-0.0019387471,-0.0066632666,0.017151324,-0.0129199615,0.00019458057,-0.023837179,0.007529115,-0.006042115,-0.023204733,-0.004031841,0.011865885,-0.01641347,0.008154032,0.017542837,-0.013590053,0.040024776,-0.009388806,-0.022602404,-0.02041896,0.007002077,-0.0078076925,-0.0012997135,-0.019244418,0.013236185,0.0058576516,0.03496521,0.0042238333,0.026984349,-0.011700245,-0.005439786,-0.017332023,0.0033184574,0.010894629,-0.014651658,-0.0241534,0.00650892,-0.013552407,0.0016573465,0.02748127,0.009464097,0.059449892,0.005052036,-0.005044507,-0.0034012778,0.007130072,-0.0031697573,0.031291,0.009479156,-0.019349826,0.02859558,0.00076749915,-0.01803976,0.018672206,0.050806466,0.011880944,-0.038217787,-0.02025332,0.03282694,-0.0042652437,-0.029664714,-0.021578444,-0.0017655775,-0.009283399,-0.008575662,0.026653066,0.018190341,0.027963134,-0.019635933,0.016639344,0.010314887,-8.776125e-05,-0.010563348,-0.025734516,-0.020238262,-0.007837809,0.019967213,-0.008628366,-0.00783028,0.021759143,0.030267043,0.010179363,-0.039723612,0.001417356,0.022978859,-0.0010154893,-0.024936428,-0.013236185,0.051077515,0.0020742712,0.0019020427,0.0075065275,0.0017749888,0.005018155,-0.008229323,0.036380682,0.003687384,0.008831652,0.053065203,0.026909057,-0.004227598,0.0028798864,-0.033820786,-0.019455234,-0.04204258,-0.044873524,0.04092827,0.012739263,0.008244381,-0.0314717,0.0130630145,0.0015406451,0.010766635,-0.038669534,0.045445736,-0.010563348,0.007867925,-0.00052280293,-0.01776871,0.010503115,-0.0018389863,-0.0010220774,0.0054322565,0.0048449854,0.0041824235,0.0021589738,0.01983169,0.0148850605,-0.023957644,0.015216341,-0.0070736036,-0.017316965,0.008492841,0.020945998,-0.03854907,-0.011000037,-0.0055150767,-0.0031283472,-0.004916512,-0.008696128,0.0018276927,0.0076382873,-0.00807874,0.0064373934,-0.0142752025,-0.018777613,-0.0050219195,-0.021307396,-0.020554485,0.011150619,-0.00033763374,0.01471189,-0.0054586083,0.020403901,0.026743416,0.007322064,0.00056562474,-0.006610563,0.0054924893,-0.025343,0.017045917,-0.012679029,0.014583896,0.037043247,-0.005311791,-0.011135561,0.009938432,-0.032676358,0.008545546,0.0131684225,-0.018837845,0.049872857,-0.009689971,-0.00536073,-0.024876196,-0.0340316,-0.02373177,0.00016634639,0.0008042036,-0.0054661375,0.013514762,-0.018642088,-0.004664287,-0.0012008939,0.021894667,0.030086344,0.0017448724,0.012837141,0.0029457663,0.016533937,0.026336845,0.025734516,-0.013484645,-0.012016468,0.009125288,-0.0011199559,-0.029303316,-0.007355945,0.025809806,-0.0036478562,0.016187597,0.027842667,-0.01045794,-0.022662636,0.00617011,0.05146903,0.007581819,0.01335665,0.03394125,-0.007547938,0.0002165797,-0.00029881176,-0.018642088,-0.0010945451,0.00029104736,-0.0013063014,0.0054059047,-0.004660522,0.008372376,-0.033399154,0.007890512,-0.0015453509,-0.005469902,-0.0010540761,0.014704362,0.019349826,-0.01557021,0.006429864,0.0012592445,0.022180773,-0.00625293,0.006441158,-0.0012940667,0.013981567,0.0051273275,-0.008944589,0.0015434686,-0.009095171,0.009539389,-0.013228655,-0.022000074,-0.0061964616,-0.013785809,0.013846043,-0.0074764113,-0.02160856,-0.014109561,0.02603568,0.00646751,0.010766635,-0.0016187597,0.0013533584,-0.009223166,0.011903531,0.008756361,-0.006881611,-0.020388843,-0.019816631,-0.050926935,0.0182054,0.011052741,0.019154068,0.034513462,0.024981603,-0.034272533,0.02288851,0.01624783,-0.012663972,-0.0028234182,-0.00056985987,0.018943254,0.0049579223,0.0074801757,-0.043578517,-0.020193087,-0.016609227,0.0055263704,-0.0043857093,0.019184185,-0.023536013,0.03138135,-0.0042125396,0.0022399118,-0.03734441,0.0038097322,0.024017876,-0.01182071,0.026080854,-0.04192211,-0.007130072,-0.022436762,-0.011760478,0.017708478,-0.0019481585,0.0037833804,-0.005469902,0.028098658,0.024228692,-0.0076872264,-0.0036760904,0.0018276927,0.046228766,0.002364142,0.015344337,0.0042501856,0.022316298,-0.011022625,-0.019123953,-0.019455234,-0.0016441705,0.021969957,0.014252615,-0.029574364,-0.022060307,-0.012731734,-0.02204525,0.0058237705,0.017316965,0.02858052,-0.0057070693,0.009765262,0.046138417,-1.0551054e-05,-0.0010860749,0.0156003265,-0.016895333,-0.014327906,0.037314296,-0.016127365,-0.0255237,-0.020795416,-0.00099949,-0.009313515,-0.033429272,0.004024312,-0.008191677,0.030899487,0.019123953,0.008741302,0.0012488919,-0.025312886,-0.006313163,-0.008733774,-0.0027067168,0.0019763927,-0.007438766,-0.01131626,-0.029499073,-0.015961723,-0.004400768,0.024454566,0.0038172614,-0.019093836,-0.016880276,-0.013160893,0.0071338364,-0.0027631852,0.029288257,-0.005266616,-0.016804984,0.026412135,-0.020147912,0.014154736,0.01743743,0.016443588,-0.036139753,-0.044783175,0.0012027761,-0.014877532,0.0021232103,-0.006399748,0.014621542,-0.0033466916,-0.015163638,-0.024273867,-0.018867962,-0.012528447,-0.015110934,-0.0048148693,-0.01803976,0.016232772,-0.01974134,0.008221794,0.009945961,0.0023679067,0.0015726439,0.013424412,-0.024093168,0.032977525,-0.015238929,0.0008630248,4.911571e-05,0.038037088,-0.00987067,-0.021729026,-0.010405237,0.0007919688,-0.022858392,0.00020505075,0.0026916587,-0.01292749,0.009554447,0.0073710037,0.009245753,-0.02365648,0.008410022,-0.0063395146,0.025990505,0.010510645,0.01913901,-0.0076269936,0.019620873,0.0076194643,0.0041334843,0.04493376,0.022978859,-0.004841221,0.008854239,0.02041896,-0.0031114067,-0.04634923,0.01931971,-0.009042467,0.016985683,-0.008492841,-0.006595505,0.014561309,-0.009607151,-0.022752985,-0.004792282,-0.0061964616,-0.0023792004,-0.02910756,0.022180773,0.021051405,0.0079131,0.020825531,0.0021872078,0.010578407,0.0037043246,0.008891885,0.011406609,-0.012746791,-0.016428528,-0.0018408686,0.0032939878,-0.019154068,-0.0034953917,0.011466842,-0.018340925,-0.00391514,0.013341592,0.008703657,-0.0035160966,0.012716675,0.0029890586,0.021126697,0.0060007046,-0.016277947,-0.0015020585,-0.012551035,-0.014132149,0.014199911,0.03460381,0.0020949764,0.0055941325,-0.010533232,0.0066331504,6.8585534e-05,0.032616127,0.00028869451,-0.0062228134,0.019937096,-0.019364884,0.0061023477,0.022436762,-0.013160893,0.0030248219,-0.00047080498,0.021307396,0.0037927916,-0.012731734,-0.012980195,-0.005929178,0.011037682,0.009539389,-0.011391551,-0.0032450487,0.015841259,0.020102737,0.005213912,-0.008711186,0.01369546,-0.016789926,-0.000499745,0.0035029207,-0.02331014,-0.013861101,0.020991173,-0.01335665,0.017181441,-0.015374453,0.029197909,0.020328611,-0.02876122,-0.00094113935,0.010201951,0.031682517,0.010390178,0.0036742082,-0.011986352,0.019304652,-0.018732438,-0.01370299,-0.013642756,-0.00085502514,0.011783065,-0.025749573,-0.0006286811,-0.006388454,-0.0067084413,-0.006429864,0.029709889,0.020569542,-0.0064712744,-0.0017994585,-0.0071526594,-0.0076684034,0.0023283788,0.010089014,0.025071952,-0.00034045716,-0.013951451,-0.0029514132,-0.00617011,-0.00093972764,0.0044271196,-0.008718715,0.0067423224,0.007785105,-0.004754636,-0.017377198,-0.004739578,-0.005759773,-0.020750241,0.0133114755,0.0119185895,0.0011924236,-0.0079131,0.011135561,-0.04125955,0.0031641107,-0.04448201,0.017467547,-0.022436762,-0.0056468365,-0.013838514,0.042403977,0.010435353,-0.047855057,0.0031716397,0.0025900155,0.0036817372,-0.005801183,-0.019922039,-0.0033749258,0.0036553855,0.04089815,-0.013936392,0.0110979155,-0.011542133,0.0046191122,-0.003199874,-0.039753728,-0.019786514,0.02323485,0.0063395146,0.021382688,-0.019515466,0.010811809,0.0005373906,0.011030153,-0.025764631,-0.02016297,0.030086344,0.012159521,0.012694088,-0.024032936,0.041319784,0.022858392,0.003781498,0.019876864,0.035115793,-0.02365648,-0.008033566,0.015193754,0.018431274,0.0068703173,0.008688599,0.0045362916,-0.0072015985,0.018325865,0.0075780544,0.0037382056,-0.017994585,-0.03538684,0.0030756434,0.010947334,-0.04074757,-0.030447742,0.004272773,-0.02406305,-0.00782275,-0.0075140567,0.005097211,0.003598917,-0.0077060494,-0.02969483,0.008063682,-0.008319672,0.02100623,0.012287516,-0.024620207,-0.02687894,-0.0073822974,-0.022165714,-0.03761546,0.025508642,-0.022075364,-0.035356723,-0.05333625,0.028324531,-0.011353905,0.025478525,0.019304652,-0.02153327,-0.008816593,-0.0182054,0.0117755355,-0.008364847,0.0046831095,-0.022557229,0.006855259,0.023340257,0.00633575,-0.0005642131,0.016383354,-0.032887176,0.01020948,0.005164973,-0.007709814,0.008786477,-0.019952156,-0.017392255,-0.025719456,-0.0005651542,0.008824123,-0.011120503,-0.030387508,0.015916549,-0.0055941325,0.028625695,-0.003911375,-0.0013655933,-0.0148850605,0.004739578,-0.016639344,0.020388843,-0.012716675,-0.013913805,-0.023942586,-0.005436021,0.0005312732,0.0062454008,-0.0010107837,-0.014960351,-0.024409391,-0.00035010386,-0.021171872,0.00225497,0.0004613936,0.012430569,-0.028565463,0.012686559,0.0015077053,-0.019696165,-0.009720087,0.0027085992,-0.0026897762,-0.006143758,-0.011835769,0.008297085,-0.005368259,-0.012385394,-0.018310808,-0.029980935,0.015479861,0.005989411,-0.033971366,-0.007547938,0.0183861,0.015306691,-0.002134504,0.0005416257,-0.012686559,0.030447742,0.007224186,0.009599621,-0.0012874787,-0.0045212335,-0.003497274,-0.016112307,0.017844003,-0.005326849,0.008786477,0.0147796525,-0.0030643498,0.016729694,-0.0243341,0.019952156,0.017030858,0.02424375,-0.009072583,0.008447667,0.0038737296,-0.033429272,-0.018340925,-0.016669462,0.020945998,0.04815622,0.012709146,0.0042915954,-0.003517979,0.009290928,0.002526018,-0.003376808,0.009622209,-0.009065054,-0.0030643498,0.00055856624,0.021307396,-0.009539389,0.019726282,-0.01913901,-0.0070886617,0.013447,-0.0010813691,-0.010924746,0.012392923,0.0004023371,-0.005571545,-0.008214264,-0.007965804,-0.0016498173,0.022557229,0.008620837,0.021909725,-0.010119131,-0.010427824,-0.018310808,-0.011933647,0.021668794,-0.017904235,-0.004792282,-0.027948076,-0.0023321435,-0.014870002,-0.007724872,-0.002288851,-0.0002517548,0.016097248,0.051077515,-0.0052703805,0.022542171,0.0015472331,0.013236185,0.012302574,0.01106027,-0.015186225,-0.008033566,-0.02160856,-0.006787497,-0.015253987,0.011617425,0.0031961093,0.011173206,0.0040996033,-0.0056430716,0.0037833804,0.018009644,-0.013175951,-0.003437041,0.025659224,0.027661968,0.008266969,-0.003606446,0.022572286,0.018099992,0.01752778,0.04839715,0.007837809,0.025839923,0.008372376,0.0007176188,-0.005635543,-0.010134188,0.0017778123,0.03445323,0.0031245828,0.013710518,-0.010450412,0.0031415233,-0.004679345,0.014109561,-0.012965136,0.012995252,-0.008711186,-0.009072583,-0.0013072425,-0.010427824,0.009855611,0.0045889956,-0.00067291467,-0.0037513815,-0.016368296,-0.0008649071,-0.014862473,0.0042991247,0.006693383,0.010420295,0.0031565814,-0.014327906,-0.030959722,-0.024047993,0.009049996,0.008071211,0.016443588,0.0103826495,-0.03553742,0.009471627,0.01045794,0.017889177,0.0130630145,0.005409669,0.004780988,-0.015720792,0.013334063,0.0068176137,0.011308731,0.0004828045,-0.016865218,0.016970625,0.005462373,-0.0013797103,-0.022225948,-0.0067084413,0.00061550515,-0.0019133363,0.01497541,0.0011199559,-0.013040427,0.0045889956,-0.0061475225,0.013138305,0.004498646,0.009878199,0.0076194643,-0.023520956,0.006595505,0.007958274,-0.016187597,0.009802908,0.022602404,0.029408723,-0.01361264,-0.0057748314,0.00045598202,0.018551739,0.010570877,-0.025418293,0.008778948,-0.044210963,-0.0112409685,0.010134188,0.009742674,0.0050934465,0.012415511,-0.007307006,3.0763495e-05,-0.012822083,0.00114819,0.012746791,-0.008801536,0.0014879414,-0.017708478,-0.0013608875,0.013296417,-0.022662636,0.0123101035,0.016127365,0.0028949447,0.017091092,0.0050746235,0.025568875,-0.0034803334,0.027255397,0.024439508,0.0035537423,0.011210852,0.0048336918,-0.012754321,0.009456568,0.00884671,-0.011715303,-0.0131684225,0.0077399304,-0.010495586,-0.012468214,0.004908983,0.0025354296,-0.0018766319,0.013635227,-0.018672206,-0.016037015,0.011692716,0.011082857,0.011948706,0.012648913,-0.0075931125,0.002970236,0.026638009,-0.017316965,-0.0067347935,0.013755693,-0.028460056,0.008138973,-0.03309799,0.003314693,0.012069171,0.008470254,-0.0029401195,-0.016187597,-0.016744751,0.007988391,-0.0069380794,-0.023852237,0.018657148,-0.010352533,-0.0158262,0.0010606641,-0.0056618946,-0.030146576,0.026442252,0.00082208525,-0.009998665,-0.020087678,0.009592093,0.019470291,-0.025749573,-0.0023340257,-0.0026031914,-0.00079385104,0.03556754,-0.00782275,0.0049993326,-0.011956234,0.0011830122,0.006994548,0.022572286,-0.00022775574,-0.00016799338,0.012483273,0.015269046,-0.0019076895,0.0010832514,-0.022993917,-0.009757733,-0.0019500408,-0.026080854,-0.0069907834,-0.0033015169,-0.04101862,0.012159521,-0.0041560717,0.009825495,0.010600994,0.0069757253,0.005801183,-0.01659417,0.010028781,7.476176e-05,0.020102737,0.006192697,-0.004193717,-0.014154736,0.0021985015,0.021759143,0.007069839,0.02118693,0.009991135,-0.008455196,0.028836511,-0.022768043,0.025583932,-0.004205011,0.010578407,0.01776871,-0.012362807,-0.027375862,-0.0067686746,0.0055677807,0.00016281712,-0.013431941,-0.008229323,0.0010757223,0.006234107,0.018069876,0.008914473,0.0074575883,-0.018069876,-2.5543111e-05,0.012234812,-0.01071393,0.0054134335,-0.0015538211,0.013544878,-0.0065992693,0.026638009,0.0060157627,0.0030436448,0.011150619,0.01990698,0.0011538368,-0.0041974816,-0.0029871764,-0.012144462,0.003523626,0.004528763,-0.0035462133,-0.013078073,0.0050068614,-0.006151287,-0.0077399304,-0.015201284,-0.017828945,0.0028064777,0.004178659,-0.011534604,-0.0049127475,0.015494918,0.013733106,-0.0144559005,0.0013307711,0.00710372,0.0053983754,-0.008319672,-0.0012611267,0.00086255424,0.00935869,0.012543506,-0.010179363,-0.00782275,0.016835101,0.013002781,0.024349159,0.0046868743,0.0066745603,-0.028143832,0.0031979915,-0.0029871764,0.0013091249,0.022918627,0.006433629,-0.00706231,-0.0038473778,-0.0020347433,0.009539389,0.0037212651,-0.0067310287,-0.0123101035,-0.026442252,0.036199983,-0.008741302,0.0010747812,-0.0009797261,-0.0042163045,-0.017512722,-0.018416215,0.003881259,-0.005989411,0.00021916784,0.017708478,-0.005266616,0.007988391,-0.00054680195,0.009516802,-0.007325829,9.9878416e-05,-0.003693031,-0.031953566,0.023761887,0.007600642,-0.020614717,0.020012388,0.0008390258,0.007468882,-0.006719735,-0.0017580483,-0.009531859,-0.015479861,-0.0028667105,-0.008854239,-0.016699577,0.004630406,-0.0054473146,-0.013763222,-0.009938432,0.0113463765,-0.018220458,-0.0019199243,-0.0050558005,0.014636599,-0.026607893,-0.006004469,0.010322417,0.0137782805,-0.012844671,0.011414139,0.0008809065,-0.03948268,-0.012641384,-0.0067423224,-0.0068891402,0.021713968,-0.0049579223,0.034904975,0.021382688,-0.003768322,-0.0013194775,0.020644834,0.0009966666,0.00195757,-0.0027801257,0.010616052,-0.019937096,-0.016428528,0.011579779,0.010149247,0.015284103,-0.030071285,0.00603835,0.030733848,-0.0018126344,-0.007562996,0.033067875,-0.040566873,-0.0026558954,-0.012407982,0.014794711,-0.012551035,0.020147912,0.0037363234,-0.0053193197,-0.0011048976,-0.029935762,-0.014847415,-0.0015274693,0.018310808,0.0112409685,0.0029476485,0.007928158,-0.009072583,-0.004713226,0.0113840215,0.01224987,0.006237872,-0.011007566,0.02151821,-0.0007420884,0.022241006,-0.00240367,0.019876864,-0.015216341,0.02091588,-0.008304614,0.013499703,0.003888788,-0.001195247,0.008357318,0.008756361,0.00370056,-0.006441158,0.00086020137,-0.013552407,-0.005477431,-0.004152307,-0.000574095,-0.02331014,-0.0040506637,-0.008161561,-0.004532527,0.004302889,0.036199983,-0.012551035,-0.017452488,0.013559937,0.009253282,-0.0036177398,-0.045656554,-0.0032996347,0.017392255,0.0042087752,0.003896317,-0.009471627,-0.0113840215,-0.01796447,-0.009705029,0.022918627,-0.0066482085,-0.009765262,0.0089521175,-0.030101402,-0.0043104184,0.025478525,0.004449707,0.013341592,0.022301238,-0.00599694,0.012370336,-0.017030858,0.002275675,0.006866553,0.017060975,0.021729026,-0.024349159,-0.005003097,0.014696833,-0.0010324299,-0.0022926156,0.014915177,0.016458645,-0.0016093483,0.001640406,-0.003058703,0.017452488,-0.014327906,-0.002019685,0.002727422,0.0063508083,-0.0062642237,-0.031200653,-0.008394963,0.009727617,0.008650953,-0.009735146,-0.013379238,-0.016970625,-0.013913805,0.027677028,-0.013507232,-0.0036252688,0.0014644129,0.007935687,-0.013108189,-0.0019763927,0.0025090775,0.0030982308,0.010909688,-0.011256027,0.0021476801,0.020358726,0.004174894,-0.010751576,-0.0033466916,0.019304652,-0.0014192382,-0.021367628,-0.012573622,0.004671816,-0.0064863325,-0.0075102923,0.014199911,0.0061324644,0.03243543,-0.0006253871,-0.008944589,0.014320376,0.011707773,0.003071879,0.00876389,0.009637267,0.012031525,-0.00527791,0.004031841,-0.013763222,0.016067132,-0.0011350141,0.0036647967,-0.022813218,-0.0013251243,-0.017422372,-0.017332023,0.033881016,0.014726949,-0.022331355,0.0036911487,0.011685186,-0.01575091,0.0039527854,-0.0031697573,-0.008018508,0.0088090645,-0.013492174,-0.010232068,0.02340049,-0.017512722,-0.003990431,0.0070660743,-0.015540093,0.0020159206,-0.00291565,0.007536644,0.012121875,0.0034539816,0.01776871,-0.012799496,0.016564053,0.019304652,-0.0035292727,0.015871374,0.008010979,0.009177991,-0.009260812,-0.0025203712,3.7763217e-05,0.0067762034,0.009223166,0.015615385,-0.01293502,-0.019726282,0.0031584639,0.018551739,0.028113715,0.013123248,0.0030907018,0.0041221906,-0.004205011,0.009260812,0.0026973055,0.025237594,0.0051574437,0.025026778,-0.011640012,-0.0011896002,-0.012686559,-0.019816631,-0.01276185,0.0064110416,-0.021171872,0.027255397,-0.005631778,-0.0059254137,0.011323789,-0.0036704435,0.00077879283,0.027074698,0.01224987,-0.0019519231,-0.011609895,-0.013258772,0.012287516,-0.0016488762,0.017844003,0.0013693578,0.010706401,0.0092382245,-0.0011736008,0.0005340966,-0.0022681458,0.010962391,-0.0021834434,0.0011961882,-0.008568133,-0.0067235,-0.011670128,0.010781692,-0.02561405,-0.021382688,0.0139213335,0.006787497,0.017076032,-0.012392923,-0.005477431,-0.0017721654,0.01641347,-0.0010173717,-0.002458256,-0.00935869,-0.00050774467,0.008538016,0.02510207,-0.002249323,0.0038134968,0.0018615737,0.014508605,-0.027285513,-0.021277279,0.00078679255,0.014086974,0.010179363,-0.012867258,0.019244418,-0.014997997,-0.005131092,-0.007427472,-0.013740635,0.008794006,-0.0117755355,-0.015088347,0.008357318,-0.004841221,-0.011210852,-0.00061409344,-0.009712558,0.022316298,-0.0056430716,-0.027948076,0.02331014,0.026939174,-0.032525778,-0.01776871,-0.0031245828,-0.02731563,-0.0010973685,0.00060138805,-0.01020948,0.01785906,0.0123101035,-0.010435353,-0.007785105,-0.023370372,0.02696929,-0.0016836984,0.010442883,-0.016217714,0.011880944,0.024183517,-0.004366887,-0.040596988,-0.0034012778,-0.0065879757,-0.0051875603,0.0029438839,0.020961056,0.006075996,-9.779026e-06,-0.00089314126,-0.019304652,0.0020403902,0.022180773,0.008041095,0.018777613,0.0010145482,0.009833024,0.002695423,0.030267043,0.0003291635,-0.015238929,-0.007683462,0.010909688,-0.011933647,-0.031080186,0.0021495624,-0.0037927916,0.0011745419,0.026638009,-0.021985017,-0.024394333,0.0031584639,0.007943217,-0.009840554,0.010194422,-0.011293673,-0.00892953,0.0013542996,0.0028121246,-0.005225206,0.012837141,0.0054322565,0.020193087,0.0047696945,0.017166382,-0.003037998,0.018943254,0.0055941325,-0.008794006,-0.020644834,-0.010744047,6.499744e-05,-0.0021062698,-0.006429864,-0.0019688637,-0.0060684667,0.013296417,-0.0057296567,0.009885728,-0.002573075,-0.015005526,0.0008051447,0.011805653,0.01412462,-0.02100623,-0.014282731,0.0057635377,0.039844077,0.0030662322,0.0062943404,0.01343947,0.0026822472,0.011692716,0.009080113,-0.016609227,-0.034152064,0.017030858,0.02186455,-0.0017185205,-0.022858392,0.010849454,-0.0035631538,-0.0009646679,-0.013853571,-0.01165507,0.0048035756,0.0057296567,0.009351161,0.00595553,0.029755063,0.009509272,-0.020659892,-0.021623619,-0.0022643814,-0.0030643498,-0.015269046,0.014576367,0.010676285,-0.018687263,0.014997997,-0.013055486,0.023792004,0.0018239281,0.009245753,0.009283399,0.0045362916,-0.037494995,0.00892953,0.022737928,-0.02204525,-0.014794711,-0.03079408,0.0008987881,0.015886433,-0.012581151,-0.023370372,-0.023852237,-0.004517469,0.0037626752,0.005861416,-0.011353905,-0.005537664,-0.008583191,-0.015540093,-0.0065842113,-0.0010277242,0.00067479693,-0.0075780544,-0.007890512,0.016112307,0.023159558,-0.0010041958,-0.003523626,-0.014102032,-0.00040280767,0.010405237,-0.001026783,-0.0032770473,0.01668452,-0.0071187783,-0.02016297,0.0075404085,0.0063508083,0.00026328373,-0.016308064,-0.011263556,0.019575698,-0.010480528,-0.0013006546,-0.00037669102,0.007630758,-0.022346413,0.014358022,0.017497662,-0.0072166566,0.009253282,0.002181561,0.01046547,0.0043857093,0.01828069,0.018099992,-0.032013796,0.0055414285,-0.00825191,-0.018160226,-0.018551739,-0.0061663454,-0.0004922159,-0.008432609,-0.013529819,0.0052026184,-0.012219754,-0.0031866978,0.0062265783,-0.021548327,0.00070067827,-0.006441158,-0.0071225427,0.018747497,-0.0069794897,0.0024243752,0.0015604091,-0.011406609,-0.004935335,-0.009366219,-0.002883651,-0.0074237073,0.00595553,0.01846139,0.017482605,-0.005341907,0.0028742396,-0.010179363,0.006388454,-0.019184185,0.0056731883,-0.012295045,0.017572954,-0.026653066,0.0075441734,0.0076194643,0.00782275,0.0021759144,0.0033466916,-0.020388843,0.04288584,0.0026653067,-0.0071338364,0.017934352,0.0038285549,0.012611268,-0.0044722944,0.00041104262,0.008334731,-0.020870706,-0.016037015,0.010224538,-0.016940508,-0.019048661,-0.005963059,-0.007536644,-0.009727617,0.006271753,-0.00472452,-0.010442883,0.009900786,-0.0009279634,-0.0012865375,-0.007965804,-0.003580094,-0.05923908,-0.0047847526,-0.033640087,-0.007852867,-0.042915955,-0.0075140567,0.01072146,-0.011790594,-0.009155404,0.0021043876,0.005650601,-0.004287831,-0.025508642,0.0031697573,-0.0314717,-0.0015444097,-0.014832357,0.010435353,0.005164973,0.010969921,-0.010171834,-0.022165714,0.0103450045,0.007973333,-0.021066464,0.012430569,-0.0290925,0.005149915,0.010405237,-8.505547e-05,0.0071376013,0.00075102923,0.00022457939,0.033911135,0.01575091,0.012904903,-0.0045889956,0.007408649,0.012588681,0.004969216,0.0015434686,-0.0062604593,0.0036102107,-0.011557192,0.005590368,0.034754395,-0.0031979915,0.0085606035,0.012965136,0.0060872897,0.01879267,-0.013537349,0.0010023135,-0.012423039,0.020479193,-0.0070585455,-0.012829612,-0.006365867,0.028399821,0.007973333,-0.012272458,-0.0065315072,0.0016131129,-0.014448372,-0.009177991,0.035778355,0.021939842,-0.016398413,-0.0006870318,-0.01913901,0.0020705066,0.010864513,-0.008801536,-0.032887176,0.0058388286,0.0038360842,0.021744084,0.0026163675,0.024093168,-0.007965804,-0.012694088,0.012370336,0.010668756,-0.02025332,-0.038308136,0.026668126,-0.014305319,0.0085079,-0.009456568,0.008138973,0.008944589,0.004238892,-0.011067799,-0.028189007,-0.018115051,0.0067272643,0.018837845,-0.004028077,0.016744751,0.0038398486,0.002533547,-0.010186893,-0.014184853,-0.008801536,-0.00650892,-0.009305987,0.0071526594,0.008146502,-0.00935869,0.004558879,-0.0027556561,0.005921649,-0.0016855806,-0.004077016,0.006953138,-0.0140643865,-0.017091092,-0.0062077553,0.010503115,-0.017377198,-0.009117758,0.0065691527,0.015381982,0.009802908,0.015555152,0.013123248,0.022256063,0.013913805,-0.0024620206,-0.00025669576,0.0026784826,-0.03472428,0.0048299273,0.0132060675,-0.021307396,-0.025598992,0.017753653,0.0110979155,0.003418218,-0.002842241,0.008274497,-0.02416846,-0.0033843373,-0.016112307,0.044030264,-0.018099992,0.024439508,-0.002795184,-0.016609227,1.3455352e-05,-0.0021476801,0.027526444,0.00399796,0.008771419,-0.011331318,0.010089014,0.005812477,-0.010247125,-0.0011641894,0.004969216,-0.022933684,0.010277242,-0.0044572363,0.00077126373,0.00037386763,-0.013070543,0.023370372,0.032977525,-0.006083525,0.00459276,0.0015425275,0.01931971,-0.016639344,0.025930272,0.007973333,0.017332023,-0.00633575,0.01879267,0.0010409001,-0.010510645,0.014486018,-0.015434686,-0.004739578,0.022496996,0.006151287,0.006203991,-0.009878199,-0.0006070349,0.030869372,-0.026909057,-0.008041095,0.022602404,-0.016443588,-0.006719735,0.0243341,0.015946666,-0.014636599,0.011783065,-0.010314887,-0.0067310287,0.021141754,0.006136229,0.0003573977,-0.002612603,0.0017580483,-0.022421705,0.029770121,0.0024789611,0.004016783,0.007069839,0.0028798864,-0.0055489577,-0.017000742,0.010518174,-0.0076194643,-0.00082067354,0.008048624,0.0049805096,-0.010616052,-0.011391551,-0.0055263704,-0.002234265,0.00070585456,0.017482605,-0.0006658561,-0.0023886117,-0.0020159206,-0.0112409685,0.00024422567,0.004058193,-0.002614485,0.00918552,-0.022873452,0.018250575,0.0003369279,-0.015103404,0.006670796,0.0039753728,-0.008786477,-0.0069117276,-0.025689341,-0.003538684,-0.003565036,-0.006753616,0.0011256028,-0.006636915,-0.009177991,0.013597582,-0.0073710037,-0.009569505,0.011617425,0.0022926156,-0.016127365,0.025583932,0.013130777,-0.027948076,0.006629386,0.01624783,-0.0131684225,-0.01828069,-0.018672206,-0.004205011,-0.0016432294,0.011880944,0.014388138,0.014260144,-0.013258772,0.017663304,0.008041095,-0.0066331504,0.016548995,-0.019349826,0.004144778,-0.01276185,0.0029947055,-0.0056204842,-0.007517821,0.012355277,-0.0075102923,-0.037494995,-0.0041673654,-0.026653066,-0.024815964,0.008063682,0.01566056,-0.014583896,-0.0064449226,0.019681107,0.0078001632,-0.024996663,0.005680717,0.012189637,0.0038285549,-0.012219754,0.01480977,-0.0014004154,0.0048111044,0.011112974,-0.034362882,0.02153327,0.006576682,0.006832672,-0.0067837327,0.014772124,-0.001263009,-0.023008976,0.0021966193,-0.013085602,0.0068138493,0.008989763,-0.00038092615,0.00935869,-0.019169128,-0.0064712744,0.004238892,-0.005522606,0.019470291,-0.014787182,0.00561672,0.0041560717,0.006429864,-0.005198854,-0.0017938117,-0.00978032,-0.013582524,-0.0054924893,-0.0006875023,-0.006798791,-0.012950078,0.0150281135,-0.0075253504,-0.0003164581,-0.029062385,0.002972118,0.0003505744,0.0008117327,-0.009004822,-0.023701655,0.023972703,-0.018687263,-0.009260812,-0.0046680514,0.012445627,-0.010969921,0.015118463,-0.02228618,0.0050106263,-0.011353905,0.005752244,0.0029928233,0.009290928,-0.02142786,-0.00052656746,-0.022421705,0.0083799055,-0.007943217,0.0010917217,0.006949373,-0.018099992,-0.020961056,0.015705734,-0.0021232103,-0.02288851,0.0156455,-0.024650322,0.009298457,-0.0020008623,0.013431941,-0.014425784,-0.01599184,0.011956234,0.004728284,0.009983607,-0.010111601,-0.008914473,0.009328574,-0.0029608244,0.007762518,0.0018352218,0.0005138621,0.041741412,0.027872784,-0.024815964,0.024424449,-0.008327201,0.010043839,0.0025617813,-0.0063244565,-0.014531192,0.014011683,-0.00099949,-0.00799592,0.02961954,0.0078001632,-0.0050746235,-0.013529819,-0.004186188,0.015366924,-0.008974705,-0.0030944662,-0.0074575883,0.009223166,-0.020991173,-0.007732401,-0.012716675,0.0025504876,0.0063922186,-0.0008089093,0.00080185075,0.07294206,-0.027692085,-0.01335665,-0.0031509346,0.020750241,-0.00023387314,-0.013815926,-0.026728358,0.008191677,-0.010375121,-0.032766707,-0.013281359,0.004355593,-0.0052553224,-0.016067132,0.00048986304,-0.014358022,-0.011278614,-0.0055338996,-0.004235127,-0.018491507,0.027902901,-0.023792004,-0.008319672,0.019154068,0.028083598,0.023686595,-0.024770789,-0.00015599385,0.009516802,-0.010149247,0.018747497,-0.02526771,-0.006625621,-0.0039866664,-0.045114458,-0.009155404,-0.010894629,0.002200384,0.0034558638,-0.01072146,-0.012144462,-0.007570525,0.0052176765,-0.017618129,0.00083620235,-0.0001009372,0.012611268,-0.027797492,-0.008688599,-0.020328611,-0.0024074346,-0.0036497386,-0.038247906,-0.0049278056,-0.013891217,-0.010585936,0.009546918,-0.005820006,-0.0011914824,0.0003788086,0.002281322,-0.0012517154,0.0036647967,-0.019786514,-0.0038850233,-0.012663972,0.0066067986,0.007047252,-0.0054811956,0.021503152,0.0058538867,0.014817298,0.0020178028,0.00291565,0.016865218,0.019093836,-0.0007500881,0.0070999553,0.0156455,-0.0018869844,0.004205011,-0.017181441,0.031351235,-0.006136229,-0.016669462,-0.016262889,0.019018544,0.0030003523,0.012957607,-0.009840554,-0.008718715,-7.358533e-05,-0.003233755,0.0024563738,0.016323121,-0.030824197,0.008628366,0.0064562163,-0.013943921,0.025900155,0.007634523,-0.0010983096,-0.009765262,-0.011896002,-0.0044572363,0.006527743,-0.013815926,0.0026427193,0.01234022,0.01575091,-0.014576367,-0.012551035,0.0058313,0.010073956,-0.011158149,-0.007935687,-0.0020629775,-0.0058501223,0.015886433,-0.011218381,-0.010683814,0.00064044533,-0.0073145353,0.0038247905,-0.009637267,0.0060458793,-0.008590721,-0.0021382687,-0.016293004,0.02356613,0.0022681458,-0.0033881017,0.007419943,0.007555467,-0.01608219,0.028143832,0.008485313,0.008206735,0.01224987,-0.009561976,-0.010232068,0.021623619,0.019590758,-0.020885766,-0.0011990116,0.009004822,-0.0046492284,0.0033259867,0.003760793,-0.015005526,-0.0039377273,-0.030869372,0.008590721,-0.002484608,0.018401157,0.005940472,0.007555467,-0.004875102,0.025418293,-0.001323242,-0.0063244565,-0.024785846,0.014636599,0.007043487,-0.013115718,-0.009848082,0.011225911,-0.0021439155,0.0033843373,-0.014907648,-0.003053056,-0.026231436,0.00399796,-0.016729694]\",\n    \"emb_title_v3_large\": \"[-0.022735847,0.034138326,0.0032803717,0.027970621,-0.019919781,0.022528531,-0.045920886,0.058014423,0.0005641851,0.045195274,0.0040966854,-0.0107027795,-0.03863021,-0.022891337,-0.0113765625,0.020749053,-0.029266357,0.0010722216,-0.022373041,-0.0103399735,0.020593565,0.007662119,0.0107373325,0.016179424,-0.015928915,0.0021174487,-0.0036798904,0.027365945,0.028143387,-0.024895407,-0.01820941,0.0098821465,0.020524459,0.019263275,-0.027607815,0.024290731,0.024618985,0.0068069333,-0.016170785,-0.041325342,-0.02881717,-0.0057012383,-0.031080388,0.028506193,0.04118713,0.00785216,0.028074281,0.0073900144,-0.052589606,0.032773484,-0.005718515,-0.022131171,-0.026467567,0.0113765625,0.018986851,-0.032669824,0.031045835,0.039252162,-0.020956371,-0.009286108,0.011834389,0.014408585,0.013112849,0.0023344844,0.022424871,-0.024860855,-0.045437142,-0.02473992,0.028488915,0.026104761,-0.027262285,-0.002321527,-0.004440055,-0.03156413,0.012655022,-0.011955325,0.027037691,-0.003651816,-0.0109446505,0.027452327,0.0062022563,0.016317636,0.06012215,-0.01972974,-0.0027167266,-0.000402488,-0.012836425,-0.077398635,0.0066687213,-0.008603687,0.003666933,-0.021923853,-0.026726715,0.008871472,0.009147896,0.024999067,0.0052822838,-0.014503606,-0.008508666,0.04402047,-0.019902505,-0.013587952,0.026225697,-0.04305299,0.04716479,0.026225697,0.0037878684,0.036937114,-0.057841655,0.1015166,0.024999067,0.016378103,-0.018019369,0.012983275,-0.0109100975,-0.012240387,-0.012240387,-0.059465647,0.00050182774,0.022044789,-0.019470593,-0.008258157,0.0050620087,-0.012594555,-0.01687912,-0.009692105,-0.018969575,0.04678471,-0.03189238,0.0312186,-0.06219533,-0.008525943,0.0053557088,0.0034920087,-0.0020602203,0.0054507297,0.0035222424,-0.016507678,-0.006927869,0.0099253375,-0.07656936,-0.028195215,0.013898929,-0.032825314,-0.032842588,-0.046750154,0.051414806,-0.00834454,0.0037965064,0.009260193,-0.0077398634,-0.04059973,0.014944156,0.042534694,0.008517304,-0.034829386,-0.012231748,0.020697223,-0.021457389,0.028799893,0.016671803,0.042672906,0.0011542848,0.02356512,-0.011696178,-0.0466465,0.049756262,0.014158076,0.011532051,0.02719318,0.0028981296,-0.015082368,0.009165172,-0.013950758,-0.008521624,0.053177007,0.013873014,-0.022528531,-0.01148886,-0.015738873,0.013467017,-0.0017859562,-0.018865917,-0.004496204,-0.005899918,-0.0102967825,0.00711791,0.001825908,-0.015065091,-0.018675875,-0.022891337,-0.017777499,0.017000057,-0.045713566,0.025361873,0.016861845,-0.016853206,-0.006029492,-0.0054593678,0.012767319,0.0016768983,-0.05497376,-0.031443194,-0.02194113,-0.01751835,0.015721597,0.007994691,0.0022977719,-0.008759175,-0.012058984,0.012672299,-0.0075973324,-0.0045955437,0.029784651,0.023098655,0.035554998,0.01791571,0.008366136,-0.013708887,0.0035805504,-0.020248035,-0.0075670984,0.006936507,0.050343663,-0.05414449,-0.000795258,0.030423881,-0.00667736,-0.0015386866,0.0029240444,-0.038008258,0.015695682,-0.02793607,0.02778058,-0.03446658,-0.046300966,0.012205834,-0.0072345263,0.028195215,-0.007554141,-0.002841981,0.019954335,0.0049626688,-0.0049842647,-0.002072098,0.00907879,0.0017643606,0.08396369,0.025465531,0.03130498,0.023046825,-0.040634282,0.017561542,0.030994006,0.018986851,-0.0077873734,0.00048698077,0.029663717,0.03396556,0.018278517,-0.017682478,-0.029283633,-0.018192133,0.028005175,0.028938105,-0.023997031,0.044296894,0.0049151587,0.00579194,-0.0326871,0.03735175,0.0312186,0.01256864,0.057841655,-0.013035105,0.004863329,-0.02391065,0.014572711,0.010607759,0.010823715,0.029594611,0.012888255,0.017086439,-0.022390319,0.0077528204,0.05880914,0.022234831,0.00043920052,0.05207131,0.039770458,-0.003111926,0.02385882,0.002164959,-0.010823715,-0.025569191,0.0024856536,0.01158388,-0.0095193405,0.020420799,-0.04187819,-0.004252174,-0.034967598,-0.022787677,-0.013674335,0.026346633,0.0066384873,0.009502064,-0.0012752202,-0.05963841,-0.020248035,-0.013052381,-0.058774587,0.020973647,-0.0285753,-0.0008298109,-0.020645393,-0.049963582,-0.008681431,0.028592575,-0.0068760393,-0.053695302,-0.014253097,-0.0014587828,0.0005339512,0.01487505,0.04329486,0.030959453,0.016818654,0.014667732,-0.03628061,-0.03234157,-0.028972657,0.016896397,0.02518911,-0.022666743,0.042983882,0.029888311,0.008711665,0.031132217,-0.0025828339,-0.0332745,-0.025206385,-0.0099771675,0.012611831,-0.031581406,0.039770458,0.047683086,-0.041636318,0.014667732,0.032237913,0.00083682954,-0.048581462,0.038802974,0.012620469,0.057738,-0.01938421,0.01747516,0.014883688,-0.0053470707,-0.009070152,-0.008301348,0.00839205,0.033412714,0.0104004415,0.030786688,0.023081377,0.0035827102,0.015505641,0.011644348,0.00096910255,0.0073122703,0.006219533,-0.035330404,0.03204787,-0.0100203585,0.007908309,-0.007441844,0.012387237,0.041463554,0.015980745,0.04737211,-0.036557034,0.008569134,0.016654527,0.028057003,-0.01143703,0.025690125,0.006102917,0.009856232,0.007048804,0.0032371804,-0.0045221187,-0.015384706,0.0105559295,0.008556177,0.008309987,-0.00011222964,-0.009407043,0.03617695,-0.019574253,0.034622066,-0.003608625,0.006292958,-0.006068364,0.017319672,0.023945201,-0.03436292,0.0047294367,0.03793915,0.0108841825,-0.03097673,-0.037904598,-0.009432958,0.0001291012,0.00986487,-0.061538823,0.026467567,0.0026519396,-0.06934779,-0.0019900345,0.037317198,-0.0105300145,0.005567346,0.015635215,0.011186521,-0.003941197,-0.02228666,0.042292822,0.0057703443,-0.01570432,0.01516875,0.0109878415,0.026502121,0.022994995,-0.029370017,-0.0056278133,0.005956067,-0.024083413,0.013259699,-0.030112905,-0.010288144,-0.035796866,-0.013674335,0.022459425,-0.03370641,-0.0027383221,-0.0072733983,-0.006543467,-0.006323192,0.027331391,-0.001133769,0.02444622,0.012940084,0.0068760393,-0.017086439,0.017155545,-0.023547843,0.06509778,0.032756206,-0.030061075,0.026692161,0.0053038793,-0.023444183,-0.024964513,-0.020610841,-0.021405559,-0.014555435,-0.021802919,-0.0011866782,0.020386247,-0.054075383,-0.033533648,0.040841598,0.005861046,-0.0049929027,0.034673896,-0.0107805235,-0.03617695,0.01330289,0.008547539,0.026225697,-0.024826303,-0.013726164,-0.01379527,0.001924168,-0.01623989,-0.007873756,0.017932987,-0.062298987,0.026864927,0.016965503,0.029836481,0.0070315273,0.023305971,-0.0052952413,-0.036038738,0.0050101792,-0.0033062864,0.0011521253,-0.0022891336,-0.002051582,0.0067378273,-0.018883193,0.007981734,-0.0033991474,0.017578818,0.010253591,0.0018820566,0.021284623,0.05020545,0.0024986109,0.036729798,-0.009441596,0.018710429,0.0050706468,-0.01099648,0.016136233,-0.006323192,0.01315604,-0.008137222,-0.009329299,-0.028108833,-0.0021476825,0.0014404266,-0.014140799,-0.004008143,-0.013371996,-0.0026087486,0.087142564,-0.008897387,0.019867953,0.017060524,-0.0029283634,-0.023703331,-0.015427897,0.013976673,-0.0109187355,-0.028195215,-0.0109878415,0.014391308,0.020248035,-0.008206328,0.008141541,-0.019038681,-0.018123027,0.006396617,0.0022081502,-0.027314115,0.0064225313,-0.040703386,-0.010538653,-0.00024726964,0.017777499,0.017552905,0.007506631,0.058981903,-0.016697718,0.010288144,-0.028247045,0.0049497117,0.006906273,-0.001644505,0.024411667,0.015108282,0.018382175,0.045540802,-0.005429134,0.008906025,-0.01516875,0.018814087,0.03425926,0.013907567,-0.026985861,0.0106336735,0.0074159293,0.020576289,0.025931997,0.01344974,-0.04657739,-0.020714499,-0.024394391,-0.018468557,0.032877143,-0.018779535,-0.029594611,0.0096575525,-0.0099080615,-0.03690256,-0.019608805,-0.027676921,0.048581462,0.016023936,0.029490951,0.005610537,0.0027512794,0.0041938657,-0.03132226,0.016334912,0.036349714,-0.022528531,0.02572468,0.0064916373,0.02513728,-0.003504966,-0.0050447322,-0.00045566718,0.006007896,0.0021088105,0.0005309818,0.008335901,-0.038906634,0.008176094,0.01212809,0.020127099,-0.011644348,0.026640333,-0.0110137565,0.025240937,-0.016412657,0.007735544,0.041359894,-0.012413152,0.005610537,-0.0042046634,-0.043951366,0.0016423455,0.014028502,-0.0113765625,0.01747516,0.017380139,-0.0020451033,-0.0066644023,-0.0034337004,-0.013873014,0.024169795,-0.023772437,-0.008957855,-0.0038526552,-0.00063545053,0.020507183,0.02847164,-0.007895351,-0.0014220703,0.01594619,-0.021543771,0.0105991205,0.018900469,0.015091006,0.01874498,0.007485035,0.00052693265,-0.030700305,-0.018952299,0.020023441,-0.0031529577,-0.023478737,0.02778058,0.0100117205,-0.02396248,-0.005956067,-0.018641323,-0.055733927,-0.025120003,-0.027866963,0.0096575525,0.018313069,-0.015030538,-0.02258036,0.015013262,-0.002086135,-0.0113333715,-0.044987954,-0.024428943,0.016274445,-0.004643054,0.0038353787,-0.010037635,-0.00446597,-0.027089521,-0.01752699,-0.030596647,-0.0051959013,0.005813536,-0.016127594,0.013898929,-0.016317636,-0.016334912,-0.018002093,0.024394391,0.0011262106,-0.01884864,0.008560496,-0.014365394,-0.019125063,0.027815133,-0.01786388,-0.032859866,0.0046689687,0.033447266,-0.009398405,0.0010965166,-0.023012271,-0.014244458,0.004504842,0.0052304543,0.0048071807,0.011704816,0.017535627,-0.007869436,-0.016378103,0.0071697393,0.018554939,0.00888011,0.016213976,0.008776452,0.01781205,-0.002857098,0.00814586,-0.008668474,0.018883193,-0.018675875,0.018520387,-0.045057062,0.008387731,-0.0028074281,-0.020040717,0.045195274,0.02194113,0.008582092,-0.0028981296,-0.020524459,0.016265806,0.01687912,-0.003122724,-0.0048330952,0.027383221,0.028730787,-0.003755475,0.012240387,-0.014926879,0.03292897,-0.012292216,0.014374032,0.0064095743,-0.023737883,-0.0009491266,-0.024238901,0.042223718,0.0052045397,0.013138764,-0.022614913,-0.019954335,-0.026623055,-0.04097981,-0.0024014309,-0.0036885284,-0.004578267,0.0012914169,0.004005984,-0.019556975,0.0012752202,-0.00775714,-0.01712963,-0.012084898,0.004185227,-0.0098821465,0.0113420095,0.004291046,-0.006474361,-0.02532732,0.031581406,0.022563083,-0.0071351863,0.024860855,0.025258213,-0.014512244,0.013000552,-0.026743991,-0.0156093,-0.0052131778,-0.024688091,-0.0065218713,-0.0103140585,-0.009191087,0.0067075933,0.011497498,-0.0041787485,-0.018123027,-0.049929027,0.0075368644,0.027521433,0.01286234,0.019349659,-0.016714994,0.006642807,-0.038906634,0.01658542,0.016697718,-0.0071999733,-0.0012255503,0.0014523041,-0.006940826,0.012672299,-0.0098907845,0.002375516,-0.0114111155,-0.023841543,0.0047035217,-0.03258344,0.018088475,0.0056710048,-0.0111260535,0.03617695,-0.0101412935,0.0010538653,0.0047726277,-0.030130181,-0.033516373,0.007593013,-0.018071199,-0.019902505,0.013536123,-0.015082368,-0.011920772,-0.0028592574,-0.0063750213,0.017000057,0.019297829,0.021958407,-0.032911696,-0.019574253,0.0010857189,-0.0052174972,-0.0046387347,-0.003774911,0.0055846223,0.0048892437,-0.009044237,0.028367981,0.04771764,0.0025353234,-0.008141541,-0.0032760527,-0.021146411,-0.0012924967,-0.006616892,-0.021146411,-0.027521433,0.0016563826,-0.0007553061,0.033447266,0.021578323,0.038457446,0.01207626,0.02199296,0.023046825,0.005934471,0.045817226,0.0109532885,-0.026571227,-0.01879681,0.023029549,-0.0048719672,-0.007847841,0.029214527,0.02415252,0.01604985,-0.06399208,-0.023478737,0.027158627,-0.0003808924,-0.01683593,-0.012257663,0.01350157,0.0023323249,0.027020415,0.027054967,-0.0107718855,0.03455296,-0.011255627,-0.020662671,0.0367989,-0.004258652,-0.018364899,0.006655764,-0.0025007706,-0.01389029,0.013518846,-0.0058048973,-0.063542895,0.035554998,0.0309249,0.005956067,-0.03583142,0.00057498284,0.03057937,-0.013812546,-0.03142592,-0.0074634394,0.035865974,-0.0104004415,-0.0099080615,0.00061871397,0.028540745,-0.0108755445,0.0012730607,0.02719318,-0.011704816,0.00041139618,0.02759054,0.0161967,0.011868942,-0.007938542,-0.02626025,0.007882394,-0.011722092,-0.06730917,0.04467698,0.0049151587,0.012015792,-0.017431969,0.038111914,-0.008322944,0.00461282,-0.0045609907,0.029957417,-0.014693647,-0.012015792,0.019487869,-0.021008201,0.013078296,-0.009856232,-0.008975131,-0.010288144,-0.0020494226,0.0029888311,-0.033499096,0.012957361,0.027365945,-0.004377428,-0.012732766,-0.01192941,-0.017302396,-0.0026173869,0.0034488174,-0.04889244,0.014494967,-0.017103715,0.0067680613,-0.0012147526,-0.014399947,-0.025517361,0.013587952,0.01143703,0.03367186,0.011350648,-0.01884864,0.006180661,0.0037036454,0.007467759,-0.009355214,-0.0076102894,0.013190593,-0.00657802,0.0032091062,0.006539148,0.039079398,0.046370074,-0.015471088,-1.4467365e-05,-0.0117652835,0.027417773,-6.0872597e-05,-0.0035028064,0.0061547463,0.022839507,-0.0020666989,0.01148886,-0.0098821465,0.016844569,0.043329414,-0.0075239073,0.02778058,0.007891033,0.008789409,-0.00079687766,-0.013251061,-0.0106682265,-0.018589493,0.0017632807,0.021751089,0.008906025,0.004535076,0.0010533254,0.02871351,0.03460479,0.0051570293,-0.01914234,0.0099944435,-0.00446597,0.0103745265,0.03247978,0.038802974,0.017138269,-0.019885229,0.029577333,0.021457389,0.0102967825,-0.011592519,-0.0031054474,-0.014685009,0.022303937,0.032669824,-0.028143387,-0.022545807,0.007398653,0.047061134,0.033689138,0.001089498,0.020818159,0.0095884465,0.0010808598,-0.011791198,-0.00844388,0.004893563,0.011903495,0.0167841,0.0065607433,0.0022804954,0.012326769,-0.027953345,0.006357745,0.013216508,0.0046905642,-0.01242179,0.019556975,0.023150483,-0.026847651,-0.011955325,0.013251061,0.0109014595,-0.0066946363,0.0035416784,-0.00089081854,0.011644348,0.004470289,-0.0012957361,-0.00922564,-0.007485035,0.008608006,0.0054464103,-0.0066298493,0.0029089274,-0.0103745265,-0.02444622,0.0008519464,-0.012611831,0.017829327,0.00080659566,0.010072188,0.006180661,-0.013406549,0.0067032743,0.009545255,0.015281047,-0.00024726964,-9.608355e-06,-0.0030968091,-0.017319672,-0.020144377,0.0039174417,0.0052520502,0.0011370083,0.025258213,-0.00067000353,0.0037641132,0.0015430057,-0.012058984,-0.012577278,-0.0012849382,0.0110223945,0.020887265,5.1205193e-06,0.037524514,-0.015790703,-0.0029413209,-0.027676921,0.012534087,-0.0056710048,0.018019369,-0.034328368,0.011402477,-0.004539395,-0.002803109,-0.012024431,-0.011169245,-0.0047769467,-0.014019864,0.018382175,-0.056424983,0.008370454,-0.016559506,-0.024809025,0.02332325,0.008862834,-0.018520387,-0.0018269878,-0.0009491266,0.013026467,0.001241747,0.0024554199,0.0060942783,0.0015753991,0.0103486115,0.014313564,0.0035762314,0.013061019,-0.020835435,0.0021314858,-0.011005118,-0.0016304678,-0.009026961,-0.013320167,-0.034967598,-0.014460414,-0.013898929,-0.016559506,0.004751032,0.0108496295,0.028454363,-0.012240387,0.013579314,0.034967598,0.01114333,0.0019511625,-0.0039196014,-0.015583385,-0.001879897,0.048166826,-0.008698707,-0.0053384323,-0.022373041,0.0030363414,-0.0068026143,-0.0035999867,0.00422194,-0.0096316375,0.007152463,0.012395875,-0.0052693263,-0.014892326,-0.00056472496,-0.015540194,-0.01256864,0.014097608,-0.033257224,0.014805944,-0.012171281,-0.024774473,0.0077096294,0.0032091062,0.0067032743,-0.0062972773,-0.0030233841,-0.032462507,-0.0007628646,0.009251555,0.00059225934,-0.0010128337,0.003470413,0.013320167,0.037420858,-0.02508545,0.030354775,-0.0054809633,0.0094156815,-0.02479175,-0.041152578,-0.0057055578,-0.01158388,0.0016056328,0.0029715546,0.014348117,0.01551428,0.009476149,0.017492436,-0.015229218,0.00061763416,0.0032026276,-0.015911639,-0.026916757,0.0031313621,-0.014348117,0.02385882,0.007817607,-0.03479483,-0.0067810183,0.014244458,0.016663166,0.012352684,0.016326275,-0.015332877,-0.0105991205,0.015859809,-0.006755104,0.018261239,-0.015082368,-0.0055932603,-0.0059042373,-0.013907567,-0.0115147745,0.012680937,-0.008240881,0.009087428,0.025120003,-0.021837471,0.014572711,0.0105213765,0.004755351,0.026847651,0.0103140585,-0.0094934255,0.015583385,-0.02670944,0.003107607,0.026571227,0.013389273,-0.015384706,0.0111174155,0.00809835,-0.0027426411,-0.026122037,-0.0074202484,-0.020697223,0.043674942,0.007891033,0.0044875657,-0.00048050212,-0.0074202484,-0.0051138382,0.0053427517,0.003740358,-0.032946248,-0.027141351,0.008171775,0.038491998,0.0093120225,0.0051829442,-0.017794775,0.023720607,0.006176342,-0.0019857155,0.0047726277,-0.002822545,-0.022614913,-0.01330289,0.008798048,0.00775714,-0.012067622,0.0106855035,-0.006215214,0.007826245,0.0026627376,0.013441102,0.057738,0.016740909,0.022597637,-0.0002487543,0.014106246,-0.015116921,0.018140305,0.0033991474,-0.013579314,-0.0012849382,0.021681983,0.0036777307,-0.0107027795,0.003111926,0.015220579,0.008897387,0.040219646,0.01438267,-0.002876534,-0.00076988316,-0.007584375,0.032410678,0.0066255303,-0.007796012,-0.008370454,0.009165172,0.007290675,0.007407291,0.00048914034,-0.00041139618,0.0105472915,0.007860798,-0.0063145533,0.0067464653,-0.016853206,0.020869989,0.019867953,-0.013864376,-0.020109823,0.008854196,-0.017069163,-0.0054334532,-0.011618433,-0.03367186,-0.039597694,0.016697718,-0.028540745,0.015410621,-0.017950263,0.012741405,0.0036021462,-0.039528586,0.005683962,-0.00849139,0.023997031,0.0040966854,0.023979755,-0.0102967825,-0.0037338794,-0.01717282,0.0014965751,0.004180908,0.0050706468,0.0067335083,-0.020092547,0.0063707023,0.0095625315,0.011713454,-0.003662614,0.0049626688,0.013898929,0.00087030267,0.0048287762,-0.00751095,-0.011462945,0.0031356812,0.020196205,-0.0059517473,-0.00042273386,0.00094858673,0.0009734217,-0.0092774695,-0.0028052684,-0.0077441824,-0.022666743,-0.008521624,0.0043752687,-0.0056234943,-0.022701295,-0.00829271,-0.008906025,-0.0034337004,0.020351693,-0.0053470707,-0.01634355,0.019954335,0.008815324,-0.040772494,0.00091619336,-0.028506193,-0.0092774695,-0.016317636,0.0067680613,-0.018606769,0.000554467,-0.006573701,-0.034812108,-0.0033365202,-0.0069105923,-0.008037883,-0.01315604,-0.017794775,-0.0033408394,0.004647373,0.07249211,0.021751089,0.01658542,0.032825314,0.013069658,0.009035599,-0.0065996153,-0.0107805235,0.03873387,-0.006940826,-0.007584375,-0.013190593,0.009795764,0.0043860665,0.0029629164,-0.021388283,-0.007005613,0.02793607,-0.016136233,0.011359286,-0.0070228893,0.03945948,-0.009199725,-0.019677911,0.01571296,0.018295793,-0.02778058,-0.02783241,0.018624045,-0.000903236,0.017984817,0.017967539,-0.0055543883,-0.0061633843,0.02454988,-0.03308446,-0.008923302,0.0020505022,-0.034483854,0.022493977,0.008271115,-0.093845844,-0.041256234,0.0026022699,-0.008353178,-0.0071395054,-0.018226687,-0.0043083224,-0.0022221874,-0.013760717,-0.020990923,-0.0015181707,-0.012594555,0.0117307305,0.038561106,-0.011324733,-0.02518911,-0.014175352,-0.011825751,-0.008793728,0.0101240175,-0.01659406,-0.018969575,-0.040634282,0.021284623,0.025120003,-0.008379093,0.019764293,-0.013423826,-0.012603193,-0.031184047,0.015989382,-0.0075282264,0.012171281,-0.022010235,-0.006819891,0.03697167,0.02391065,-0.0010959767,-0.0001904462,0.015306962,-0.004217621,-0.0029046081,0.015980745,0.020420799,0.0008681431,-0.018295793,-0.02695131,-0.008474113,0.0027210456,-0.009545255,-0.038319234,-0.0062281713,0.0068414863,0.010676865,-0.007260441,-0.013268337,-0.0100808265,0.004824457,-0.009389767,-0.013458379,-0.0058005783,-0.012758681,-0.007549822,-0.0048330952,0.0020526617,0.0147282,0.008465475,0.008335901,-0.011246989,0.021250071,0.01659406,-0.0029585971,0.0061201933,-0.003921761,-0.004543714,-0.00017802873,-0.011100139,-0.018088475,0.0066255303,0.02233849,-0.020351693,0.019747017,-0.008512986,0.011963963,-0.019919781,-0.0049453923,-0.005571665,-0.0108841825,0.014253097,-0.023720607,-0.026743991,-0.0039973455,-0.0050749662,-0.0018302271,0.00436879,-0.014978709,-0.0102708675,0.034863938,0.017095078,0.012732766,0.008400689,-0.013346081,-0.008698707,-0.012741405,0.010037635,0.0056969193,-0.0077398634,0.013847099,-0.015566109,-0.014719562,-0.0020731776,0.0049022012,0.00024349039,0.005861046,-0.015004623,-0.01571296,-0.00029909908,-0.032272466,-0.0056969193,-0.018019369,-0.00045323768,0.00942432,-0.0007142745,0.0073122703,-0.007618928,-0.00022661884,-0.0015041336,-0.02194113,0.0067075933,0.0020742575,-0.007938542,-0.013328805,0.0106336735,-0.0005218037,0.008456837,0.020248035,-0.022563083,0.007934224,-0.0051786248,-0.011497498,0.03514036,0.0105904825,0.003014746,-0.015004623,-0.0048071807,-0.0068803583,0.0043018437,0.003720922,0.0074504823,-0.0104090795,-0.0034293814,-0.021319177,-0.009199725,0.026381185,0.00039573936,0.011108777,0.0012093537,0.018520387,0.0037576344,-0.0029370016,-0.013769355,-0.014771391,0.02631208,0.05155302,-0.003543838,0.0016736591,0.004496204,0.01571296,-0.014900965,0.023841543,0.004496204,0.012629107,-0.009355214,0.013639782,-0.006176342,0.0068889963,0.031598683,0.013294252,0.025534637,-0.0013443261,0.02380699,0.004573948,-0.0016585421,-0.008599368,0.018226687,0.0010544052,0.007796012,-0.0031205642,0.018917747,0.0031788724,0.0041593127,0.018883193,0.015350153,0.029249081,0.016283082,0.0019079713,-0.014685009,-0.036038738,0.0095884465,0.020973647,-0.0073079513,0.00073641,0.0020461832,0.0033905092,-0.00010230915,0.0068414863,0.0076750764,0.0030277031,0.0035179234,-0.0016628612,0.00067162316,0.012577278,0.028730787,0.023029549,-0.0045264377,-0.0015311281,-0.026743991,0.0114456685,-0.0005099261,-0.0017816371,-0.017742945,0.014650456,0.015669767,0.01751835,-0.020921817,-0.012611831,0.01757018,-0.0028549384,0.0093811285,0.0049108397,-0.040634282,0.02999197,0.015108282,0.005886961,0.018520387,-0.007294994,0.01879681,-0.013907567,0.0098130405,0.0038850484,-0.011350648,0.0030968091,-0.01379527,0.0052174972,0.012750043,-0.009001046,0.0013356879,-0.016473124,0.024929961,0.019073235,0.01408897,0.011462945,-0.00682421,-0.014322202,-0.01663725,0.007990372,0.0010155331,0.0038548147,-0.0061590653,0.00060359703,-0.016283082,-0.0024597389,0.0072777173,-0.0034423387,0.0013875173,0.04526438,0.012240387,-0.0014749794,0.00053962006,-0.02695131,-0.012015792,-0.018192133,0.00049858843,-0.044884294,-0.009536617,0.011722092,0.022027513,0.0061201933,0.005921514,0.003181032,0.0070703994,-0.026795821,-0.009821679,0.03337816,-0.018572217,0.020921817,-0.030423881,-0.0061201933,0.025102725,-0.0053773043,0.008772133,0.00092753104,-0.0026908119,0.019245999,0.0098907845,0.02425618,-0.01389029,0.012387237,-0.0031983084,-0.015643854,-0.006932188,0.0049237967,0.0026972904,0.01364842,-0.0106855035,0.0014339478,-0.009726658,0.005640771,0.01300919,0.0034488174,0.0097439345,0.0047380747,-0.0102276765,0.004431417,-0.0104177175,-0.0022740166,0.003446658,-0.0032458187,0.0068889963,0.008055159,0.025154555,0.01300919,0.0315123,-0.009363852,-0.0108150765,0.0107978005,-0.0017686797,0.014745476,-0.018762257,-0.015246494,0.02518911,0.0073209084,-0.0019457636,-0.010676865,-0.0050101792,0.017086439,-0.024532601,-0.005610537,-0.004543714,0.0028484596,0.0013119327,0.012983275,0.0039779097,-0.031287707,0.032911696,0.0018129507,-0.031114941,-0.020230759,0.01659406,0.009458873,-0.0018637003,-0.004932435,-0.0054939208,-0.017380139,0.021371007,0.008331583,0.00957117,-0.0059474283,0.000116346295,0.015401982,0.02999197,0.0042089825,0.019021405,0.01909051,0.012801872,-0.0014771391,-0.008258157,0.0102967825,-0.016913675,-0.0073554614,-0.02473992,-0.0058826418,-6.11088e-05,-0.04585178,-0.0015635215,0.00309249,0.00019894946,-0.0004864409,0.008806686,-0.0025418021,-0.00815018,0.022269383,0.0006500276,0.013216508,0.0024057499,0.0044486937,0.0005803818,-0.009640276,0.006711913,-0.0076362044,0.00878509,-0.009614361,-0.003219904,0.0103226965,0.006750785,-0.014615903,-0.016956866,0.023426907,0.0027642369,-0.0329808,-0.016429933,0.0099771675,0.0020505022,0.0007930984,-0.0042284187,-0.0010074348,0.00682421,0.006867401,0.0049194777,0.003759794,0.011678901,-0.018727705,-3.529531e-05,0.012870978,-0.013121487,0.018053923,-0.012931446,-0.00032663345,0.024981791,0.00025901225,-0.0046603307,-0.0044486937,-0.004573948,0.0096316375,-0.009104705,-0.0018885352,0.0092774695,-0.009018322,-0.009502064,0.026692161,0.008560496,0.008249519,0.023029549,0.0024273454,0.013190593,-0.023150483,-0.028298875,-0.004010303,0.013950758,-0.0035805504,0.009320661,0.000898377,-0.0007401892,-0.016084403,-0.0070228893,-0.0012838584,0.0022286659,0.0104781855,-0.0045480332,-0.0067766993,0.0038418572,-0.0050663278,-0.01335472,0.0019598007,0.007230207,-0.007575737,0.020956371,0.0030298627,-0.00045728683,-0.034518406,-0.0018572216,-0.004686245,-0.005856727,0.013371996,-0.0094847875,-0.003995186,0.012119451,0.006077002,-0.017794775,0.01266366,-0.0013572834,0.0028074281,-0.032773484,0.007009932,-0.0047726277,-0.008076754,0.024083413,-0.00368205,-0.014685009,-0.007796012,0.011385201,0.0068846773,-0.007044485,0.0050965617,0.0044573317,-0.006172023,-0.0014469052,2.6572712e-07,0.012931446,0.0027987899,-0.015211941,-0.0032566166,0.019055957,-0.008914663,-0.0026994501,0.01516875,-0.0075239073,0.013916205,-0.025949273,-0.007152463,-0.009217002,-0.004932435,-0.0050576897,-0.01600666,0.001698494,-0.003790028,-0.016507678,-0.0056537283,0.014546797,0.018883193,0.012482257,-0.002302091,0.024964513,0.015937554,-0.018261239,-0.015747512,0.01653359,0.003716603,-0.0026951309,0.0110137565,-0.007368419,-0.0101067405,-0.0104954615,-0.008854196,-0.0026951309,0.02292589,-0.017708393,0.015989382,0.029007211,0.0027944706,-0.015108282,0.01727648,0.011065586,0.0047337557,0.031045835,-0.0038591337,-0.032324295,-0.01585117,0.008759175,-0.019297829,0.0156093,-0.019712465,-0.008957855,0.013959396,0.0052909222,-0.005753068,-0.00814586,-0.005921514,0.0006473281,0.0017514032,0.021612877,0.00012113782,0.0097698495,0.005934471,0.008232242,-0.01222311,-0.014702285,0.004362311,0.0006851204,0.013847099,0.0106336735,0.0025461214,0.028696233,-0.012154004,0.0100549115,0.024394391,0.015928915,-0.0037079647,-0.0098735085,0.01845128,-0.0011467264,0.022839507,0.0065261903,0.0112297125,0.0029866716,0.01693095,-0.0105818445,0.04388226,0.022269383,-0.0052131778,0.018434005,0.02700314,0.00039277,-0.0008821803,0.017449245,0.006867401,0.013605229,0.009458873,-0.0021217677,0.0031594364,-0.015583385,0.0046689687,0.01752699,0.0017568021,0.03184055,0.0064138933,-0.020749053,0.0017200896,0.022390319,-0.015376068,-0.044538766,-0.0030017884,0.019902505,0.012689575,0.0113074565,0.0033710732,-0.019867953,-0.009087428,0.002984512,0.020749053,0.0013983151,-0.006292958,0.020904541,0.0032285422,0.020161653,0.037420858,-0.021561047,-0.007221569,0.021025477,-0.007325228,0.0048374147,0.003593508,-0.028938105,0.014598626,0.0104436325,0.031926937,-0.018554939,-0.002375516,0.007325228,-0.013026467,-0.011618433,-0.0026886521,-0.0048114997,-0.009355214,-0.0038720912,0.004183068,-0.0076707574,-0.01786388,0.026934033,-0.01781205,-0.009458873,-0.0002969395,-0.0103572495,-0.015592024,-0.0031745532,0.0107200565,-0.008016286,-0.014183991,-0.023133207,-0.0047251172,0.014780029,0.028730787,-0.019073235,-0.0017837966,-0.0056191753,-0.014123523,0.0017276481,0.011221074,0.006608254,0.0030708944,-0.031650513,-0.0023647184,0.015782066,-0.017025972,0.000942648,0.0036388587,-0.005753068,-0.02537915,-0.0061633843,-0.01815758,0.0156093,-0.0049583497,-0.015203303,0.011454307,0.017025972,0.030182011,0.00922564,-0.008629601,0.0095193405,0.0100549115,-0.000115334005,-0.009113343,-0.008452518,0.004651692,0.003520083,7.891674e-06,-0.00049993815,0.014451776,-0.0054377723,0.016326275,0.009476149,0.01570432,-0.008495709,-0.01884864,0.032911696,0.003964952,-0.021543771,0.0033192437,0.013933482,-0.0031939894,-0.009018322,-0.0027448009,0.0051656677,-0.006793976,-0.02935274,0.0014037141,0.00937249,-0.024999067,0.0106509505,-0.0017568021,-0.0112383505,0.0011866782,0.0006581259,-0.006249767,0.00809835,0.008430922,0.006763742,-0.020213481,-0.0027361626,0.005036094,0.0024770154,0.018641323,-0.0052650073,0.0047423937,-0.01914234,0.0071999733,0.03617695,0.0073511424,0.0038051447,-0.004116121,-0.0023539204,-0.0040556537,0.011316095,0.01914234,0.00299531,0.02332325,0.0051181572,0.018278517,-0.0053600282,0.0017816371,-0.014780029,0.014987347,0.020628117,0.025655573,0.008975131,-0.008530262,0.013492931,-0.024636261,0.0014836177,-0.0038656124,-0.017155545,0.008227924,-0.012050345,0.019522423,0.022684019,0.00721725,-0.0064786803,0.020265311,0.013786632,-0.00043974043,0.04457332,-0.0034725724,0.02164743,-0.014296288,0.0027318434,-0.00038197218,0.019228723,0.0110828625,-0.0014577031,-0.0101153795,0.008128584,-0.014615903,-0.00026927015,-0.0026908119,0.003250138,0.014019864,-0.014745476,0.0052952413,-0.015410621,-0.011462945,0.01129018,0.008746218,0.01683593,-0.008949216,-0.0057703443,-0.008132903,-0.006219533,-0.0042716097,-0.020472629,0.0021660386,0.0111606065,-0.0043126415,0.028592575,0.0009637037,0.0020116302,0.0010317299,-0.0054852823,-0.015013262,-0.0106336735,0.021802919,-0.0013983151,0.040426962,0.0052563692,0.015082368,-0.017777499,-0.0093811285,-0.006357745,0.0026022699,0.022614913,-0.020213481,-0.026484845,0.011834389,-0.0034013072,0.00042624318,-0.001771919,-0.01158388,0.0356241,-0.0039196014,-0.025344597,0.027331391,0.0010787002,0.0030946496,-0.008940578,0.012560002,-0.012603193,-0.009139258,-0.020749053,0.003736039,-0.0016466646,0.024601707,0.0111174155,-0.00829271,-0.013121487,0.02327142,-0.006569382,0.009251555,-0.018071199,0.0027534391,-7.490974e-05,0.010184485,-0.037282646,0.0049972218,0.0026195464,-0.012387237,-0.015298324,0.003068735,-0.01845128,-6.837201e-06,0.0011359286,-0.007441844,-0.008361816,0.017725669,-0.0007725826,-0.0044832467,0.0004138257,0.007195654,-0.0038461764,0.012542725,0.018865917,-0.014866412,-0.021872025,0.0013961556,-0.0006802614,-0.0106509505,0.0009232119,-0.0104954615,-0.0014199107,0.013536123,-0.014399947,0.008767813,0.0025050896,0.0053513898,-0.008141541,0.015911639,-0.019781569,-0.017984817,-0.015436535,-0.014097608,-0.0063793403,0.0038116234,-0.00017451945,-0.0037965064,-0.0010878784,0.028540745,0.0049583497,0.02778058,0.0056321328,-0.007722587,0.013467017,-0.0023128889,0.0099426145,0.006323192,-0.009199725,0.011592519,0.011652986,0.0102276765,-0.011955325,0.016283082,0.016205339,-0.0017481638,0.009251555,0.0052909222,0.008348859,-0.009001046,-0.040185094,0.0075325454,0.013138764,-0.011221074,-0.0112037975,0.0048374147,-0.0023172079,0.0016369465,0.00986487,-0.017544266,-0.021716535,-0.0041981847,0.022442147,-0.018986851,-0.0065218713,0.005394581,-0.01467637,0.0048071807,-0.0097093815,-0.0027080884,-0.0008821803,-0.0017092918,-0.0069149113,0.014909603,0.019245999,0.009294746,-0.014564073,0.003146479,-0.017285118,-0.003720922,0.005502559,0.021889301,0.037524514,-0.007225888,0.0323934,-0.014123523,-0.006258405,0.0147282,0.015056453,0.0025504404,0.007009932,-0.0051527102,0.0098044025,-0.001187758,-0.03068303,0.0098907845,-0.037282646,-0.0055241548,0.019677911,-0.024238901,-0.018434005,0.0015721597,-0.0032091062,0.013717526,0.0032868504,0.0051311147,-0.0028678956,0.007377057,-0.0042737694,-0.013657058,-0.001879897,-0.0006008976,-0.014857773,-0.012940084,0.024187073,0.0070574423,0.0029672354,-0.0030320224,-0.00097396155,0.008949216,-0.008396369,-0.0035308807,0.014624541,0.013959396,-0.01791571,-0.012439066,-0.018814087,0.015151474,0.008772133,-0.015263771,0.0058826418,0.0053686663,-0.013259699,-0.006966741,-0.012464981,0.0018118708,-0.007731225,0.017665202,0.0111519685,-0.0030838517,0.0093120225,0.0068803583,-0.006785338,0.00363238,-0.0009971769,0.0104436325,-0.019315105,-0.011860304,-0.0063361493,-0.014572711,6.795865e-05,0.005787621,-0.008750537,-0.011851666,0.00029585973,-0.011601157,-0.014304926,0.01604985,0.008625283,-0.0110828625,-0.004431417,0.011817113,-0.0041204407,-0.0024856536,0.020835435,0.0018572216,0.028920827,-0.0050188177,0.0029780334,-0.008055159,-0.0054723253,-0.0075239073,0.015782066,-0.0001418561,0.0024748559,-0.0044141407,0.0117307305,-0.008279753,0.0051613483,-0.007899671,0.024601707,-0.0017999933,0.01551428,0.0063145533,-0.022165725,0.0018993331,0.0051527102,-0.021457389,0.0109792035,0.009199725,0.023133207,0.013259699,0.0056494093,0.029577333,0.008318625,-0.00066676416,-0.017302396,0.01227494,0.0028851721,-0.027797857,-0.018520387,0.0028139066,-0.0053643472,0.00035875692,-0.0030298627,0.0058005783,-0.009251555,0.012940084,0.012361322,0.0011067746,-0.008793728,0.018624045,-0.004643054,0.0013356879,0.0054161767,-0.06692909,0.00422194,-0.021198241,-0.008681431,-0.027970621,-0.007843522,0.015367429,-0.014253097,-0.0103486115,-0.0045869057,0.004569629,-0.0050965617,-0.00446597,-0.004293205,-0.021716535,-0.017285118,0.007519588,0.0014706604,0.015557471,0.0025957911,0.013285614,0.0008821803,0.0053513898,0.004254333,-0.0017989135,-0.01099648,-0.0032069467,0.019902505,0.0074245674,-0.005934471,0.0064527653,-0.024048861,-0.0031400004,0.029387293,-0.013181955,0.013147402,0.011186521,-0.0027577581,0.0052174972,0.0051224763,0.006077002,-0.01344974,0.006927869,-0.018278517,0.0046300967,0.021042753,-0.0110483095,0.0047251172,-0.002518047,0.002375516,0.00815018,-0.011989878,-0.010858268,-0.0007401892,0.0070228893,-0.016265806,-0.015160112,0.0026584184,0.01286234,0.022131171,-0.019332381,-0.002464058,-0.0055198353,0.0027987899,-0.00025482808,0.009260193,0.030717582,-0.011868942,-0.0032566166,-0.018727705,0.0048028617,0.006206576,0.013803908,-0.013734802,-0.011998516,0.0049929027,0.022476701,-0.0061547463,0.0098389555,-0.0017319672,-0.0064873183,0.029093593,0.007808969,0.0057228343,-0.021440113,0.0040902067,-0.0008481672,0.014279011,-0.012300854,0.006906273,0.0037965064,-0.028506193,-0.006327511,-0.009407043,-0.036695246,0.008569134,-0.0009847594,0.009035599,0.028005175,-0.01335472,-0.014019864,-0.003053618,-0.008430922,-0.024705367,0.0048071807,0.0110828625,-0.014926879,0.0021627995,0.007182697,0.0033127652,-0.013406549,-0.00087192236,-0.00937249,-0.0102449525,-0.008888749,-0.0105645675,-0.030596647,0.00687172,0.021802919,-0.016032573,-0.007541184,0.023772437,0.018641323,-0.0073900144,0.0047035217,-0.0025202066,0.014615903,0.00294564,0.021440113,-0.01634355,-0.014961432,-0.015047815,0.0038850484,0.012775958,0.00196304,0.008383412,0.01938421,0.013993949,0.023150483,-0.0015786383,-0.017345587,-0.012084898,0.0067421463,-0.006936507,0.013423826,-0.0029888311,-0.0054118573,-0.007696672,-0.0062713623,0.0069494643,-0.005934471,-0.001084639,0.0070703994,0.022390319,-0.0051397528,0.0017848763,-0.006927869,-0.007821927,0.003038501,0.0053470707,-0.004118281,0.002105571,-0.026052933,-0.0042737694,0.0024251859,-0.0023085696,0.0045869057,0.011385201,0.0072474834,0.011367924,0.0021703579,0.00017141507,-0.032307018,0.037075326,-0.0008649038,0.0048849247,0.0027404816,0.0104609085,0.0150219,-0.0006473281,0.029680993,0.00026427617,-0.0030320224,0.007519588,0.012655022,0.003358116,0.00230641,-0.021129135,0.02321959,0.0044789277,0.0011445668,0.009035599,0.0009221321,-0.010003082,0.005144072,0.008456837,-0.00091187423,0.038595658,-0.0051397528,-0.016317636,0.012836425,0.01747516,-0.005921514,0.0027469604,0.0012309492,-0.018624045,0.0108064385,0.00043947046,-0.0059517473,0.018364899,0.0012428268,-4.7409092e-05,0.008534581,-0.009001046,0.016654527,-0.004034058,0.018295793,0.019021405,0.009156534,0.00417227,0.0038461764,-0.016404018,0.026433015,0.0064225313,0.015401982,0.011134692,-0.004928116,-0.011713454,0.008184733,0.00027696358,-0.0048892437,0.008085392,-0.022027513,0.020092547,0.002926204,-0.013579314,0.014693647,-0.021630153,-0.009139258,-0.004751032,-0.0102449525,0.027331391,-0.015877085,-0.0060467683,-0.0021131295,0.0052434118,-0.0025374831,0.009217002,-0.012637746,-0.0031162451,8.064607e-05,0.014304926,-0.004332077,0.004608501,0.007960138,-0.01497007,0.0011218914,0.0035157637,-0.004504842,-0.0063750213,-0.035935078,-0.012318131,0.0049367542,0.0102622295,-0.00049156987,0.03201332,-0.021405559,0.017345587,0.01630036,-0.009217002,0.0019133702,-0.012896893,-0.006945145,-0.017742945,0.0153156,-0.0040945257,-0.02748688,0.0030104266,0.0049885837,-0.008888749,-0.0101931235,-0.0061979373,-0.02287406,-0.0104349945,0.008076754,-0.0075670984,-0.009787126,0.01192941,0.0030989686,-0.007692353,0.014063055,0.02503362,0.0009960971,-0.0028355024,0.022666743,0.016550869,0.0049756262,0.026536673,-0.019747017,0.015695682,-0.0028139066,-0.0053341133,0.011108777,-0.000991238,0.0066255303,-0.014555435,-0.014719562,0.00010669576,0.022666743,0.024826303,0.0013907567,0.0012115132,-0.022684019,-0.0010571047,0.014935518,-0.015341515,0.004245695,0.004260812,0.0102795055,-0.0065564243,0.0100549115,-0.0053989002,-0.013907567,0.021284623,-0.0021671185,-0.0029477994,0.00063329097,-0.010823715,-0.0098044025,0.0069235493,0.0067291893,0.01364842,-0.014624541,-0.012914169,-0.01683593,0.014063055,-0.021543771,-0.0025871529,-0.016179424,0.015790703,-0.0067464653,0.00397575,-0.002837662,0.002286974,0.025517361,0.00211097,-0.0011326892,-0.008923302,0.019176893,-0.0098907845,0.018243963,-0.024826303,-0.006495957,-0.02596655,0.013320167,0.0020548215,0.0063145533,-0.021267347,-0.0111174155,-0.024480773,0.007653481,0.0110828625,-0.015764788,0.003431541,-0.022113895,-0.0014836177,-0.016110318,-0.003720922,0.0047251172,-0.012836425,0.015376068,0.018952299,-0.0060467683,-0.016041212,0.008819643,0.004474608,-0.0027620774,0.002271857,-0.0052822838,-0.0010398282,0.054248147,0.020956371,-0.0010025757,0.021733813,0.007467759,-0.0063059153,0.0026908119,0.006681679,-0.015246494,-0.012957361,-0.006392298,-0.009303384,0.036937114,0.007843522,-0.0020159492,0.0024403029,0.016101679,0.016222615,-0.0054420913,0.0105991205,-0.0019360456,0.0077182674,-0.01874498,-0.0108323535,-0.015082368,0.0013184114,0.00051100587,-0.007895351,0.0031983084,0.063439235,-0.021906577,-0.016222615,0.0300438,-0.006439808,-0.014330841,-0.0100462735,-0.019021405,0.0100635495,-0.015237856,-0.013026467,0.0018205091,-0.004407662,0.0079515,-0.025880167,-0.00035794708,-0.00035794708,-0.0059128753,-0.025396425,-0.008435242,-0.016481763,0.012344046,-0.020766329,-0.021595601,0.0017557223,0.029093593,5.5878616e-05,-0.006932188,0.011920772,0.040841598,0.0055587078,0.0102795055,-0.0041593127,-0.0110223945,-0.008258157,-0.053522535,0.012326769,-0.0096575525,-0.02415252,-0.011566604,-0.020904541,-0.012879616,0.0031551172,0.012879616,0.0060510873,-0.012879616,0.016473124,0.0103313355,-0.0008811005,0.0069969743,-0.022563083,-0.013285614,0.008603687,-0.023841543,-0.009648914,-0.008560496,-0.008422284,0.018140305,-0.0105904825,-0.0111951595,0.00299531,-0.00010561598,-0.002041864,0.003053618,0.00090701523,-0.0014425861,-0.007618928,-0.014019864,0.004435736,-0.0053686663,0.02508545,0.017725669,-0.0011510456,-0.0018269878,0.0045221187,-0.019919781,0.0046689687,0.00667736,-0.0016920153,0.006474361,-0.0001625069,0.0007396493,-0.019764293,0.013553399,0.02327142,-0.01458135,-0.009139258,0.030544817,-0.0014501446,-0.008871472,-0.004215461,-0.027314115,0.007593013,-0.00893194,0.014244458,-0.014356755,-0.0108669065,0.009476149,0.015695682,-0.013708887,0.02852347,-0.002906768,0.0071308673,-0.0021358049,-0.003520083,0.00633183,-0.009389767,0.00012991103,-0.0094847875,0.01693959,0.008417965,-0.03617695,0.047199342,0.027262285,0.007960138,-0.00407509,-0.015082368,0.0055759843,-0.01428765,-0.020990923,-0.0023323249,-0.0038051447,0.007079038,-0.022563083,-0.005036094,-0.027141351,-0.004068611,-0.014840497,-0.021681983,-0.009545255,0.0104609085,0.0077873734,0.0073425043,0.0034077857,-0.0020148696,-0.031633236,-0.0062324903,0.0069235493,-0.003219904,-0.002080736,-0.016896397,0.01604985,0.020921817,0.014140799,-0.022891337,-0.0003209646,0.0153156,0.0041398765,-0.013467017,-0.0003082772,-0.013562037,-0.00023458221,-0.012784596,0.008966493,0.0104609085,0.008478433,-0.014840497,0.017198736,-0.013233784,0.018434005,-0.00026049692,-0.028091557,-0.02356512,0.0008314306,0.0050144983,0.0014458254,0.011540689,0.0009107944,-0.0013918364,-0.0010468467,-0.013821185,0.0097007435,-0.002213549,-0.00086382404,-0.006711913]\",\n    \"main_product_id\": 11880,\n    \"price\": 149.99,\n    \"emb_hash\": \"f6e2efcab68cbe0b683889bcad8bbbd7_fd46adc42715fcf13e6790bfdbb74191\"\n}"}],"_postman_id":"2ee9e4dd-08d5-4b20-8222-90ee44a01b18"}],"id":"a95bc52f-d596-4a45-a77c-a8892dcc6062","description":"<p>APIs de gerenciamento de produtos</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"a95bc52f-d596-4a45-a77c-a8892dcc6062","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"IA - Robô","item":[{"name":"Informações pelo ID","id":"51a422d0-fb1f-4d79-92ff-df18f272bc8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/strategy/:id","description":"<p>Retorna uma estratégia específica pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","strategy",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"description":{"content":"<p>ID do robô</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"cc1fd3c1-cd8a-4937-9238-24b0c7ec0cc4","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/strategy/:id","host":["https://apis.sellflux.app"],"path":["api","v1","strategy",":id"],"variable":[{"key":"id","value":"403","description":"ID do robô"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\n            \"id\": 403,\n            \"name\": \"IA v2\",\n            \"created_at\": \"2025-06-03T10:52:14.408Z\",\n            \"updated_at\": \"2025-06-03T10:52:14.408Z\",\n            \"project_id\": 2465,\n            \"status\": 1,\n            \"departments\": [\n                0\n            ],\n            \"time\": 0,\n            \"not_have_tags\": null,\n            \"have_tags\": null,\n            \"key_works\": null,\n            \"company_name\": \"SellFlux LTDA\",\n            \"context_robo\": \"Você é um atendente ótimo e trata todo mundo bem\",\n            \"company_phone\": null,\n            \"company_email\": null,\n            \"company_site\": \"sellflux.com\",\n            \"company_description\": null,\n            \"robo_name\": \"Fluxy\",\n            \"limit_product\": 2,\n            \"limit_validated\": 3,\n            \"token_open_ai\": null,\n            \"voice_ai\": \"alloy\",\n            \"version\": 2,\n            \"user_schedule\": null,\n            \"use_token_sellflux\": true,\n            \"abort_send_old_msg\": true,\n            \"timezone\": \"America/Sao_Paulo\",\n            \"interaction_limit\": 15\n        }"}],"_postman_id":"51a422d0-fb1f-4d79-92ff-df18f272bc8c"},{"name":"Listar robôs por projeto","id":"7442fe85-0119-4ac0-986a-f6edf1eb0cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/strategy/project?page=1","description":"<p>Retorna lista de estratégias do projeto</p>\n","urlObject":{"path":["api","v1","strategy","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"61c91a47-cf4c-4af6-b323-ae6ec0ae8ebc","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/strategy/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","strategy","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 403,\n            \"name\": \"IA v2\",\n            \"created_at\": \"2025-06-03T10:52:14.408Z\",\n            \"updated_at\": \"2025-06-03T10:52:14.408Z\",\n            \"project_id\": 2465,\n            \"status\": 1,\n            \"departments\": [\n                0\n            ],\n            \"time\": 0,\n            \"not_have_tags\": null,\n            \"have_tags\": null,\n            \"key_works\": null,\n            \"company_name\": \"SellFlux LTDA\",\n            \"context_robo\": \"Você é um atendente ótimo e trata todo mundo bem\",\n            \"company_phone\": null,\n            \"company_email\": null,\n            \"company_site\": \"sellflux.com\",\n            \"company_description\": null,\n            \"robo_name\": \"Fluxy\",\n            \"limit_product\": 2,\n            \"limit_validated\": 3,\n            \"token_open_ai\": null,\n            \"voice_ai\": \"alloy\",\n            \"version\": 2,\n            \"user_schedule\": null,\n            \"use_token_sellflux\": true,\n            \"abort_send_old_msg\": true,\n            \"timezone\": \"America/Sao_Paulo\",\n            \"interaction_limit\": 15\n        },\n        {\n            \"id\": 401,\n            \"name\": \"IA v3\",\n            \"created_at\": \"2025-06-03T10:49:19.630Z\",\n            \"updated_at\": \"2025-06-03T10:49:19.630Z\",\n            \"project_id\": 2465,\n            \"status\": 1,\n            \"departments\": [\n                0\n            ],\n            \"time\": 0,\n            \"not_have_tags\": null,\n            \"have_tags\": null,\n            \"key_works\": null,\n            \"company_name\": null,\n            \"context_robo\": null,\n            \"company_phone\": null,\n            \"company_email\": null,\n            \"company_site\": null,\n            \"company_description\": null,\n            \"robo_name\": null,\n            \"limit_product\": 2,\n            \"limit_validated\": 3,\n            \"token_open_ai\": null,\n            \"voice_ai\": null,\n            \"version\": 3,\n            \"user_schedule\": null,\n            \"use_token_sellflux\": null,\n            \"abort_send_old_msg\": true,\n            \"timezone\": \"America/Sao_Paulo\",\n            \"interaction_limit\": 15\n        }\n    ],\n    \"total\": \"2\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"7442fe85-0119-4ac0-986a-f6edf1eb0cab"},{"name":"Criar robô","id":"6fb1394a-904b-4409-b8a8-b48910a01bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome da Estratégia\",\n    \"description\": \"Descrição da estratégia\",\n    \"type\": \"strategy\",\n    \"version\": 3 //opcional - versão do robô \n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy","description":"<p>Cria uma nova estratégia</p>\n","urlObject":{"path":["api","v1","strategy"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"48ca409f-8cef-493a-9d58-40b4aeaba418","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nome da Estratégia\",\n    \"description\": \"Descrição da estratégia\",\n    \"type\": \"strategy\",\n    \"config\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 452,\n    \"name\": \"Nome da Estratégia\",\n    \"created_at\": \"2025-07-03T09:49:43.580Z\",\n    \"updated_at\": \"2025-07-03T09:49:43.580Z\",\n    \"project_id\": 2465,\n    \"status\": 0,\n    \"departments\": null,\n    \"time\": 0,\n    \"not_have_tags\": null,\n    \"have_tags\": null,\n    \"key_works\": null,\n    \"company_name\": null,\n    \"context_robo\": null,\n    \"company_phone\": null,\n    \"company_email\": null,\n    \"company_site\": null,\n    \"company_description\": null,\n    \"robo_name\": null,\n    \"limit_product\": 2,\n    \"limit_validated\": 3,\n    \"token_open_ai\": null,\n    \"voice_ai\": null,\n    \"version\": 3,\n    \"user_schedule\": null,\n    \"use_token_sellflux\": null,\n    \"abort_send_old_msg\": true,\n    \"timezone\": \"America/Sao_Paulo\",\n    \"interaction_limit\": 15\n}"}],"_postman_id":"6fb1394a-904b-4409-b8a8-b48910a01bec"},{"name":"Atualizar robô","id":"f6abccff-23c3-49f4-839e-98877b71ed31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Descrição atualizada\",\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy","description":"<p>Atualiza uma estratégia existente</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","strategy"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"11d2dab4-38dc-46ff-b457-5c45b534b27d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 452,\n    \"name\": \"Nome Atualizado\",\n    \"description\": \"Descrição atualizada\",\n    \"config\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 452,\n    \"name\": \"Nome Atualizado\",\n    \"created_at\": \"2025-07-03T09:49:43.580Z\",\n    \"updated_at\": \"2025-07-03T09:49:43.580Z\",\n    \"project_id\": 2465,\n    \"status\": 0,\n    \"departments\": null,\n    \"time\": 0,\n    \"not_have_tags\": null,\n    \"have_tags\": null,\n    \"key_works\": null,\n    \"company_name\": null,\n    \"context_robo\": null,\n    \"company_phone\": null,\n    \"company_email\": null,\n    \"company_site\": null,\n    \"company_description\": null,\n    \"robo_name\": null,\n    \"limit_product\": 2,\n    \"limit_validated\": 3,\n    \"token_open_ai\": null,\n    \"voice_ai\": null,\n    \"version\": 3,\n    \"user_schedule\": null,\n    \"use_token_sellflux\": null,\n    \"abort_send_old_msg\": true,\n    \"timezone\": \"America/Sao_Paulo\",\n    \"interaction_limit\": 15\n}"}],"_postman_id":"f6abccff-23c3-49f4-839e-98877b71ed31"},{"name":"Deletar robô","id":"9b146de7-f520-4918-ae98-2c17545b573e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/strategy/:id","description":"<p>Remove uma estratégia</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","strategy",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"1e525a42-3519-4e65-94dc-112bb992a603","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/strategy/:id","host":["https://apis.sellflux.app"],"path":["api","v1","strategy",":id"],"variable":[{"key":"id","value":"","description":"ID do robô"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 452,\n    \"name\": \"Nome Atualizado\",\n    \"created_at\": \"2025-07-03T09:49:43.580Z\",\n    \"updated_at\": \"2025-07-03T09:49:43.580Z\",\n    \"project_id\": 2465,\n    \"status\": 3,\n    \"departments\": null,\n    \"time\": 0,\n    \"not_have_tags\": null,\n    \"have_tags\": null,\n    \"key_works\": null,\n    \"company_name\": null,\n    \"context_robo\": null,\n    \"company_phone\": null,\n    \"company_email\": null,\n    \"company_site\": null,\n    \"company_description\": null,\n    \"robo_name\": null,\n    \"limit_product\": 2,\n    \"limit_validated\": 3,\n    \"token_open_ai\": null,\n    \"voice_ai\": null,\n    \"version\": 3,\n    \"user_schedule\": null,\n    \"use_token_sellflux\": null,\n    \"abort_send_old_msg\": true,\n    \"timezone\": \"America/Sao_Paulo\",\n    \"interaction_limit\": 15\n}"}],"_postman_id":"9b146de7-f520-4918-ae98-2c17545b573e"},{"name":"Ativar/Desativar robô","id":"cf683599-2e47-4dee-85c9-6493a9ca5833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 452,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy","description":"<p>Ativa ou desativa uma estratégia</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}},"urlObject":{"path":["api","v1","strategy"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"852d859a-ff3b-4daf-a0ef-0a3cb53d366f","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 452,\n    \"status\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/strategy"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 452,\n    \"name\": \"Nome Atualizado\",\n    \"created_at\": \"2025-07-03T09:49:43.580Z\",\n    \"updated_at\": \"2025-07-03T09:49:43.580Z\",\n    \"project_id\": 2465,\n    \"status\": 1,\n    \"departments\": null,\n    \"time\": 0,\n    \"not_have_tags\": null,\n    \"have_tags\": null,\n    \"key_works\": null,\n    \"company_name\": null,\n    \"context_robo\": null,\n    \"company_phone\": null,\n    \"company_email\": null,\n    \"company_site\": null,\n    \"company_description\": null,\n    \"robo_name\": null,\n    \"limit_product\": 2,\n    \"limit_validated\": 3,\n    \"token_open_ai\": null,\n    \"voice_ai\": null,\n    \"version\": 3,\n    \"user_schedule\": null,\n    \"use_token_sellflux\": null,\n    \"abort_send_old_msg\": true,\n    \"timezone\": \"America/Sao_Paulo\",\n    \"interaction_limit\": 15\n}"}],"_postman_id":"cf683599-2e47-4dee-85c9-6493a9ca5833"}],"id":"5358afc1-6923-46ff-b540-fb8d0ff7e999","description":"<p>APIs de gerenciamento de estratégias</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","_postman_id":"5358afc1-6923-46ff-b540-fb8d0ff7e999","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"IA - Políticas","item":[{"name":"Informações da política pelo ID","id":"39caf023-12f2-415c-8a49-8ed83147552f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/policies/:id","description":"<p>Retorna uma política específica pelo ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"11230427-7a74-4130-a92b-306d5f30813b","id":"11230427-7a74-4130-a92b-306d5f30813b","name":"IA - Políticas","type":"folder"}},"urlObject":{"path":["api","v1","policies",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"6e2dc1ff-edbb-4592-966a-573f6cd7de20","description":{"content":"<p>ID da política</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"11339ad9-5382-4861-83e6-8c8528aab629","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/policies/:id","host":["https://apis.sellflux.app"],"path":["api","v1","policies",":id"],"variable":[{"key":"id","value":"2315","description":"ID da política"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2315,\n    \"title\": \"Nome da Política\",\n    \"text\": \"Lorem ipsum inceptos integer imperdiet mollis aptent, nullam quisque morbi torquent posuere eleifend fames, mi sociosqu purus mollis curae. velit quam ornare nibh dictum pretium semper cubilia at, ac rutrum semper amet phasellus varius consequat mauris, orci scelerisque convallis adipiscing turpis lacus sit. magna augue tempus sit pulvinar consequat mattis nisl curae leo morbi, volutpat at vulputate odio litora commodo fusce quam primis posuere quam, ante volutpat pretium arcu mauris eleifend neque eu aptent. quam mi volutpat lacus curabitur tristique tempus feugiat habitasse pulvinar, vel iaculis consequat suscipit vel erat aenean lectus quis habitant, cubilia mollis curabitur blandit quisque mi augue tortor. \",\n    \"status\": 1,\n    \"project_id\": 2465,\n    \"prompt\": null,\n    \"created_at\": \"2025-07-03T13:04:16.182Z\",\n    \"updated_at\": \"2025-07-03T13:04:18.245Z\"\n}"}],"_postman_id":"39caf023-12f2-415c-8a49-8ed83147552f"},{"name":"Listar políticas","id":"7437bc64-3e94-4c3f-a62b-168bf9b6482c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.sellflux.app/api/v1/policies/project?page=1","description":"<p>Retorna lista de políticas do projeto com paginação</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"11230427-7a74-4130-a92b-306d5f30813b","id":"11230427-7a74-4130-a92b-306d5f30813b","name":"IA - Políticas","type":"folder"}},"urlObject":{"path":["api","v1","policies","project"],"host":["https://apis.sellflux.app"],"query":[{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2c077dea-68c8-42b6-ad11-ec186b0d2c5f","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/policies/project?page=1","host":["https://apis.sellflux.app"],"path":["api","v1","policies","project"],"query":[{"key":"page","value":"1","description":"Número da página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2315,\n            \"title\": \"Nome da Política\",\n            \"text\": \"Lorem ipsum inceptos integer imperdiet mollis aptent, nullam quisque morbi torquent posuere eleifend fames, mi sociosqu purus mollis curae. velit quam ornare nibh dictum pretium semper cubilia at, ac rutrum semper amet phasellus varius consequat mauris, orci scelerisque convallis adipiscing turpis lacus sit. magna augue tempus sit pulvinar consequat mattis nisl curae leo morbi, volutpat at vulputate odio litora commodo fusce quam primis posuere quam, ante volutpat pretium arcu mauris eleifend neque eu aptent. quam mi volutpat lacus curabitur tristique tempus feugiat habitasse pulvinar, vel iaculis consequat suscipit vel erat aenean lectus quis habitant, cubilia mollis curabitur blandit quisque mi augue tortor. \",\n            \"status\": 1,\n            \"project_id\": 2465,\n            \"prompt\": null,\n            \"created_at\": \"2025-07-03T13:04:16.182Z\",\n            \"updated_at\": \"2025-07-03T13:04:18.245Z\"\n        }\n    ],\n    \"total\": \"1\",\n    \"page\": 1,\n    \"limit\": 30,\n    \"total_pages\": 1\n}"}],"_postman_id":"7437bc64-3e94-4c3f-a62b-168bf9b6482c"},{"name":"Criar política","id":"093a1051-0e5b-4aa1-83bc-294cf09d99d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nome da Política\",\n    \"description\": \"Descrição da política\",\n    \"prompt\": \"Regras da política\",\n    \"text\": \"Texto da política\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/policies","description":"<p>Cria uma nova política</p>\n","urlObject":{"path":["api","v1","policies"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"a23c787d-6b27-4da1-8870-3f2be633f9af","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nome da Política\",\n    \"description\": \"Descrição da política\",\n    \"rules\": \"Regras da política\",\n    \"text\": \"Lorem ipsum inceptos integer imperdiet mollis aptent, nullam quisque morbi torquent posuere eleifend fames, mi sociosqu purus mollis curae. velit quam ornare nibh dictum pretium semper cubilia at, ac rutrum semper amet phasellus varius consequat mauris, orci scelerisque convallis adipiscing turpis lacus sit. magna augue tempus sit pulvinar consequat mattis nisl curae leo morbi, volutpat at vulputate odio litora commodo fusce quam primis posuere quam, ante volutpat pretium arcu mauris eleifend neque eu aptent. quam mi volutpat lacus curabitur tristique tempus feugiat habitasse pulvinar, vel iaculis consequat suscipit vel erat aenean lectus quis habitant, cubilia mollis curabitur blandit quisque mi augue tortor. \"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/policies"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2315,\n    \"title\": \"Nome da Política\",\n    \"text\": \"Lorem ipsum inceptos integer imperdiet mollis aptent, nullam quisque morbi torquent posuere eleifend fames, mi sociosqu purus mollis curae. velit quam ornare nibh dictum pretium semper cubilia at, ac rutrum semper amet phasellus varius consequat mauris, orci scelerisque convallis adipiscing turpis lacus sit. magna augue tempus sit pulvinar consequat mattis nisl curae leo morbi, volutpat at vulputate odio litora commodo fusce quam primis posuere quam, ante volutpat pretium arcu mauris eleifend neque eu aptent. quam mi volutpat lacus curabitur tristique tempus feugiat habitasse pulvinar, vel iaculis consequat suscipit vel erat aenean lectus quis habitant, cubilia mollis curabitur blandit quisque mi augue tortor. \",\n    \"status\": 1,\n    \"project_id\": 2465,\n    \"prompt\": null,\n    \"created_at\": \"2025-07-03T13:04:16.182Z\",\n    \"updated_at\": \"2025-07-03T13:04:18.245Z\"\n}"}],"_postman_id":"093a1051-0e5b-4aa1-83bc-294cf09d99d4"},{"name":"Atualizar política","id":"8c8caede-59e1-462e-80cd-ae68381866d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"title\": \"Nome Atualizado da Política\",\n    \"description\": \"Nova descrição\",\n    \"promt\": \"Regras atualizadas\",\n    \"text\": \"Texto atualizado\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/policies","description":"<p>Atualiza uma política existente</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"11230427-7a74-4130-a92b-306d5f30813b","id":"11230427-7a74-4130-a92b-306d5f30813b","name":"IA - Políticas","type":"folder"}},"urlObject":{"path":["api","v1","policies"],"host":["https://apis.sellflux.app"],"query":[],"variable":[]}},"response":[{"id":"04a5a462-4884-4864-96e0-ceeb5951a3f7","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 2315,\n    \"title\": \"Nome Atualizado da Política\",\n    \"description\": \"Nova descrição\",\n    \"rules\": \"Regras atualizadas\",\n    \"text\": \"Texto atualizado\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.sellflux.app/api/v1/policies"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2315,\n    \"title\": \"Nome Atualizado da Política\",\n    \"text\": \"Texto atualizado\",\n    \"status\": 1,\n    \"project_id\": 2465,\n    \"prompt\": null,\n    \"created_at\": \"2025-07-03T13:04:16.182Z\",\n    \"updated_at\": \"2025-07-03T13:08:20.584Z\"\n}"}],"_postman_id":"8c8caede-59e1-462e-80cd-ae68381866d0"},{"name":"Deletar política","id":"08119f01-0e99-43a8-9a02-14bcaf834795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.sellflux.app/api/v1/policies/:id","description":"<p>Remove uma política</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"11230427-7a74-4130-a92b-306d5f30813b","id":"11230427-7a74-4130-a92b-306d5f30813b","name":"IA - Políticas","type":"folder"}},"urlObject":{"path":["api","v1","policies",":id"],"host":["https://apis.sellflux.app"],"query":[],"variable":[{"id":"448b99dd-00fb-4c12-884f-04744d2bd87a","description":{"content":"<p>ID da política</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"631e5308-3238-469e-b77a-453928e29007","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://apis.sellflux.app/api/v1/policies/:id","host":["https://apis.sellflux.app"],"path":["api","v1","policies",":id"],"variable":[{"key":"id","value":"2315","description":"ID da política"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Política deletada com sucesso\"\n}"}],"_postman_id":"08119f01-0e99-43a8-9a02-14bcaf834795"}],"id":"11230427-7a74-4130-a92b-306d5f30813b","description":"<p>APIs de gerenciamento de políticas da IA</p>\n<p>ㅤㅤ</p>\n<p>Para saber mais sobre status, permissões ou outras informações acesse <a href=\"https://developers.sellflux.com/#65146d6d-4b41-4e47-9b3f-06dc2b29b9f4:~:text=any%20response%20body-,Informa%C3%A7%C3%B5es%20Gerais,-Tipos%20de%20sequ%C3%AAncia\">aqui</a>.</p>\n<p>Todos os valores informados nas strings, são valores aleatórios, você deve user valores que você deseja.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"974c6226-b735-461f-a088-dc10262af267","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a12662a1-626d-42f9-be24-12366424a97c","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"11230427-7a74-4130-a92b-306d5f30813b"}],"id":"a5ee9408-b563-4326-86a3-9d49e0dd5096","_postman_id":"a5ee9408-b563-4326-86a3-9d49e0dd5096","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}},{"name":"Informações Gerais","item":[],"id":"65146d6d-4b41-4e47-9b3f-06dc2b29b9f4","description":"<h1 id=\"tipos-de-sequência-permitida-v1\"><strong>Tipos de sequência permitida (v1)</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mixed</td>\n<td>Sequência lead</td>\n</tr>\n<tr>\n<td>transaction</td>\n<td>Sequência de transação</td>\n</tr>\n<tr>\n<td>opt_in</td>\n<td>Sequência opt_in</td>\n</tr>\n<tr>\n<td>tracking</td>\n<td>Sequência de rastreamento</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ㅤㅤ\"><strong>ㅤㅤ</strong></h3>\n<h1 id=\"tipos-de-stages-permitido-v1\"><strong>Tipos de stages permitido (v1)</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tag-add</td>\n<td>Adicionar tag</td>\n</tr>\n<tr>\n<td>tag-remove</td>\n<td>Remover tag</td>\n</tr>\n<tr>\n<td>pixel</td>\n<td>Stage de pixel</td>\n</tr>\n<tr>\n<td>crm</td>\n<td>Stage enviar para o CRM</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Stage de SMS</td>\n</tr>\n<tr>\n<td>limited-release</td>\n<td>Stage de aquecimento</td>\n</tr>\n<tr>\n<td>whatsapp_open_session</td>\n<td>Whatsapp Oficial Sessão aberta</td>\n</tr>\n<tr>\n<td>whatsapp_oficial</td>\n<td>Whatsapp Oficial</td>\n</tr>\n<tr>\n<td>whatsapp</td>\n<td>Whatsapp não oficial</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ㅤㅤ-1\"><strong>ㅤㅤ</strong></h3>\n<h1 id=\"tipos-de-condições-permitidos-v1\"><strong>Tipos de condições permitidos (v1)</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tag</td>\n<td>Condição se tiver tag</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Condição se houve sucesso</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Condição se houve falha</td>\n</tr>\n<tr>\n<td>email_open</td>\n<td>Condição se abriu email</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tipos-de-status\"><strong>Tipos de status</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Ativo</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Ativo - Não configurado</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Deletado</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tipos-de-permissões\"><strong>Tipos de permissões</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Administrador</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SAC + SellFlux</td>\n</tr>\n<tr>\n<td>3</td>\n<td>SellFlux</td>\n</tr>\n<tr>\n<td>4</td>\n<td>SAC</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tipos-de-dispositivos\"><strong>Tipos de dispositivos</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>waapi</td>\n<td>Integração com WaAPI</td>\n</tr>\n<tr>\n<td>zapi</td>\n<td>Integração com ZaAPI</td>\n</tr>\n<tr>\n<td>oficial</td>\n<td>Integração api Oficial</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tipos-de-lead_creation\"><strong>Tipos de lead_creation</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>String</strong></th>\n<th><strong>Descrição</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Não cria o lead quando receber mensagem</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Cria somente o lead com tag ativo-whatsapp</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Cria lead e adiciona etiquetas vindas do Whatsapp</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"f8b7c6e6-bb2d-455c-9135-a509cd7b40b9","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"2f30a8f3-fec9-4022-966d-1ada8b180c22","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"65146d6d-4b41-4e47-9b3f-06dc2b29b9f4","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","id":"8a36d6ad-3c98-4711-9e19-e20776587ea8","name":"SellFlux - API REST","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"f1672527-ec94-4c57-8b3a-ca22527eef23","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b4cdeeb2-7e35-44ec-bf5f-d0aefdb930b0","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://apis.sellflux.app","type":"string"}]}