{"info":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9139457","collectionId":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","publishedId":"TzshF4jQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-03T12:48:32.000Z"},"item":[{"name":"Auth","item":[{"name":"generate-token (Gera token Bearer para sessão)","event":[{"listen":"test","script":{"exec":["pm.collectionVariables.set(\"tokenBearer\", pm.response.json().token);\r","pm.collectionVariables.set(\"session\", pm.response.json().session);"],"type":"text/javascript","id":"8c564a68-ed4a-4423-bcad-5a05f1e18de3"}}],"id":"0cee2daa-f486-4ef4-92e5-40a5020d546b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:21465/api/:session/:secretkey/generate-token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}},"urlObject":{"path":[":session",":secretkey","generate-token"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"e8758008-4960-4b63-9cce-4f19d7cf8d38","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"nova","key":"session"},{"id":"1accee21-c7d2-47b5-96b3-e40444456b9e","description":{"content":"<p>(Required) chave do admin</p>\n","type":"text/plain"},"type":"any","value":"THISISMYSECURETOKEN","key":"secretkey"}]}},"response":[{"id":"96da8b7b-4c48-4696-8d05-54d831085093","name":"resultado com sucesso da criação do token","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/:secretkey/generate-token","host":["http://localhost:21465/api"],"path":[":session",":secretkey","generate-token"],"variable":[{"key":"session"},{"key":"secretkey"}]}},"status":"genereted-token","_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"Success\",\n \"session\": \"nova\",\n \"token\": \"$2b$10$N9xrdqCW4S1jpNyB44L1nuXj79EAvo83MS6uxhBg8JOvWNLV8QlaS\",\n \"full\": \"nova:$2b$10$N9xrdqCW4S1jpNyB44L1nuXj79EAvo83MS6uxhBg8JOvWNLV8QlaS\"\n}"}],"_postman_id":"0cee2daa-f486-4ef4-92e5-40a5020d546b"},{"name":"start-session (Retorna QRCode de login)","event":[{"listen":"test","script":{"id":"381644df-ad65-4e42-b6ae-367c4a1123d5","exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript"}}],"id":"8600cf92-df4a-4fd2-b36b-2ba8e8ed9dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"webhook\": null,\n    \"waitQrCode\":false\n}"},"url":"http://localhost:21465/api/:session/start-session","description":"<p>Inicializa a sessão</p>\n","urlObject":{"path":[":session","start-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"3ca2d27f-1029-4659-a24c-b353be33181a","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"59b3cf36-4a86-4bc3-a7f8-3e84c0c82cfe","name":"resultado ok","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n    \"webhook\": \"https://webhook.site/7cc2944d-3967-4cea-988c-d57ea80bce5f\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/start-session","host":["http://localhost:21465/api"],"path":[":session","start-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8600cf92-df4a-4fd2-b36b-2ba8e8ed9dcd"},{"name":"status-session (Atualiza QRCode de login)","event":[{"listen":"test","script":{"exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript","id":"8c72956f-a27f-4dcf-baeb-68525bdd1aab"}}],"id":"dc592626-d6b3-4655-acc0-c3c45697a7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/status-session","description":"<p>Retorna o status da session</p>\n","urlObject":{"path":[":session","status-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"23f4db5a-905a-46c8-9c57-0a37269c9a2a","type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"eca08a6a-e344-47a1-a8b0-05865941c31e","name":"Connected","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/status-session","host":["http://localhost:21465/api"],"path":[":session","status-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc592626-d6b3-4655-acc0-c3c45697a7f4"},{"name":"qrcode-session (Pegar qrCode de autenticação via stream)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c9b50d30-0071-4317-a5f2-b7acdeb71406"}}],"id":"8999aeac-9500-4404-a754-d55e7e6a982f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/qrcode-session","description":"<p>Retorna o status da session</p>\n","urlObject":{"path":[":session","qrcode-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"77195e0e-d402-47cf-8c47-cabbd7c2be5d","type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"599e2723-2d99-4c2c-bad3-ae8aff8a5d95","name":"Connected","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/status-session","host":["http://localhost:21465/api"],"path":[":session","status-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8999aeac-9500-4404-a754-d55e7e6a982f"},{"name":"check-connection-session (status da conexão)","id":"31e80764-aebd-4c60-b8b9-5de52b63b37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/check-connection-session","description":"<p>Verifica se a sessáo esta conectada</p>\n","urlObject":{"path":[":session","check-connection-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"ded0601d-b234-4280-a509-9483fd785458","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"8d157b9a-0457-44f7-9fb4-e05a63c31b62","name":"Connected","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/check-connection-session","host":["http://localhost:21465/api"],"path":[":session","check-connection-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31e80764-aebd-4c60-b8b9-5de52b63b37b"},{"name":"close-session","id":"3158302e-5082-40b2-9164-90954bbf9431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:21465/api/:session/close-session","description":"<p>finaliza a sessão</p>\n","urlObject":{"path":[":session","close-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"f42e9b8d-a492-40e9-80db-a065178ed919","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7765cef2-f7d1-4df4-94c0-7e69804481d0","name":"resultado ok","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/close-session","host":["http://localhost:21465/api"],"path":[":session","close-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3158302e-5082-40b2-9164-90954bbf9431"},{"name":"logout-session","id":"0b1eb72c-4c53-44db-a76e-be9424011a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:21465/api/:session/logout-session","description":"<p>finaliza a sessão</p>\n","urlObject":{"path":[":session","logout-session"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"c420df1a-51f2-48a5-a080-aaef82c23bde","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"cbafc8df-f702-4244-926d-549c7b0077ba","name":"resultado ok","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/close-session","host":["http://localhost:21465/api"],"path":[":session","close-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b1eb72c-4c53-44db-a76e-be9424011a63"},{"name":"ChatWoot WebHook","id":"b0ec5eea-cb3d-4bb7-acad-20087b24d512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:21465/api/:session/chatwoot","description":"<p>finaliza a sessão</p>\n","urlObject":{"path":[":session","chatwoot"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"2e06322f-7f42-4359-b257-3093bb4612cb","description":{"content":"<p>(Required) nome da sessão</p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7a35c6f9-9e7e-4620-b5b0-5e71eecb22f1","name":"resultado ok","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"http://localhost:21465/api/:session/close-session","host":["http://localhost:21465/api"],"path":[":session","close-session"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0ec5eea-cb3d-4bb7-acad-20087b24d512"}],"id":"8112c841-a011-46fd-a9fa-d1700ad9ddb7","description":"<p>Gera o token de autenticação para ser passado nas requisições da sessão.</p>\n","_postman_id":"8112c841-a011-46fd-a9fa-d1700ad9ddb7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Chat","item":[{"name":"All Chats","id":"d0d44ebb-7aa6-4654-b2a7-49fed0e94606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-chats","description":"<p>Retrieves all chats</p>\n","urlObject":{"path":[":session","all-chats"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"78d32f60-b651-4c5b-9f23-a5b892da9748","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"892663aa-cba5-4231-8e12-99782988ba91","name":"All Chats","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-chats","host":["http://localhost:21465/api"],"path":[":session","all-chats"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253700"},{"key":"ETag","value":"W/\"3df04-fmRGRGQv4jrWL17uvMt/S9zRjmY\""},{"key":"Date","value":"Thu, 13 May 2021 19:40:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"pendingMsgs\": false,\n            \"t\": 1620851002,\n            \"unreadCount\": 0,\n            \"archive\": false,\n            \"isReadOnly\": false,\n            \"muteExpiration\": 0,\n            \"name\": \"Anselmo\",\n            \"notSpam\": true,\n            \"pin\": 0,\n            \"ephemeralDuration\": 0,\n            \"ephemeralSettingTimestamp\": 0,\n            \"msgs\": null,\n            \"kind\": \"chat\",\n            \"isBroadcast\": false,\n            \"isGroup\": false,\n            \"isUser\": true,\n            \"contact\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"groupMetadata\": null,\n            \"presence\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"chatstates\": []\n            }\n        }        \n    ]\n}"}],"_postman_id":"d0d44ebb-7aa6-4654-b2a7-49fed0e94606"},{"name":"Chat By Id","id":"a8ffffd3-1e5a-4a08-a093-fed867b1d928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"phone\":\"556593071817\"\r\n}"},"url":"http://localhost:21465/api/:session/chat-by-id","description":"<p>Retrieves chat object of given contact id</p>\n","urlObject":{"path":[":session","chat-by-id"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"413af803-1cde-4f06-a23c-684f23bd6113","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"01a1a0ed-fa20-410f-8493-adddede0404c","name":"Chats By Id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/chat-by-id","host":["http://localhost:21465/api"],"path":[":session","chat-by-id"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22730"},{"key":"ETag","value":"W/\"58ca-m+19ko/bLiHY4Tyo04Sch3XCPFo\""},{"key":"Date","value":"Thu, 13 May 2021 20:08:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"response\": [\n        {\n            \"id\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\",\n            \"body\": \"Nova menso ?\",\n            \"type\": \"chat\",\n            \"t\": 1620935214,\n            \"notifyName\": \"\",\n            \"from\": \"556593071817@c.us\",\n            \"to\": \"556592424425@c.us\",\n            \"self\": \"in\",\n            \"ack\": 0,\n            \"invis\": true,\n            \"isNewMsg\": false,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"broadcast\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"ephemeralOutOfSync\": false,\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": false,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620935214,\n            \"content\": \"Nova menso ?\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935194,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"true_556593071817@c.us_C5350123EA1DF769B1933A27D6600C5A\",\n            \"type\": \"e2e_notification\",\n            \"subtype\": \"encrypt\",\n            \"t\": 1620678231,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 0,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"templateParams\": [],\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620678231,\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": true,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935194,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"true_556593071817@c.us_3EB02AA63F5EF81C3EA5\",\n            \"body\": \"mensagem de resposta\",\n            \"type\": \"chat\",\n            \"t\": 1620745135,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"thumbnail\": \"\",\n            \"richPreviewType\": 0,\n            \"quotedMsg\": {\n                \"type\": \"chat\",\n                \"body\": \"Oi oi oi\"\n            },\n            \"quotedStanzaID\": \"BA86D62376F08B22171EB46A18B23B13\",\n            \"quotedParticipant\": \"556593071817@c.us\",\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"labels\": [],\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620745135,\n            \"content\": \"mensagem de resposta\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935194,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": {\n                \"id\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\",\n                \"body\": \"Oi oi oi\",\n                \"type\": \"chat\",\n                \"from\": \"556593071817@c.us\",\n                \"to\": \"556592424425@c.us\",\n                \"author\": \"556593071817@c.us\",\n                \"self\": \"in\",\n                \"star\": false,\n                \"isFromTemplate\": false,\n                \"mentionedJidList\": [],\n                \"isVcardOverMmsDocument\": false,\n                \"isForwarded\": false,\n                \"isDynamicReplyButtonsMsg\": false,\n                \"chatId\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"fromMe\": false,\n                \"sender\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"content\": \"Oi oi oi\",\n                \"isGroupMsg\": false,\n                \"isMedia\": false,\n                \"isNotification\": false,\n                \"isPSA\": false,\n                \"chat\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"pendingMsgs\": false,\n                    \"lastReceivedKey\": {\n                        \"fromMe\": false,\n                        \"remote\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                        \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                    },\n                    \"t\": 1620935194,\n                    \"unreadCount\": 0,\n                    \"archive\": false,\n                    \"isReadOnly\": false,\n                    \"muteExpiration\": 0,\n                    \"name\": \"Anselmo\",\n                    \"notSpam\": true,\n                    \"pin\": 0,\n                    \"ephemeralDuration\": 0,\n                    \"ephemeralSettingTimestamp\": 0,\n                    \"msgs\": null,\n                    \"kind\": \"chat\",\n                    \"isBroadcast\": false,\n                    \"isGroup\": false,\n                    \"isUser\": true,\n                    \"contact\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"name\": \"Eu\",\n                        \"shortName\": \"Eu\",\n                        \"pushname\": \"Anselmo Schaefler\",\n                        \"type\": \"in\",\n                        \"isBusiness\": false,\n                        \"isEnterprise\": false,\n                        \"statusMute\": false,\n                        \"labels\": [],\n                        \"formattedName\": \"Eu\",\n                        \"isMe\": false,\n                        \"isMyContact\": true,\n                        \"isPSA\": false,\n                        \"isUser\": true,\n                        \"isWAContact\": true,\n                        \"profilePicThumbObj\": {\n                            \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"raw\": null,\n                            \"tag\": \"1570738292\"\n                        },\n                        \"msgs\": null\n                    },\n                    \"groupMetadata\": null,\n                    \"presence\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"chatstates\": []\n                    }\n                },\n                \"quotedMsgObj\": null,\n                \"mediaData\": {},\n                \"reply\": {}\n            },\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"true_556593071817@c.us_3EB01FA502A921588DC7\",\n            \"body\": \"ola tudo bem como vai\",\n            \"type\": \"chat\",\n            \"t\": 1620851002,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620851002,\n            \"content\": \"ola tudo bem como vai\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935194,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"true_556593071817@c.us_706FE1178AF8E87565AFDD27A5126FC1\",\n            \"body\": \"Nova\",\n            \"type\": \"chat\",\n            \"t\": 1620935194,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": false,\n            \"isNewMsg\": true,\n            \"star\": false,\n            \"recvFresh\": true,\n            \"isFromTemplate\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"ephemeralStartTimestamp\": 1620935195,\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620935194,\n            \"content\": \"Nova\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935194,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        }\n    ]\n}"}],"_postman_id":"a8ffffd3-1e5a-4a08-a093-fed867b1d928"},{"name":"Chat Is OnLine","id":"9bc408a9-d059-41f3-8fa8-cec529ccfdbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"phone\":\"556593071817\"\r\n}"},"url":"http://localhost:21465/api/:session/chat-is-online","description":"<p>Checks if a CHAT contact is online.</p>\n","urlObject":{"path":[":session","chat-is-online"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"759c4745-024e-4521-92ff-a581c4ec360a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"1e65b29d-76a7-4838-b630-6e719b5e865e","name":"Chat Is OnLine","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/chat-is-online","host":["http://localhost:21465/api"],"path":[":session","chat-is-online"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-eLGtk27aiyUZnu8kGURr9feqncc\""},{"key":"Date","value":"Thu, 13 May 2021 20:13:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": false\n}"}],"_postman_id":"9bc408a9-d059-41f3-8fa8-cec529ccfdbd"},{"name":"All Chats Whit Messages","id":"d6825d21-728f-47cc-94e3-ee6abafdb225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-chats-whit-messages","description":"<p>Retrieves all chats with messages</p>\n","urlObject":{"path":[":session","all-chats-whit-messages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"95f2d12c-e00d-43cf-b856-7f289f3c9a1a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"fc804861-1dcb-45f5-9bed-99d848d09ae8","name":"All Chats Whit Messages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-chats-whit-messages","host":["http://localhost:21465/api"],"path":[":session","all-chats-whit-messages"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120068"},{"key":"ETag","value":"W/\"1d504-gvvtOJZtugmn81xJuqs+/Sd/ix8\""},{"key":"Date","value":"Thu, 13 May 2021 19:43:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": \"556593071817@c.us\",\n            \"pendingMsgs\": false,\n            \"t\": 1620851002,\n            \"unreadCount\": 0,\n            \"archive\": false,\n            \"isReadOnly\": false,\n            \"muteExpiration\": 0,\n            \"name\": \"Anselmo\",\n            \"notSpam\": true,\n            \"pin\": 0,\n            \"ephemeralDuration\": 0,\n            \"ephemeralSettingTimestamp\": 0,\n            \"msgs\": [\n                {\n                    \"id\": {\n                        \"fromMe\": true,\n                        \"remote\": \"556593071817@c.us\",\n                        \"id\": \"C5350123EA1DF769B1933A27D6600C5A\",\n                        \"_serialized\": \"true_556593071817@c.us_C5350123EA1DF769B1933A27D6600C5A\"\n                    },\n                    \"type\": \"e2e_notification\",\n                    \"subtype\": \"encrypt\",\n                    \"t\": 1620678231,\n                    \"notifyName\": \"\",\n                    \"from\": \"556592424425@c.us\",\n                    \"to\": \"556593071817@c.us\",\n                    \"self\": \"in\",\n                    \"ack\": 0,\n                    \"invis\": true,\n                    \"star\": false,\n                    \"isFromTemplate\": false,\n                    \"mentionedJidList\": [],\n                    \"isVcardOverMmsDocument\": false,\n                    \"templateParams\": [],\n                    \"isForwarded\": false,\n                    \"labels\": [],\n                    \"isDynamicReplyButtonsMsg\": false\n                },\n                {\n                    \"id\": {\n                        \"fromMe\": true,\n                        \"remote\": \"556593071817@c.us\",\n                        \"id\": \"3EB02AA63F5EF81C3EA5\",\n                        \"_serialized\": \"true_556593071817@c.us_3EB02AA63F5EF81C3EA5\"\n                    },\n                    \"body\": \"mensagem de resposta\",\n                    \"type\": \"chat\",\n                    \"t\": 1620745135,\n                    \"notifyName\": \"\",\n                    \"from\": \"556592424425@c.us\",\n                    \"to\": \"556593071817@c.us\",\n                    \"self\": \"in\",\n                    \"ack\": 3,\n                    \"invis\": true,\n                    \"star\": false,\n                    \"isFromTemplate\": false,\n                    \"thumbnail\": \"\",\n                    \"richPreviewType\": 0,\n                    \"quotedMsg\": {\n                        \"type\": \"chat\",\n                        \"body\": \"Oi oi oi\"\n                    },\n                    \"quotedStanzaID\": \"BA86D62376F08B22171EB46A18B23B13\",\n                    \"quotedParticipant\": \"556593071817@c.us\",\n                    \"mentionedJidList\": [],\n                    \"isVcardOverMmsDocument\": false,\n                    \"labels\": [],\n                    \"isDynamicReplyButtonsMsg\": false\n                },\n                {\n                    \"id\": {\n                        \"fromMe\": true,\n                        \"remote\": \"556593071817@c.us\",\n                        \"id\": \"3EB01FA502A921588DC7\",\n                        \"_serialized\": \"true_556593071817@c.us_3EB01FA502A921588DC7\"\n                    },\n                    \"body\": \"ola tudo bem como vai\",\n                    \"type\": \"chat\",\n                    \"t\": 1620851002,\n                    \"notifyName\": \"\",\n                    \"from\": \"556592424425@c.us\",\n                    \"to\": \"556593071817@c.us\",\n                    \"self\": \"in\",\n                    \"ack\": 3,\n                    \"invis\": true,\n                    \"star\": false,\n                    \"isFromTemplate\": false,\n                    \"mentionedJidList\": [],\n                    \"isVcardOverMmsDocument\": false,\n                    \"isForwarded\": false,\n                    \"labels\": [],\n                    \"isDynamicReplyButtonsMsg\": false\n                }\n            ]\n        }\n           ]\n}"}],"_postman_id":"d6825d21-728f-47cc-94e3-ee6abafdb225"},{"name":"All Messages in Chat","id":"361cea91-64dd-4c43-a442-ddabfce918a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-messages-in-chat/:phone?isGroup=false&includeMe=true&includeNotifications=false","description":"<p>Retrieves all messages already loaded in a chat For loading every message use load Messages In Chat</p>\n","urlObject":{"path":[":session","all-messages-in-chat",":phone"],"host":["http://localhost:21465/api"],"query":[{"key":"isGroup","value":"false"},{"key":"includeMe","value":"true"},{"key":"includeNotifications","value":"false"}],"variable":[{"id":"a9ab59f4-e5ab-4279-ac72-c34879730ec4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"},{"id":"8b51beff-b900-43f4-a45f-22c07640fa8c","type":"any","value":"556593071817","key":"phone"}]}},"response":[{"id":"2557982f-e96d-4495-b278-ccc5fb46d03b","name":"All Messages in Chat","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-messages-in-chat","host":["http://localhost:21465/api"],"path":[":session","all-messages-in-chat"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14300"},{"key":"ETag","value":"W/\"37dc-Gh3xKCwbIdtSuq3hb/nlZD5wjYE\""},{"key":"Date","value":"Thu, 13 May 2021 19:34:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": \"true_556593071817@c.us_3EB02AA63F5EF81C3EA5\",\n            \"body\": \"mensagem de resposta\",\n            \"type\": \"chat\",\n            \"t\": 1620745135,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"thumbnail\": \"\",\n            \"richPreviewType\": 0,\n            \"quotedMsg\": {\n                \"type\": \"chat\",\n                \"body\": \"Oi oi oi\"\n            },\n            \"quotedStanzaID\": \"BA86D62376F08B22171EB46A18B23B13\",\n            \"quotedParticipant\": \"556593071817@c.us\",\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"labels\": [],\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620745135,\n            \"content\": \"mensagem de resposta\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"t\": 1620851002,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": {\n                \"id\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\",\n                \"body\": \"Oi oi oi\",\n                \"type\": \"chat\",\n                \"from\": \"556593071817@c.us\",\n                \"to\": \"556592424425@c.us\",\n                \"author\": \"556593071817@c.us\",\n                \"self\": \"in\",\n                \"star\": false,\n                \"isFromTemplate\": false,\n                \"mentionedJidList\": [],\n                \"isVcardOverMmsDocument\": false,\n                \"isForwarded\": false,\n                \"isDynamicReplyButtonsMsg\": false,\n                \"chatId\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"fromMe\": false,\n                \"sender\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"content\": \"Oi oi oi\",\n                \"isGroupMsg\": false,\n                \"isMedia\": false,\n                \"isNotification\": false,\n                \"isPSA\": false,\n                \"chat\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"pendingMsgs\": false,\n                    \"t\": 1620851002,\n                    \"unreadCount\": 0,\n                    \"archive\": false,\n                    \"isReadOnly\": false,\n                    \"muteExpiration\": 0,\n                    \"name\": \"Anselmo\",\n                    \"notSpam\": true,\n                    \"pin\": 0,\n                    \"ephemeralDuration\": 0,\n                    \"ephemeralSettingTimestamp\": 0,\n                    \"msgs\": null,\n                    \"kind\": \"chat\",\n                    \"isBroadcast\": false,\n                    \"isGroup\": false,\n                    \"isUser\": true,\n                    \"contact\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"name\": \"Eu\",\n                        \"shortName\": \"Eu\",\n                        \"pushname\": \"Anselmo Schaefler\",\n                        \"type\": \"in\",\n                        \"isBusiness\": false,\n                        \"isEnterprise\": false,\n                        \"statusMute\": false,\n                        \"labels\": [],\n                        \"formattedName\": \"Eu\",\n                        \"isMe\": false,\n                        \"isMyContact\": true,\n                        \"isPSA\": false,\n                        \"isUser\": true,\n                        \"isWAContact\": true,\n                        \"profilePicThumbObj\": {\n                            \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"raw\": null,\n                            \"tag\": \"1570738292\"\n                        },\n                        \"msgs\": null\n                    },\n                    \"groupMetadata\": null,\n                    \"presence\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"chatstates\": []\n                    }\n                },\n                \"quotedMsgObj\": null,\n                \"mediaData\": {},\n                \"reply\": {}\n            },\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"false_556593071817@c.us_1B69CFDC0BDBAB37B2B628D90CBA0F47\",\n            \"body\": \"Dhdh\",\n            \"type\": \"chat\",\n            \"t\": 1620850522,\n            \"notifyName\": \"\",\n            \"from\": \"556593071817@c.us\",\n            \"to\": \"556592424425@c.us\",\n            \"self\": \"in\",\n            \"ack\": 0,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"broadcast\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"ephemeralOutOfSync\": false,\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": false,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620850522,\n            \"content\": \"Dhdh\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"t\": 1620851002,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"true_556593071817@c.us_3EB01FA502A921588DC7\",\n            \"body\": \"ola tudo bem como vai\",\n            \"type\": \"chat\",\n            \"t\": 1620851002,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": true,\n            \"star\": false,\n            \"isFromTemplate\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620851002,\n            \"content\": \"ola tudo bem como vai\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"t\": 1620851002,\n                \"unreadCount\": 0,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        }\n    ]\n}"}],"_postman_id":"361cea91-64dd-4c43-a442-ddabfce918a7"},{"name":"All New Messages","id":"ddab22d1-2110-4a9c-913b-42312fcf8f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/all-new-messages","description":"<p>Retrieves all new messages (where isNewMsg is true)</p>\n<p><em>deprecated</em> Use getAllUnreadMessages</p>\n","urlObject":{"path":[":session","all-new-messages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"9291821a-70b2-469c-b6eb-7cc907172196","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"897524f6-a258-4c49-a2be-32134d3d014d","name":"All New Messages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-new-messages","host":["http://localhost:21465/api"],"path":[":session","all-new-messages"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7702"},{"key":"ETag","value":"W/\"1e16-+kfdHrgq80yaFEsLbRTkYpchCb4\""},{"key":"Date","value":"Thu, 13 May 2021 19:46:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": \"true_556593071817@c.us_706FE1178AF8E87565AFDD27A5126FC1\",\n            \"body\": \"Nova\",\n            \"type\": \"chat\",\n            \"t\": 1620935194,\n            \"notifyName\": \"\",\n            \"from\": \"556592424425@c.us\",\n            \"to\": \"556593071817@c.us\",\n            \"self\": \"in\",\n            \"ack\": 3,\n            \"invis\": false,\n            \"isNewMsg\": true,\n            \"star\": false,\n            \"recvFresh\": true,\n            \"isFromTemplate\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"ephemeralStartTimestamp\": 1620935195,\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": true,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"Você\",\n                \"isMe\": true,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=3d92276120fc2ac1675cd4c7e4525151&oe=60A1F201\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556592424425\",\n                        \"_serialized\": \"556592424425@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D3d92276120fc2ac1675cd4c7e4525151%26oe%3D60A1F201&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1620929335\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620935194,\n            \"content\": \"Nova\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935214,\n                \"unreadCount\": 1,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        },\n        {\n            \"id\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\",\n            \"body\": \"Nova menso ?\",\n            \"type\": \"chat\",\n            \"t\": 1620935214,\n            \"notifyName\": \"\",\n            \"from\": \"556593071817@c.us\",\n            \"to\": \"556592424425@c.us\",\n            \"self\": \"in\",\n            \"ack\": 0,\n            \"invis\": false,\n            \"isNewMsg\": true,\n            \"star\": false,\n            \"recvFresh\": true,\n            \"isFromTemplate\": false,\n            \"broadcast\": false,\n            \"mentionedJidList\": [],\n            \"isVcardOverMmsDocument\": false,\n            \"isForwarded\": false,\n            \"labels\": [],\n            \"ephemeralOutOfSync\": false,\n            \"isDynamicReplyButtonsMsg\": false,\n            \"chatId\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"fromMe\": false,\n            \"sender\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"timestamp\": 1620935214,\n            \"content\": \"Nova menso ?\",\n            \"isGroupMsg\": false,\n            \"isMedia\": false,\n            \"isNotification\": false,\n            \"isPSA\": false,\n            \"chat\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"pendingMsgs\": false,\n                \"lastReceivedKey\": {\n                    \"fromMe\": false,\n                    \"remote\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"id\": \"1D5E60F95A1D8CE171E2B0019BD88FAF\",\n                    \"_serialized\": \"false_556593071817@c.us_1D5E60F95A1D8CE171E2B0019BD88FAF\"\n                },\n                \"t\": 1620935214,\n                \"unreadCount\": 1,\n                \"archive\": false,\n                \"isReadOnly\": false,\n                \"muteExpiration\": 0,\n                \"name\": \"Anselmo\",\n                \"notSpam\": true,\n                \"pin\": 0,\n                \"ephemeralDuration\": 0,\n                \"ephemeralSettingTimestamp\": 0,\n                \"msgs\": null,\n                \"kind\": \"chat\",\n                \"isBroadcast\": false,\n                \"isGroup\": false,\n                \"isUser\": true,\n                \"contact\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"name\": \"Eu\",\n                    \"shortName\": \"Eu\",\n                    \"pushname\": \"Anselmo Schaefler\",\n                    \"type\": \"in\",\n                    \"isBusiness\": false,\n                    \"isEnterprise\": false,\n                    \"statusMute\": false,\n                    \"labels\": [],\n                    \"formattedName\": \"Eu\",\n                    \"isMe\": false,\n                    \"isMyContact\": true,\n                    \"isPSA\": false,\n                    \"isUser\": true,\n                    \"isWAContact\": true,\n                    \"profilePicThumbObj\": {\n                        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=d50ef70e6638d3121639ab454604becb&oe=60A1D0D6\",\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3Dd50ef70e6638d3121639ab454604becb%26oe%3D60A1D0D6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                        \"raw\": null,\n                        \"tag\": \"1570738292\"\n                    },\n                    \"msgs\": null\n                },\n                \"groupMetadata\": null,\n                \"presence\": {\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"chatstates\": []\n                }\n            },\n            \"quotedMsgObj\": null,\n            \"mediaData\": {},\n            \"reply\": {}\n        }\n    ]\n}"}],"_postman_id":"ddab22d1-2110-4a9c-913b-42312fcf8f5d"},{"name":"Unread Messages","event":[{"listen":"test","script":{"exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript","id":"401d9bd3-a167-492d-be9c-f245fa56a75f"}}],"id":"1c894a89-414f-4e8a-8f4e-fa890f7d48ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/unread-messages","description":"<p>Retorna o status da session</p>\n","urlObject":{"path":[":session","unread-messages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"fba895bf-05c3-48b8-9d87-4369a6ae798c","type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"932d6f4d-0a35-4598-8e84-d5c83509ffba","name":"Unread Messages","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:21465/api/:session/get-unread-messages","host":["http://localhost:21465/api"],"path":[":session","get-unread-messages"],"variable":[{"key":"session","value":"session_name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5896"},{"key":"ETag","value":"W/\"1708-CjkFNrHd6Ud7AL9zNzLDrsU9MmM\""},{"key":"Date","value":"Tue, 11 May 2021 14:57:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"pendingMsgs\": false,\n            \"lastReceivedKey\": {\n                \"fromMe\": false,\n                \"remote\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"id\": \"BA86D62376F08B22171EB46A18B23B13\",\n                \"_serialized\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\"\n            },\n            \"t\": 1620745051,\n            \"unreadCount\": 1,\n            \"archive\": false,\n            \"isReadOnly\": false,\n            \"muteExpiration\": 0,\n            \"name\": \"Anselmo\",\n            \"notSpam\": true,\n            \"pin\": 0,\n            \"ephemeralDuration\": 0,\n            \"ephemeralSettingTimestamp\": 0,\n            \"msgs\": null,\n            \"kind\": \"chat\",\n            \"isBroadcast\": false,\n            \"isGroup\": false,\n            \"isUser\": true,\n            \"contact\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"groupMetadata\": null,\n            \"presence\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"chatstates\": []\n            },\n            \"messages\": [\n                {\n                    \"id\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\",\n                    \"body\": \"Oi oi oi\",\n                    \"type\": \"chat\",\n                    \"t\": 1620745051,\n                    \"notifyName\": \"\",\n                    \"from\": \"556593071817@c.us\",\n                    \"to\": \"556592424425@c.us\",\n                    \"self\": \"in\",\n                    \"ack\": 0,\n                    \"invis\": false,\n                    \"isNewMsg\": false,\n                    \"star\": false,\n                    \"recvFresh\": true,\n                    \"isFromTemplate\": false,\n                    \"broadcast\": false,\n                    \"mentionedJidList\": [],\n                    \"isVcardOverMmsDocument\": false,\n                    \"isForwarded\": false,\n                    \"labels\": [],\n                    \"ephemeralOutOfSync\": false,\n                    \"isDynamicReplyButtonsMsg\": false,\n                    \"chatId\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"fromMe\": false,\n                    \"sender\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"name\": \"Eu\",\n                        \"shortName\": \"Eu\",\n                        \"pushname\": \"Anselmo Schaefler\",\n                        \"type\": \"in\",\n                        \"isBusiness\": false,\n                        \"isEnterprise\": false,\n                        \"statusMute\": false,\n                        \"labels\": [],\n                        \"formattedName\": \"Eu\",\n                        \"isMe\": false,\n                        \"isMyContact\": true,\n                        \"isPSA\": false,\n                        \"isUser\": true,\n                        \"isWAContact\": true,\n                        \"profilePicThumbObj\": {\n                            \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"raw\": null,\n                            \"tag\": \"1570738292\"\n                        },\n                        \"msgs\": null\n                    },\n                    \"timestamp\": 1620745051,\n                    \"content\": \"Oi oi oi\",\n                    \"isGroupMsg\": false,\n                    \"isMedia\": false,\n                    \"isNotification\": false,\n                    \"isPSA\": false,\n                    \"chat\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"pendingMsgs\": false,\n                        \"lastReceivedKey\": {\n                            \"fromMe\": false,\n                            \"remote\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"id\": \"BA86D62376F08B22171EB46A18B23B13\",\n                            \"_serialized\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\"\n                        },\n                        \"t\": 1620745051,\n                        \"unreadCount\": 1,\n                        \"archive\": false,\n                        \"isReadOnly\": false,\n                        \"muteExpiration\": 0,\n                        \"name\": \"Anselmo\",\n                        \"notSpam\": true,\n                        \"pin\": 0,\n                        \"ephemeralDuration\": 0,\n                        \"ephemeralSettingTimestamp\": 0,\n                        \"msgs\": null,\n                        \"kind\": \"chat\",\n                        \"isBroadcast\": false,\n                        \"isGroup\": false,\n                        \"isUser\": true,\n                        \"contact\": {\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"name\": \"Eu\",\n                            \"shortName\": \"Eu\",\n                            \"pushname\": \"Anselmo Schaefler\",\n                            \"type\": \"in\",\n                            \"isBusiness\": false,\n                            \"isEnterprise\": false,\n                            \"statusMute\": false,\n                            \"labels\": [],\n                            \"formattedName\": \"Eu\",\n                            \"isMe\": false,\n                            \"isMyContact\": true,\n                            \"isPSA\": false,\n                            \"isUser\": true,\n                            \"isWAContact\": true,\n                            \"profilePicThumbObj\": {\n                                \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                                \"id\": {\n                                    \"server\": \"c.us\",\n                                    \"user\": \"556593071817\",\n                                    \"_serialized\": \"556593071817@c.us\"\n                                },\n                                \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                                \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                                \"raw\": null,\n                                \"tag\": \"1570738292\"\n                            },\n                            \"msgs\": null\n                        },\n                        \"groupMetadata\": null,\n                        \"presence\": {\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"chatstates\": []\n                        }\n                    },\n                    \"quotedMsgObj\": null,\n                    \"mediaData\": {},\n                    \"reply\": {}\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1c894a89-414f-4e8a-8f4e-fa890f7d48ea"},{"name":"All Unread Messages","event":[{"listen":"test","script":{"exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript","id":"24414137-1de6-4b8a-9c4a-61c6825e1e7e"}}],"id":"b5cc0fa6-bc38-4635-a42c-a7a567a03de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/all-unread-messages","description":"<p>Retorna o status da session</p>\n","urlObject":{"path":[":session","all-unread-messages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"d85fc94a-53a5-49f0-b698-25756327948a","type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"77ec74c5-07a1-48e3-8f9f-d703fbfa3ee8","name":"Unread Messages","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:21465/api/:session/get-unread-messages","host":["http://localhost:21465/api"],"path":[":session","get-unread-messages"],"variable":[{"key":"session","value":"session_name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5896"},{"key":"ETag","value":"W/\"1708-CjkFNrHd6Ud7AL9zNzLDrsU9MmM\""},{"key":"Date","value":"Tue, 11 May 2021 14:57:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"pendingMsgs\": false,\n            \"lastReceivedKey\": {\n                \"fromMe\": false,\n                \"remote\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"id\": \"BA86D62376F08B22171EB46A18B23B13\",\n                \"_serialized\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\"\n            },\n            \"t\": 1620745051,\n            \"unreadCount\": 1,\n            \"archive\": false,\n            \"isReadOnly\": false,\n            \"muteExpiration\": 0,\n            \"name\": \"Anselmo\",\n            \"notSpam\": true,\n            \"pin\": 0,\n            \"ephemeralDuration\": 0,\n            \"ephemeralSettingTimestamp\": 0,\n            \"msgs\": null,\n            \"kind\": \"chat\",\n            \"isBroadcast\": false,\n            \"isGroup\": false,\n            \"isUser\": true,\n            \"contact\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"name\": \"Eu\",\n                \"shortName\": \"Eu\",\n                \"pushname\": \"Anselmo Schaefler\",\n                \"type\": \"in\",\n                \"isBusiness\": false,\n                \"isEnterprise\": false,\n                \"statusMute\": false,\n                \"labels\": [],\n                \"formattedName\": \"Eu\",\n                \"isMe\": false,\n                \"isMyContact\": true,\n                \"isPSA\": false,\n                \"isUser\": true,\n                \"isWAContact\": true,\n                \"profilePicThumbObj\": {\n                    \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                    \"id\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                    \"raw\": null,\n                    \"tag\": \"1570738292\"\n                },\n                \"msgs\": null\n            },\n            \"groupMetadata\": null,\n            \"presence\": {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"chatstates\": []\n            },\n            \"messages\": [\n                {\n                    \"id\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\",\n                    \"body\": \"Oi oi oi\",\n                    \"type\": \"chat\",\n                    \"t\": 1620745051,\n                    \"notifyName\": \"\",\n                    \"from\": \"556593071817@c.us\",\n                    \"to\": \"556592424425@c.us\",\n                    \"self\": \"in\",\n                    \"ack\": 0,\n                    \"invis\": false,\n                    \"isNewMsg\": false,\n                    \"star\": false,\n                    \"recvFresh\": true,\n                    \"isFromTemplate\": false,\n                    \"broadcast\": false,\n                    \"mentionedJidList\": [],\n                    \"isVcardOverMmsDocument\": false,\n                    \"isForwarded\": false,\n                    \"labels\": [],\n                    \"ephemeralOutOfSync\": false,\n                    \"isDynamicReplyButtonsMsg\": false,\n                    \"chatId\": {\n                        \"server\": \"c.us\",\n                        \"user\": \"556593071817\",\n                        \"_serialized\": \"556593071817@c.us\"\n                    },\n                    \"fromMe\": false,\n                    \"sender\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"name\": \"Eu\",\n                        \"shortName\": \"Eu\",\n                        \"pushname\": \"Anselmo Schaefler\",\n                        \"type\": \"in\",\n                        \"isBusiness\": false,\n                        \"isEnterprise\": false,\n                        \"statusMute\": false,\n                        \"labels\": [],\n                        \"formattedName\": \"Eu\",\n                        \"isMe\": false,\n                        \"isMyContact\": true,\n                        \"isPSA\": false,\n                        \"isUser\": true,\n                        \"isWAContact\": true,\n                        \"profilePicThumbObj\": {\n                            \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                            \"raw\": null,\n                            \"tag\": \"1570738292\"\n                        },\n                        \"msgs\": null\n                    },\n                    \"timestamp\": 1620745051,\n                    \"content\": \"Oi oi oi\",\n                    \"isGroupMsg\": false,\n                    \"isMedia\": false,\n                    \"isNotification\": false,\n                    \"isPSA\": false,\n                    \"chat\": {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        },\n                        \"pendingMsgs\": false,\n                        \"lastReceivedKey\": {\n                            \"fromMe\": false,\n                            \"remote\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"id\": \"BA86D62376F08B22171EB46A18B23B13\",\n                            \"_serialized\": \"false_556593071817@c.us_BA86D62376F08B22171EB46A18B23B13\"\n                        },\n                        \"t\": 1620745051,\n                        \"unreadCount\": 1,\n                        \"archive\": false,\n                        \"isReadOnly\": false,\n                        \"muteExpiration\": 0,\n                        \"name\": \"Anselmo\",\n                        \"notSpam\": true,\n                        \"pin\": 0,\n                        \"ephemeralDuration\": 0,\n                        \"ephemeralSettingTimestamp\": 0,\n                        \"msgs\": null,\n                        \"kind\": \"chat\",\n                        \"isBroadcast\": false,\n                        \"isGroup\": false,\n                        \"isUser\": true,\n                        \"contact\": {\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"name\": \"Eu\",\n                            \"shortName\": \"Eu\",\n                            \"pushname\": \"Anselmo Schaefler\",\n                            \"type\": \"in\",\n                            \"isBusiness\": false,\n                            \"isEnterprise\": false,\n                            \"statusMute\": false,\n                            \"labels\": [],\n                            \"formattedName\": \"Eu\",\n                            \"isMe\": false,\n                            \"isMyContact\": true,\n                            \"isPSA\": false,\n                            \"isUser\": true,\n                            \"isWAContact\": true,\n                            \"profilePicThumbObj\": {\n                                \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=911d90ed2701642015db4d79551e279a&oe=609F2DD6\",\n                                \"id\": {\n                                    \"server\": \"c.us\",\n                                    \"user\": \"556593071817\",\n                                    \"_serialized\": \"556593071817@c.us\"\n                                },\n                                \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                                \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D911d90ed2701642015db4d79551e279a%26oe%3D609F2DD6&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                                \"raw\": null,\n                                \"tag\": \"1570738292\"\n                            },\n                            \"msgs\": null\n                        },\n                        \"groupMetadata\": null,\n                        \"presence\": {\n                            \"id\": {\n                                \"server\": \"c.us\",\n                                \"user\": \"556593071817\",\n                                \"_serialized\": \"556593071817@c.us\"\n                            },\n                            \"chatstates\": []\n                        }\n                    },\n                    \"quotedMsgObj\": null,\n                    \"mediaData\": {},\n                    \"reply\": {}\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b5cc0fa6-bc38-4635-a42c-a7a567a03de7"},{"name":"Last Seen","id":"ced15380-b660-46a6-b934-d012d3b4d773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"phone\":\"556593071817\"\r\n}"},"url":"http://localhost:21465/api/:session/last-seen","description":"<p>Checks if a CHAT contact is online.</p>\n","urlObject":{"path":[":session","last-seen"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"dd5e252e-16a8-4cd1-80b1-a0ea38e803fe","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"4d28deba-8983-4b25-bb59-a151ebf184dd","name":"Chat Is OnLine","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/chat-is-online","host":["http://localhost:21465/api"],"path":[":session","chat-is-online"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-eLGtk27aiyUZnu8kGURr9feqncc\""},{"key":"Date","value":"Thu, 13 May 2021 20:13:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": false\n}"}],"_postman_id":"ced15380-b660-46a6-b934-d012d3b4d773"},{"name":"List Mutes","id":"e0a4c034-f5ac-42c0-9f22-458e6f19ee14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"all\"\r\n}"},"url":"http://localhost:21465/api/:session/list-mutes","description":"<p>Returns a list of mute and non-mute users</p>\n<p>Types: all, toMute,noMute</p>\n","urlObject":{"path":[":session","list-mutes"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"fe0c60e2-0500-4a61-a49f-75de01f7afb7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"450dc04d-761e-4e48-a4c3-64b3356cf71a","name":"List Mutes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/list-mutes","host":["http://localhost:21465/api"],"path":[":session","list-mutes"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31580"},{"key":"ETag","value":"W/\"7b5c-jI8jZ1qhGcryRIzJ8BiMK+DkwbY\""},{"key":"Date","value":"Fri, 14 May 2021 12:34:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"total\": 104,\n            \"amountToMute\": 0,\n            \"amountnoMute\": 104\n        },\n        [],\n        [\n            {\n                \"attributes\": {\n                    \"id\": {\n                        \"server\": \"g.us\",\n                        \"user\": \"556592901997-1436985100\",\n                        \"_serialized\": \"556592901997-1436985100@g.us\"\n                    },\n                    \"expiration\": 0,\n                    \"stale\": false,\n                    \"promises\": {}\n                },\n                \"expiration\": 0,\n                \"id\": {\n                    \"server\": \"g.us\",\n                    \"user\": \"556592901997-1436985100\",\n                    \"_serialized\": \"556592901997-1436985100@g.us\"\n                },\n                \"isMuted\": false,\n                \"isState\": true,\n                \"promises\": {},\n                \"stale\": false\n            }\n        ]\n    ]\n}"}],"_postman_id":"e0a4c034-f5ac-42c0-9f22-458e6f19ee14"},{"name":"Archive Chat","id":"a225a7f6-e78d-49a5-8b90-c21683ca6172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/archive-chat","description":"<p>Archive and unarchive chat messages with true or false</p>\n","urlObject":{"path":[":session","archive-chat"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"ce7b63b4-070a-487a-8b25-84cb05fc6cd4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"ceeaea23-edfd-4974-8e01-3738b9afd70d","name":"Archive Chat","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/archive-chat","host":["http://localhost:21465/api"],"path":[":session","archive-chat"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-f41p6bXpbL/Pc4ANU5TTK8tNkIY\""},{"key":"Date","value":"Thu, 13 May 2021 19:14:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Chat archived!\",\n    \"response\": true\n}"}],"_postman_id":"a225a7f6-e78d-49a5-8b90-c21683ca6172"},{"name":"Clear Chat","id":"ddea3329-ef9c-4050-9919-b91c066a5b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/clear-chat","description":"<p>Deletes all messages of given chat</p>\n","urlObject":{"path":[":session","clear-chat"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"396fda85-03fa-458d-a148-3c9933ea648d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"5661a376-c22b-4f04-ac37-6348bfeb34dd","name":"Archive Chat","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/archive-chat","host":["http://localhost:21465/api"],"path":[":session","archive-chat"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-f41p6bXpbL/Pc4ANU5TTK8tNkIY\""},{"key":"Date","value":"Thu, 13 May 2021 19:14:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Chat archived!\",\n    \"response\": true\n}"}],"_postman_id":"ddea3329-ef9c-4050-9919-b91c066a5b30"},{"name":"Delete Chat","id":"958a6da5-6a77-48e2-ae4f-856333ea18d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/delete-chat","description":"<p>Deletes the given chat</p>\n","urlObject":{"path":[":session","delete-chat"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"ba8af293-ee6d-4010-8121-b14c67cb67ea","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"c7342ef4-ca77-4c62-b810-07946179e0c0","name":"Delete Chat","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/delete-chat","host":["http://localhost:21465/api"],"path":[":session","delete-chat"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-q668acKEQBOoHvDmmrr2pSlP/zk\""},{"key":"Date","value":"Thu, 13 May 2021 19:26:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Conversa deleteada com sucesso\"\n}"}],"_postman_id":"958a6da5-6a77-48e2-ae4f-856333ea18d2"},{"name":"Delete Message","id":"03f53bda-e429-44c5-aac8-1e052f03a396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"messageId\":\"false_556593071817@c.us_1B69CFDC0BDBAB37B2B628D90CBA0F47\"\n}"},"url":"http://localhost:21465/api/:session/delete-message","description":"<p>Deletes message of given message id</p>\n","urlObject":{"path":[":session","delete-message"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"649c2802-dcc5-4f79-9317-b9eaaf238d4f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"029caed9-662a-4372-94da-e80a35dfddbb","name":"Delete Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"messageId\":\"false_556593071817@c.us_1B69CFDC0BDBAB37B2B628D90CBA0F47\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/delete-message","host":["http://localhost:21465/api"],"path":[":session","delete-message"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-qy+RPELj2ZbNf7LuA11j8OW31yc\""},{"key":"Date","value":"Thu, 13 May 2021 19:35:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Message deleted\"\n}"}],"_postman_id":"03f53bda-e429-44c5-aac8-1e052f03a396"},{"name":"Mark Unseen","id":"2fb6f271-33f2-439e-98fc-13972644deae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/mark-unseen","description":"<p>puts the chat as unread</p>\n","urlObject":{"path":[":session","mark-unseen"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"4b7526f7-edb6-40dc-adeb-0373b65ca1e2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"5a3aaf5a-7152-435b-bbb9-f9e86ba75d37","name":"Mark Unseen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/mark-unseen","host":["http://localhost:21465/api"],"path":[":session","mark-unseen"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-+F2xyR5FZF+HHtVHh/5klztRDR8\""},{"key":"Date","value":"Fri, 14 May 2021 12:39:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"unseen checked\"\n}"}],"_postman_id":"2fb6f271-33f2-439e-98fc-13972644deae"},{"name":"Pin Chat","id":"e10fa716-f5aa-4a55-b680-2496bf8dd2e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"messageId\":\"false_556593071817@c.us_1B69CFDC0BDBAB37B2B628D90CBA0F47\"\n}"},"url":"http://localhost:21465/api/:session/pin-chat","description":"<p>puts the chat as unread</p>\n","urlObject":{"path":[":session","pin-chat"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"3305573c-66d1-4330-901e-69bc6ae2d3f2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"d703c88f-c8f8-488a-9f44-616009af3497","name":"Mark Unseen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/mark-unseen","host":["http://localhost:21465/api"],"path":[":session","mark-unseen"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-+F2xyR5FZF+HHtVHh/5klztRDR8\""},{"key":"Date","value":"Fri, 14 May 2021 12:39:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"unseen checked\"\n}"}],"_postman_id":"e10fa716-f5aa-4a55-b680-2496bf8dd2e3"},{"name":"Send Mute","id":"746f0237-a3cb-4dd5-b550-ec7e9558dbbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"time\":1,\n    \"type\":\"minutes\"\n}"},"url":"http://localhost:21465/api/:session/send-mute","description":"<p>Mute a chat.</p>\n<p>type: hours, minutes, year</p>\n","urlObject":{"path":[":session","send-mute"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"a1dcc689-e302-4d0b-9da1-bfd7ca40b466","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7f653771-2175-4cf4-8465-c2664637313e","name":"Send Mute","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"time\":1,\n    \"type\":\"minutes\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-mute","host":["http://localhost:21465/api"],"path":[":session","send-mute"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1198"},{"key":"ETag","value":"W/\"4ae-PNswxd8etJku6oRYnWsiyOC82Cg\""},{"key":"Date","value":"Fri, 14 May 2021 13:28:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"me\": {\n            \"id\": \"1\",\n            \"ref\": \"1@NxDIqfvxYLhXL6XMuWRkCbElJCxNV4aeZLbzsbPHrsisjnAaMsJrOTEwE6mpBfgdhyz/Hzrke8LSbg==\",\n            \"refTTL\": 20000,\n            \"wid\": {\n                \"server\": \"c.us\",\n                \"user\": \"556592424425\",\n                \"_serialized\": \"556592424425@c.us\"\n            },\n            \"connected\": true,\n            \"protoVersion\": [\n                0,\n                17\n            ],\n            \"clientToken\": \"hdTL/zIDCji6tgK9HmpNZy6k3iH0ddaQJCHd2SdtFL8=\",\n            \"serverToken\": \"1@5TO8Gf1Qi73m23rF4UtAVb3cYCNsefP2jN2PBgQtIJ4Gukh02M0h2DD/o5kdOUo/flAZJz/6uC9cqA==\",\n            \"isResponse\": \"true\",\n            \"battery\": 54,\n            \"plugged\": false,\n            \"lc\": \"BR\",\n            \"lg\": \"pt\",\n            \"locales\": \"pt-BR\",\n            \"is24h\": true,\n            \"platform\": \"smba\",\n            \"phone\": {\n                \"wa_version\": \"2.21.9.13\",\n                \"mcc\": \"724\",\n                \"mnc\": \"005\",\n                \"os_version\": \"10\",\n                \"device_manufacturer\": \"motorola\",\n                \"device_model\": \"odessa\",\n                \"os_build_number\": \"QPAS30.19-Q3-32-50-5\"\n            },\n            \"tos\": 0,\n            \"smbTos\": 0,\n            \"pushname\": \"Tag One\",\n            \"stale\": false,\n            \"blockStoreAdds\": false,\n            \"isVoipInitialized\": false\n        },\n        \"to\": {\n            \"fromMe\": true,\n            \"remote\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"id\": \"3EB04DF9EE42885FE8E3\",\n            \"_serialized\": \"true_556593071817@c.us_3EB04DF9EE42885FE8E3\",\n            \"formattedName\": \"Eu\",\n            \"isBusiness\": false,\n            \"isMyContact\": true,\n            \"pushname\": \"Anselmo Schaefler\"\n        },\n        \"erro\": false,\n        \"text\": null,\n        \"status\": 200,\n        \"type\": \"sendMute\",\n        \"time\": 1,\n        \"timeType\": \"minutes\"\n    }\n}"}],"_postman_id":"746f0237-a3cb-4dd5-b550-ec7e9558dbbe"},{"name":"Chat State","id":"385a2d9a-06ae-40da-bad7-6f981fac1636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"chatstate\":3\n}"},"url":"http://localhost:21465/api/:session/chat-state","description":"<p>Sets the chat state</p>\n<p>chatstate: \n1 = paused\n2 = recording\n3 = typing</p>\n","urlObject":{"path":[":session","chat-state"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"2af845f7-842a-4768-b90b-f711705f18ed","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[],"_postman_id":"385a2d9a-06ae-40da-bad7-6f981fac1636"},{"name":"Send Seen","id":"bab3866e-00ac-41f6-a250-7e724f3267a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/send-seen","description":"<p>Mute a chat.</p>\n<p>type: hours, minutes, year</p>\n","urlObject":{"path":[":session","send-seen"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"7b9d3882-4f17-4cff-a34f-89d75c1579c8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"18052074-b8de-487c-b3ae-079c0b1352c7","name":"Send Seen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-seen","host":["http://localhost:21465/api"],"path":[":session","send-seen"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-Xm9Fmv/piJ8aftrp5VK0tqiuuAc\""},{"key":"Date","value":"Fri, 14 May 2021 13:32:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": true\n}"}],"_postman_id":"bab3866e-00ac-41f6-a250-7e724f3267a9"},{"name":"Temporary Messages","id":"522f07cc-d537-4c1b-9046-ce1f53b0b132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"value\":false\n}"},"url":"http://localhost:21465/api/:session/temporary-messages","description":"<p>Enable or disable temporary messages with true or false</p>\n","urlObject":{"path":[":session","temporary-messages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"08ae1601-a60f-429a-9095-acebff959be0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"667e9543-36a2-41f9-a806-372306c246f5","name":"Temporary Messages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"value\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/temporary-messages","host":["http://localhost:21465/api"],"path":[":session","temporary-messages"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-Xm9Fmv/piJ8aftrp5VK0tqiuuAc\""},{"key":"Date","value":"Fri, 14 May 2021 13:37:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": true\n}"}],"_postman_id":"522f07cc-d537-4c1b-9046-ce1f53b0b132"},{"name":"Set Typing","id":"8cad40c0-dabc-4972-b955-5a87e0cba158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"value\":true,\n    \"isGrup\":false\n}"},"url":"http://localhost:21465/api/:session/typing","description":"<p>Start and Stop typing, passe valeu true os false</p>\n","urlObject":{"path":[":session","typing"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"d7587875-ab15-4cba-9e19-5471ac28c289","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"54aab63d-f981-4a26-a6e4-d7367eab9530","name":"Temporary Messages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"value\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/temporary-messages","host":["http://localhost:21465/api"],"path":[":session","temporary-messages"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-Xm9Fmv/piJ8aftrp5VK0tqiuuAc\""},{"key":"Date","value":"Fri, 14 May 2021 13:37:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": true\n}"}],"_postman_id":"8cad40c0-dabc-4972-b955-5a87e0cba158"},{"name":"Star Message","id":"7cfc0e20-6fb8-4d50-a19b-d4eb708adb9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messageId\": \"false_556593071817@c.us_3EB09C245A14772B8F4C\",\n    \"star\":false\n}"},"url":"http://localhost:21465/api/:session/star-message","description":"<p>Start and Stop typing, passe valeu true os false</p>\n","urlObject":{"path":[":session","star-message"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"bab2c932-619c-4823-b43e-e78c18e75ef5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7bd01df2-fd56-43b8-aaba-450b7a4c8e0c","name":"Star Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messageId\": \"false_556593071817@c.us_3EB09C245A14772B8F4C\",\n    \"star\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/star-message","host":["http://localhost:21465/api"],"path":[":session","star-message"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-OHXLnw96CuscZr1ANW7EENQjZNQ\""},{"key":"Date","value":"Thu, 20 May 2021 15:10:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": 1\n}"}],"_postman_id":"7cfc0e20-6fb8-4d50-a19b-d4eb708adb9d"},{"name":"Subscribe Presence","id":"426c67ce-3580-45c4-8a0c-fbb01de5ef67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\":\"\",\n    \"isGroup\": false,\n    \"all\":true\n}"},"url":"http://localhost:21465/api/:session/subscribe-presence","description":"<p>Start and Stop typing, passe valeu true os false</p>\n","urlObject":{"path":[":session","subscribe-presence"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"5a963c62-9924-4835-ac7d-2fe9a6db0511","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"b05d514f-4077-4007-8bc9-58eee715ea24","name":"Star Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messageId\": \"false_556593071817@c.us_3EB09C245A14772B8F4C\",\n    \"star\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/star-message","host":["http://localhost:21465/api"],"path":[":session","star-message"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-OHXLnw96CuscZr1ANW7EENQjZNQ\""},{"key":"Date","value":"Thu, 20 May 2021 15:10:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": 1\n}"}],"_postman_id":"426c67ce-3580-45c4-8a0c-fbb01de5ef67"},{"name":"Subscribe Presence Copy","id":"54edae73-3280-4ebf-8d54-8ab501c2a2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\":\"\",\n    \"isGroup\": false,\n    \"all\":true\n}"},"url":"http://localhost:21465/api/:session/subscribe-presence","description":"<p>Start and Stop typing, passe valeu true os false</p>\n","urlObject":{"path":[":session","subscribe-presence"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"fd4b2bf9-1e81-4345-84e8-bc1eccbdce0d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"3e91c490-a94b-4246-ab29-531300cfec2e","name":"Star Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messageId\": \"false_556593071817@c.us_3EB09C245A14772B8F4C\",\n    \"star\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/star-message","host":["http://localhost:21465/api"],"path":[":session","star-message"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-OHXLnw96CuscZr1ANW7EENQjZNQ\""},{"key":"Date","value":"Thu, 20 May 2021 15:10:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": 1\n}"}],"_postman_id":"54edae73-3280-4ebf-8d54-8ab501c2a2d9"}],"id":"72e1ca2a-8031-4b78-b327-b45bbcdaae20","description":"<p>Chat Methods</p>\n","_postman_id":"72e1ca2a-8031-4b78-b327-b45bbcdaae20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Send Message","item":[{"name":"Send File Base64","id":"362cd358-9afe-43e1-8923-b5cc1b454124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"554498005216\",\n    \"base64\": \"data:image/png;base64,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\",\n    \"isGroup\": false\n}"},"url":"http://localhost:21465/api/:session/send-file-base64","description":"<p>Envia um arquivo para um número de telefone.</p>\n","urlObject":{"path":[":session","send-file-base64"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"8b92f6d9-891a-4bb4-94bb-bdf3fd3692f4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"592356f0-8398-4fee-a1c0-1a11fa137576","name":"OK","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03409258-bc15-464a-bf80-e5667eacbf0f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97c906b1-337b-4b66-8005-6e96546e27d9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"362cd358-9afe-43e1-8923-b5cc1b454124"},{"name":"Send Reply","id":"b33c289e-1012-4292-830c-b20d9702a9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"554498005216\",\n    \"message\": \"mensagem de resposta\",\n    \"messageId\": \"1\",\n    \"isGroup\": false\n}"},"url":"http://localhost:21465/api/:session/send-reply","description":"<p>Envia um arquivo para um número de telefone.</p>\n","urlObject":{"path":[":session","send-reply"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"a2c9d7c4-4599-4389-8203-2bbe12760d6b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"73545afc-5fbe-4a8c-b2a1-e1b285e87305","name":"OK","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85334ac5-d8e9-4fde-97b8-b3175b469e4e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd320651-a769-4a72-8fe6-31e1860f6192","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b33c289e-1012-4292-830c-b20d9702a9d0"},{"name":"Send Message","id":"33df00ea-c9bc-4d79-bac7-8e6b367c4a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"554498005216\",\n    \"message\": \"Hello World\",\n    \"isGroup\": false\n}"},"url":"http://localhost:21465/api/:session/send-message","description":"<p>Envia uma mensagem de texto para um número de telefone. </p>\n","urlObject":{"path":[":session","send-message"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"72d4bf0e-3cfc-404e-a601-498579755800","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"8a998f50-8cc1-4341-bef6-e8c6e645e6d6","name":"Created","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"message\": \"Hello World\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-message","host":["http://localhost:21465/api"],"path":[":session","send-message"],"variable":[{"key":"session"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fff43d4f-88de-4b3f-96af-2f558b20cfe7","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"message\": \"Hello World\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-message","host":["http://localhost:21465/api"],"path":[":session","send-message"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33df00ea-c9bc-4d79-bac7-8e6b367c4a12"},{"name":"Forward Messages (Encaminhar mensagem)","id":"3d6893cd-e7f7-4729-81fb-d669d0901e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"554498005216\",\n    \"messageId\": \"\"    \n}"},"url":"http://localhost:21465/api/:session/forwardMessages","description":"<p>Envia uma mensagem de texto para um número de telefone. </p>\n","urlObject":{"path":[":session","forwardMessages"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"9efd3f41-32da-428c-ac41-f0433302b76b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"f632896a-81e7-4cf3-a685-551d236810b0","name":"Created","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"message\": \"Hello World\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-message","host":["http://localhost:21465/api"],"path":[":session","send-message"],"variable":[{"key":"session"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4643265f-7f23-4644-8fde-74623b9952f1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"message\": \"Hello World\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-message","host":["http://localhost:21465/api"],"path":[":session","send-message"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d6893cd-e7f7-4729-81fb-d669d0901e63"},{"name":"Send Contact Vcard","id":"e7df2aeb-81e3-4f1c-a51d-49d2c9b06c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"contactsId\":\"556793474541@c.us\"\n}"},"url":"http://localhost:21465/api/:session/contact-vcard","description":"<p>Sends contact card to iven chat id</p>\n","urlObject":{"path":[":session","contact-vcard"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"ef087f16-797a-491e-9fc1-1885f317328f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"e56dd5de-d88c-46a3-bc36-e1327019ef93","name":"Send Contact Vcard","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"contactsId\":\"556793474543@c.us\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/contact-vcard","host":["http://localhost:21465/api"],"path":[":session","contact-vcard"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1193"},{"key":"ETag","value":"W/\"4a9-LCVNz8grT3qQ5DWWOhDDrY4zmn0\""},{"key":"Date","value":"Fri, 14 May 2021 12:54:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"me\": {\n            \"id\": \"1\",\n            \"ref\": \"1@oVIRx/DAPQFKIOvl1WT8C42t/NfP56j9KC01d6u1kFAz1Zt44q2onojpv7FAj1rvRIW8vk92asEuMg==\",\n            \"refTTL\": 20000,\n            \"wid\": {\n                \"server\": \"c.us\",\n                \"user\": \"556592424425\",\n                \"_serialized\": \"556592424425@c.us\"\n            },\n            \"connected\": true,\n            \"protoVersion\": [\n                0,\n                17\n            ],\n            \"clientToken\": \"aeTnIxydmYIpKUsxG5q+iQRLMRsYMnXhpV1wqsdjQOw=\",\n            \"serverToken\": \"1@3jaCR5jbMKpeSBSt9HYs1OfpnCwnomoZpcnPMOkQOp8ibUglFUjN91I5w1bNHO9XafxYEXMqw6VmDw==\",\n            \"isResponse\": \"true\",\n            \"battery\": 55,\n            \"plugged\": false,\n            \"lc\": \"BR\",\n            \"lg\": \"pt\",\n            \"locales\": \"pt-BR\",\n            \"is24h\": true,\n            \"platform\": \"smba\",\n            \"phone\": {\n                \"wa_version\": \"2.21.9.13\",\n                \"mcc\": \"724\",\n                \"mnc\": \"005\",\n                \"os_version\": \"10\",\n                \"device_manufacturer\": \"motorola\",\n                \"device_model\": \"odessa\",\n                \"os_build_number\": \"QPAS30.19-Q3-32-50-5\"\n            },\n            \"tos\": 0,\n            \"smbTos\": 0,\n            \"pushname\": \"Tag One\",\n            \"stale\": false,\n            \"blockStoreAdds\": false,\n            \"isVoipInitialized\": false\n        },\n        \"to\": {\n            \"fromMe\": true,\n            \"remote\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"id\": \"3EB0F6A7BB311DA09FFF\",\n            \"_serialized\": \"true_556593071817@c.us_3EB0F6A7BB311DA09FFF\",\n            \"formattedName\": \"Eu\",\n            \"isBusiness\": false,\n            \"isMyContact\": true,\n            \"pushname\": \"Anselmo Schaefler\"\n        },\n        \"erro\": false,\n        \"text\": null,\n        \"status\": \"OK\",\n        \"from\": \"556793474543@c.us\",\n        \"type\": \"vcard\"\n    }\n}"}],"_postman_id":"e7df2aeb-81e3-4f1c-a51d-49d2c9b06c6f"},{"name":"Send Link Preview","id":"8fb70135-8feb-46dd-8c66-1e9d4da48ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"url\":\"Http://tagone.com.br\",\n    \"caption\":\"olha esse site !\"\n}"},"url":"http://localhost:21465/api/:session/send-link-preview","description":"<p>Automatically sends a link with the auto generated link preview. You can also add a custom message to be added.</p>\n","urlObject":{"path":[":session","send-link-preview"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"be0bff1b-84b0-4b62-9831-b5d0269dba88","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"663a6aa1-e001-4c93-89fd-01dd58c869d7","name":"Send Link Preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"url\":\"Http://tagone.com.br\",\n    \"caption\":\"olha esse site !\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-link-preview","host":["http://localhost:21465/api"],"path":[":session","send-link-preview"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-aUMmvTS4ltJXN27NdzhnICW9ZI4\""},{"key":"Date","value":"Fri, 14 May 2021 12:58:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"O link foi enviado com sucesso.\"\n}"}],"_postman_id":"8fb70135-8feb-46dd-8c66-1e9d4da48ade"},{"name":"Send Location","id":"6b990e56-f51f-48e7-9da1-7d658a8c79b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"lat\":-15.60612977568185,\n    \"lng\":-56.058632011951005,\n    \"title\":\"latitude 0 long 0\"\n}"},"url":"http://localhost:21465/api/:session/send-location","description":"<p>send location</p>\n","urlObject":{"path":[":session","send-location"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"1dc1f511-0f29-405a-b2b8-9cfe0a6609be","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"ae4df30c-162e-4fde-abc5-3786f61f8a88","name":"Send Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"lat\":-15.60612977568185,\n    \"lng\":-56.058632011951005,\n    \"title\":\"latitude 0 long 0\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-location","host":["http://localhost:21465/api"],"path":[":session","send-location"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-NK/5dSLlvLFWX89KvHtHSbquQYg\""},{"key":"Date","value":"Fri, 14 May 2021 13:02:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"A localização foi enviada com sucesso.\"\n}"}],"_postman_id":"6b990e56-f51f-48e7-9da1-7d658a8c79b5"},{"name":"Send Mentioned","id":"6a8ffcf6-1d6d-459e-8ea4-4efee16f8e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817-1620997998\",\n    \"message\":\"ola como isso funciona @556593071817@c.us\",\n    \"mentioned\":[\"@556593071817@c.us\"],\n    \"isGruop\":true\n}"},"url":"http://localhost:21465/api/:session/send-mentioned","description":"<p>Sends text with tags</p>\n","urlObject":{"path":[":session","send-mentioned"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"75f30f88-9c6d-4db6-b3ab-63c27e97b679","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"97510e9e-6e96-4ec1-b279-6a4033336d82","name":"Send Link Preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\",\n    \"url\":\"Http://tagone.com.br\",\n    \"caption\":\"olha esse site !\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-link-preview","host":["http://localhost:21465/api"],"path":[":session","send-link-preview"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-aUMmvTS4ltJXN27NdzhnICW9ZI4\""},{"key":"Date","value":"Fri, 14 May 2021 12:58:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"O link foi enviado com sucesso.\"\n}"}],"_postman_id":"6a8ffcf6-1d6d-459e-8ea4-4efee16f8e57"},{"name":"Send File","id":"7265f625-556c-49e2-a6e1-2a7c7edf9ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"556593071817","type":"text"},{"key":"filename","value":"arquivo top","type":"text"},{"key":"message","value":"mensagem com o arquivo","type":"text"},{"key":"isGroup","value":"false","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Anselmo Schaefler/Pictures/8c00801c4bb9d3d8b6cfeb1774b05880.png"}]},"url":"http://localhost:21465/api/:session/send-file","description":"<p>Envia um arquivo para um número de telefone.</p>\n","urlObject":{"path":[":session","send-file"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"25859e3c-4a8c-4dcb-81e7-e081ddd6034e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7f55f4cc-96ce-4cea-8d11-9b1098714b71","name":"OK","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"950a4f99-58b7-4ddb-b2eb-179bf0f3d401","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"667e87ba-877b-47b4-8c41-053e650f18f6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7265f625-556c-49e2-a6e1-2a7c7edf9ba7"},{"name":"Send Image","id":"a7f55080-9a5e-46e4-9080-ec4f36670ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"554498005216\",\n    \"base64\": \"data:image/png;base64,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\",\n    \"isGroup\": false\n}"},"url":"http://localhost:21465/api/:session/send-image","description":"<p>Envia um arquivo para um número de telefone.</p>\n","urlObject":{"path":[":session","send-image"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"8f9863b4-6cc9-4046-b30f-1499293c7bbf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"6bdf044e-f28e-41fa-8a26-f1f04f06d1be","name":"OK","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5eae1ed3-1978-428c-a27e-5ccfe79045c2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4956e73-e1f6-44d4-ade1-a1c3b32f4bd7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) application/json","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"5511912345678\",\n    \"path\": \"path/file/image.json\",\n    \"isGroup\": false\n}"},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7f55080-9a5e-46e4-9080-ec4f36670ccb"},{"name":"Send Text Storie","event":[{"listen":"prerequest","script":{"id":"a78ba3f3-c8ef-4fcc-8108-00d790b563ff","exec":[""],"type":"text/javascript"}}],"id":"d17329ae-27bc-43be-bfd3-ccebb0426a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Texto do Story\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:21465/api/:session/send-text-storie","description":"<p>Adiciona texto no story</p>\n","urlObject":{"path":[":session","send-text-storie"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"a947f454-1285-4c49-b97a-c0f482daee1e","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Texto do Stories\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7edf5a01-2315-4b81-9573-0347374dab80","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Texto do Stories\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae8bd6ad-0f6b-445a-a583-fce6c3e83d90","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Texto do Stories\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d17329ae-27bc-43be-bfd3-ccebb0426a14"},{"name":"Send Video Storie","event":[{"listen":"prerequest","script":{"id":"1f3c0616-9fd1-42f5-9820-d7394224d284","exec":[""],"type":"text/javascript"}}],"id":"ffbff637-7a1d-44bc-b728-a92905237e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url do Video ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:21465/api/:session/send-video-storie","description":"<p>Adiciona video no story</p>\n","urlObject":{"path":[":session","send-video-storie"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"4a828e6f-1cf1-4e19-b45f-f167b61cf89e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"2d9344fa-3d3b-4d9e-8d46-ec1c0751f26c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url do Video ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9e79c31-933f-415d-b60d-454ea213fad0","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url do Video ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83308c82-4bd4-4e5b-940c-988c73d550a1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url do Video ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ffbff637-7a1d-44bc-b728-a92905237e78"},{"name":"Send Image Storie","event":[{"listen":"prerequest","script":{"id":"5e73b858-125a-4ab0-9c8b-d7614e00eb7f","exec":["",""],"type":"text/javascript"}}],"id":"b97c0ccf-5930-422d-b6a0-dd4a5bf2c741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url da Imagem ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:21465/api/:session/send-image-storie","description":"<p>Adiciona imagem no story</p>\n","urlObject":{"path":[":session","send-image-storie"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"4a828e6f-1cf1-4e19-b45f-f167b61cf89e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"a8d77c7c-09a9-490d-bf90-9f501bc3cd9b","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url da Imagem ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-image-storie","host":["http://localhost:21465/api"],"path":[":session","send-image-storie"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e304d6e5-6142-4c11-b4e5-1db95518605f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url da Imagem ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3a9c88d1-e555-4f7e-bc6f-026b11bc85d2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"(Required) application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"Url da Imagem ou Diretorio caso seja local\",\n  \"caption\": \"Texto do caption\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:21465/api/:session/send-file","host":["http://localhost:21465/api"],"path":[":session","send-file"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b97c0ccf-5930-422d-b6a0-dd4a5bf2c741"}],"id":"f3f75354-acf0-4773-98dc-0c2d87dffb47","_postman_id":"f3f75354-acf0-4773-98dc-0c2d87dffb47","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Profile","item":[{"name":"Change Username","id":"bd9b2623-0f04-4c00-98d6-e163bb1d6c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My New Name\"\n}"},"url":"http://localhost:21465/api/:session/change-username","description":"<p>Sets current user profile name</p>\n","urlObject":{"path":[":session","change-username"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"02a6721f-2de6-4fdd-a156-898a1148799d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"716d2538-a199-40b9-8e65-ea008136cdda","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My New Name\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/change-username","host":["http://localhost:21465/api"],"path":[":session","change-username"],"variable":[{"key":"session"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c68f0e9-6987-4006-96d4-7dea7cbf0027","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My New Name\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/change-username","host":["http://localhost:21465/api"],"path":[":session","change-username"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b545970-5162-41b3-ba89-3424aebf00cd","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My New Name\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/change-username","host":["http://localhost:21465/api"],"path":[":session","change-username"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd9b2623-0f04-4c00-98d6-e163bb1d6c76"},{"name":"Change Profile Image","id":"9fb41dbe-5db9-41b9-bc3b-fb0e2665917f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"path\": \"veniam in\"\n}"},"url":"http://localhost:21465/api/:session/change-profile-image","description":"<p>Altera o nome de usuário do perfil do WhatsApp.</p>\n","urlObject":{"path":[":session","change-profile-image"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"706baba2-5f14-4bed-a9f1-0f6322f24cea","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"9513a52c-6274-48f1-b5c5-ace1642a8882","name":"Change Profile Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/C:/Users/Anselmo Schaefler/Pictures/avatar-anselmo.jpg"]},{"key":"phone","value":"556593071817","type":"text"}]},"url":{"raw":"http://localhost:21465/api/:session/profile-pic","host":["http://localhost:21465/api"],"path":[":session","profile-pic"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-OK9r1fvQscCKihEnul/IvAFGmB8\""},{"key":"Date","value":"Thu, 13 May 2021 18:08:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Foto de perfil alterada com sucesso\"\n}"}],"_postman_id":"9fb41dbe-5db9-41b9-bc3b-fb0e2665917f"},{"name":"Change Profile Status","id":"551fc767-2488-4278-82aa-0de8c1fd26a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"My new status\"\n}"},"url":"http://localhost:21465/api/:session/profile-status","description":"<p>Sets current user profile status</p>\n","urlObject":{"path":[":session","profile-status"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"a17af7c6-5bb7-4da0-a5d4-9630491e280b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"4314f46a-6d39-4b78-a9aa-8b00fd569b9c","name":"Change Profile Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"My new status\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/profile-status","host":["http://localhost:21465/api"],"path":[":session","profile-status"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-Aecwmfr5xTp+PReMihhLNM3Z9mY\""},{"key":"Date","value":"Thu, 13 May 2021 18:12:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\"\n}"}],"_postman_id":"551fc767-2488-4278-82aa-0de8c1fd26a3"}],"id":"89e11a15-4ae8-4b74-93d7-e3bb43fedfa0","description":"<p>Profile Methods</p>\n","_postman_id":"89e11a15-4ae8-4b74-93d7-e3bb43fedfa0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Contact","item":[{"name":"Check Number Status","id":"3f24277d-93dd-4374-9371-9b3a96d2ff7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"phone\":\"5565993071817\"\r\n}"},"url":"http://localhost:21465/api/:session/check-number-status/:phone","description":"<p>Checks if a number is a valid WA number</p>\n","urlObject":{"path":[":session","check-number-status",":phone"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"5075e97b-3a14-488b-9dbe-7bfdbb6c185a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"},{"id":"ab2c5e09-1094-45eb-b9db-e38483096e7a","type":"any","value":"5565993071817","key":"phone"}]}},"response":[{"id":"b7804db5-321c-4812-bdfa-01181d587c1a","name":"Check Number Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/check-number-status","host":["http://localhost:21465/api"],"path":[":session","check-number-status"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-yFkFt61lyD8mvznpj/Abyf6rohM\""},{"key":"Date","value":"Fri, 14 May 2021 14:00:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"id\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        \"status\": 200,\n        \"isBusiness\": false,\n        \"canReceiveMessage\": true,\n        \"numberExists\": true\n    }\n}"}],"_postman_id":"3f24277d-93dd-4374-9371-9b3a96d2ff7f"},{"name":"Get All Contacts","id":"8c8a804c-b85b-4081-b458-e31fd0f25865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-contacts","description":"<p>Retrieves all contacts</p>\n","urlObject":{"path":[":session","all-contacts"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"cd84ddec-1a8f-4d94-8124-040c01f8a99e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"ab804cc7-6dfa-43d5-a19d-a66300ab83e6","name":"Get All Contacts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-contacts","host":["http://localhost:21465/api"],"path":[":session","all-contacts"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359021"},{"key":"ETag","value":"W/\"57a6d-iYmVoKxumLHsIbfPbKCYTy4HFxI\""},{"key":"Date","value":"Fri, 14 May 2021 14:01:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556599056547\",\n                \"_serialized\": \"556599056547@c.us\"\n            },\n            \"name\": \"+55 65 9905-6547\",\n            \"type\": \"in\",\n            \"isBusiness\": false,\n            \"isEnterprise\": false,\n            \"statusMute\": false,\n            \"labels\": [],\n            \"formattedName\": \"+55 65 9905-6547\",\n            \"isMe\": false,\n            \"isMyContact\": true,\n            \"isPSA\": false,\n            \"isUser\": true,\n            \"isWAContact\": true,\n            \"profilePicThumbObj\": {},\n            \"msgs\": null\n        }   \n        ]\n}"}],"_postman_id":"8c8a804c-b85b-4081-b458-e31fd0f25865"},{"name":"Get Contact","id":"01829d1a-4476-421b-a931-65c74a344138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/contact/556593071817","description":"<p>Retrieves contact detail object of given contact id</p>\n","urlObject":{"path":[":session","contact","556593071817"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"7e473cbb-58fc-4604-abb8-cc024c1f4c00","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"ef13fe5c-bd07-4989-b11d-7653423601e7","name":"Get Contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/contact/556593071817","host":["http://localhost:21465/api"],"path":[":session","contact","556593071817"],"variable":[{"key":"session","value":"session_name","description":"(Required) \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1257"},{"key":"ETag","value":"W/\"4e9-8tpVMen9RlApGjZ9m+P0H7Se2y8\""},{"key":"Date","value":"Fri, 14 May 2021 14:09:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"id\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        \"name\": \"Eu\",\n        \"shortName\": \"Eu\",\n        \"pushname\": \"Anselmo Schaefler\",\n        \"type\": \"in\",\n        \"isBusiness\": false,\n        \"isEnterprise\": false,\n        \"statusMute\": false,\n        \"labels\": [],\n        \"formattedName\": \"Eu\",\n        \"isMe\": false,\n        \"isMyContact\": true,\n        \"isPSA\": false,\n        \"isUser\": true,\n        \"isWAContact\": true,\n        \"profilePicThumbObj\": {\n            \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=5359e341f42bb179c0330dba9b3e373e&oe=60A32256\",\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n            \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n            \"raw\": null,\n            \"tag\": \"1570738292\"\n        },\n        \"msgs\": null\n    }\n}"}],"_postman_id":"01829d1a-4476-421b-a931-65c74a344138"},{"name":"Get Number Profile","id":"97e728dc-b111-48f3-95ed-76290355bf63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/profile/556593071817","description":"<p>Checks if a number is a valid whatsapp number</p>\n","urlObject":{"path":[":session","profile","556593071817"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"855c7996-c5ab-476b-b49a-29c382646413","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"1960869b-e7fb-4f87-bcd3-6af490fe9461","name":"Get Number Profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/profile/556593071817","host":["http://localhost:21465/api"],"path":[":session","profile","556593071817"],"variable":[{"key":"session","value":"session_name","description":"(Required) \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-yFkFt61lyD8mvznpj/Abyf6rohM\""},{"key":"Date","value":"Fri, 14 May 2021 14:12:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"id\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        \"status\": 200,\n        \"isBusiness\": false,\n        \"canReceiveMessage\": true,\n        \"numberExists\": true\n    }\n}"}],"_postman_id":"97e728dc-b111-48f3-95ed-76290355bf63"},{"name":"Get Profile Picture","id":"5fe2d8f8-8958-4c3a-bdda-071855a643e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/profile-pic/556593071817","description":"<p>Retrieves chat picture</p>\n","urlObject":{"path":[":session","profile-pic","556593071817"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"c5e89e52-9f77-41f6-8a31-261e998f38e5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7b4f8b78-467b-4dcf-9012-79433ea54393","name":"Get Profile Picture","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/profile-pic/556593071817","host":["http://localhost:21465/api"],"path":[":session","profile-pic","556593071817"],"variable":[{"key":"session","value":"session_name","description":"(Required) \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"900"},{"key":"ETag","value":"W/\"384-F7EkZEfewepL7yZ7e/JFCdJnrM8\""},{"key":"Date","value":"Fri, 14 May 2021 14:15:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=5359e341f42bb179c0330dba9b3e373e&oe=60A32256\",\n        \"id\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n        \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n        \"raw\": null,\n        \"tag\": \"1570738292\"\n    }\n}"}],"_postman_id":"5fe2d8f8-8958-4c3a-bdda-071855a643e5"},{"name":"Get Profile Status","id":"482f1dd3-11f1-4f6c-a6e5-e7cbe52e8c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/profile-status/556593071817","description":"<p>Retrieves chat picture</p>\n","urlObject":{"path":[":session","profile-status","556593071817"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"af8c74bb-79eb-456d-a1f1-17d69d235c7b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"cfc01e39-f504-44a7-886d-a23263f676d6","name":"Get Profile Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/profile-status/556593071817","host":["http://localhost:21465/api"],"path":[":session","profile-status","556593071817"],"variable":[{"key":"session","value":"session_name","description":"(Required) \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-hOwVQoPFMpZB9AtIZPIm6zniGR0\""},{"key":"Date","value":"Fri, 14 May 2021 14:17:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"id\": \"556593071817@c.us\",\n        \"status\": \"Eu prefeito morrer do que perder a vida!\"\n    }\n}"}],"_postman_id":"482f1dd3-11f1-4f6c-a6e5-e7cbe52e8c25"}],"id":"78329c34-f7f9-4e46-b028-df044e73029b","description":"<p>Contact Methods</p>\n","_postman_id":"78329c34-f7f9-4e46-b028-df044e73029b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Group","item":[{"name":"Create Group","id":"fa94ad7e-ab65-4003-a349-26a9bb68bd5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"This is My Group\",\n    \"participants\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/create-group","description":"<p>Cria um grupo no WhatsApp.</p>\n","urlObject":{"path":[":session","create-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"e5659cb1-d5f0-4549-8270-00fe5ddbb209","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"bd36ae17-2b0f-4868-8d09-71cea7d18c08","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupname\": \"This is My Group\",\n    \"phone\": \"5511912345678\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/create-group","host":["http://localhost:21465/api"],"path":[":session","create-group"],"variable":[{"key":"session"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd0f3174-651e-482d-8b1d-ffb1cc783062","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupname\": \"This is My Group\",\n    \"phone\": \"5511912345678\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/create-group","host":["http://localhost:21465/api"],"path":[":session","create-group"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c000acab-39a7-428f-b77f-dbf763e4729e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupname\": \"This is My Group\",\n    \"phone\": \"5511912345678\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/create-group","host":["http://localhost:21465/api"],"path":[":session","create-group"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa94ad7e-ab65-4003-a349-26a9bb68bd5b"},{"name":"Join Group by Code","id":"9b2f7d48-cdfe-484d-9065-42259b83ff97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inviteCode\": \"https://chat.whatsapp.com/JKtZlEMwvMZ2z4Po9sDI8P\"\n}"},"url":"http://localhost:21465/api/:session/join-code","description":"<p>Entra em um grupo de WhatsApp através do código de convite.</p>\n","urlObject":{"path":[":session","join-code"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"f207aea2-c7a4-4447-abda-3e6150dacfbf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"cebceebd-94e2-42cd-bc8c-b463d77e95f3","name":"Created","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inviteCode\": \"inviteCode\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/join-code","host":["http://localhost:21465/api"],"path":[":session","join-code"],"variable":[{"key":"session"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c8fea043-42a7-45a8-9593-9e985e5ef729","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inviteCode\": \"inviteCode\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/join-code","host":["http://localhost:21465/api"],"path":[":session","join-code"],"variable":[{"key":"session"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94942e25-f93f-40f3-b3c5-3d05a69a923e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inviteCode\": \"inviteCode\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/join-code","host":["http://localhost:21465/api"],"path":[":session","join-code"],"variable":[{"key":"session"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b2f7d48-cdfe-484d-9065-42259b83ff97"},{"name":"Add Participant","id":"3400ea3e-fe7a-4495-acb3-d15a12f99286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/add-participant-group","description":"<p>Adds participant to Group</p>\n","urlObject":{"path":[":session","add-participant-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"16b92564-bc6a-4d5a-ba45-ed99ca588dc4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"e5c6cf30-acdd-43fb-bbb5-1a1957f336f0","name":"Add Participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/add-participant-group","host":["http://localhost:21465/api"],"path":[":session","add-participant-group"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-X28vUrI3fP6DfkyDQuS94mERdi4\""},{"key":"Date","value":"Fri, 14 May 2021 14:23:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Participante(s) adicionado(s) com sucesso\",\n    \"participants\": \"556593071817\",\n    \"groups\": [\n        true\n    ]\n}"}],"_postman_id":"3400ea3e-fe7a-4495-acb3-d15a12f99286"},{"name":"Demote Participant","id":"51b30398-f2cb-41bc-a1fb-f3dc7199e6df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/demote-participant-group","description":"<p>Demotes admin privileges of participant</p>\n","urlObject":{"path":[":session","demote-participant-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"75fe34fe-f499-4c83-82ba-7c67e4d8ec90","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"6cc2ecf6-b88f-4d5c-98a9-52ff2c58c0d2","name":"Demote Participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/demote-participant-group","host":["http://localhost:21465/api"],"path":[":session","demote-participant-group"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-8Bawyqnv1sAiMsm0LH8iIjAJVio\""},{"key":"Date","value":"Fri, 14 May 2021 14:27:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Admin do(s) participante(s) revogado(s) com sucesso\",\n    \"participants\": \"556593071817\",\n    \"groups\": [\n        \"556593071817-1620997998@g.us\"\n    ]\n}"}],"_postman_id":"51b30398-f2cb-41bc-a1fb-f3dc7199e6df"},{"name":"Promote Participant","id":"9c6f77da-673e-4631-8ef6-3ee92274676a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/promote-participant-group","description":"<p>Promotes admin privileges of participant</p>\n","urlObject":{"path":[":session","promote-participant-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"d32b5ec5-7b9e-494f-b2f8-b7c3bd699261","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"71fa30dc-7eef-4984-a487-213d67b840c6","name":"Promote Participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/promote-participant-group","host":["http://localhost:21465/api"],"path":[":session","promote-participant-group"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-3Wmj1ZIw61iv14vSEerPEaVWaHk\""},{"key":"Date","value":"Fri, 14 May 2021 14:27:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Participante(s) promovidos(s) com sucesso\",\n    \"participants\": \"556593071817\",\n    \"groups\": [\n        \"556593071817-1620997998@g.us\"\n    ]\n}"}],"_postman_id":"9c6f77da-673e-4631-8ef6-3ee92274676a"},{"name":"Get All Broadcast List","id":"8310a254-3e9e-4975-b632-be805fba199e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-broadcast-list","description":"<p>Retrieve all broadcast list</p>\n","urlObject":{"path":[":session","all-broadcast-list"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"78d96c09-ad5f-44b5-8f9d-54efabcb1a98","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"eca0fe97-56b0-4e33-8b43-72bee7f76f50","name":"Get All Broadcast List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-broadcast-list","host":["http://localhost:21465/api"],"path":[":session","all-broadcast-list"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1268"},{"key":"ETag","value":"W/\"4f4-0EgynTXbwaCh+JiAqpJa3endShY\""},{"key":"Date","value":"Fri, 14 May 2021 14:30:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"broadcast\",\n                \"user\": \"1621002619\",\n                \"_serialized\": \"1621002619@broadcast\"\n            },\n            \"lastReceivedKey\": {\n                \"fromMe\": true,\n                \"remote\": {\n                    \"server\": \"broadcast\",\n                    \"user\": \"1621002619\",\n                    \"_serialized\": \"1621002619@broadcast\"\n                },\n                \"id\": \"73E68E5E63B891CB9272D37052072AEC\",\n                \"_serialized\": \"true_1621002619@broadcast_73E68E5E63B891CB9272D37052072AEC\"\n            },\n            \"t\": 1621002639,\n            \"unreadCount\": 0,\n            \"muteExpiration\": 0,\n            \"notSpam\": true,\n            \"msgs\": null,\n            \"kind\": \"broadcast\",\n            \"isBroadcast\": true,\n            \"isGroup\": false,\n            \"isUser\": false,\n            \"contact\": {\n                \"id\": {\n                    \"server\": \"broadcast\",\n                    \"user\": \"1621002619\",\n                    \"_serialized\": \"1621002619@broadcast\"\n                },\n                \"type\": \"in\",\n                \"formattedName\": \"\",\n                \"isMe\": false,\n                \"isMyContact\": false,\n                \"isPSA\": false,\n                \"isUser\": false,\n                \"isWAContact\": false,\n                \"profilePicThumbObj\": {\n                    \"id\": {\n                        \"server\": \"broadcast\",\n                        \"user\": \"1621002619\",\n                        \"_serialized\": \"1621002619@broadcast\"\n                    },\n                    \"tag\": null\n                },\n                \"msgs\": null\n            },\n            \"groupMetadata\": {\n                \"id\": {\n                    \"server\": \"broadcast\",\n                    \"user\": \"1621002619\",\n                    \"_serialized\": \"1621002619@broadcast\"\n                },\n                \"participants\": [\n                    {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"5511982743910\",\n                            \"_serialized\": \"5511982743910@c.us\"\n                        }\n                    },\n                    {\n                        \"id\": {\n                            \"server\": \"c.us\",\n                            \"user\": \"556593071817\",\n                            \"_serialized\": \"556593071817@c.us\"\n                        }\n                    }\n                ],\n                \"pendingParticipants\": []\n            },\n            \"presence\": {\n                \"id\": {\n                    \"server\": \"broadcast\",\n                    \"user\": \"1621002619\",\n                    \"_serialized\": \"1621002619@broadcast\"\n                },\n                \"chatstates\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"8310a254-3e9e-4975-b632-be805fba199e"},{"name":"Get All Groups","id":"42173308-eb3c-4976-b12a-3babb01f5178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/all-groups","description":"<p>Retrieve all groups</p>\n","urlObject":{"path":[":session","all-groups"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"2107edfc-e058-4268-ac31-8f1a376402e8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"bb292e5b-0b7c-4dc6-a562-ff342b594774","name":"Get All Groups","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/all-groups","host":["http://localhost:21465/api"],"path":[":session","all-groups"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1716"},{"key":"ETag","value":"W/\"6b4-9rxmvPn352n1Y6qIpaUaxGuxCAg\""},{"key":"Date","value":"Fri, 14 May 2021 14:32:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": [\n        {\n            \"id\": \"556593071817-1620997998\",\n            \"name\": \"grupo de teste\"\n        }\n    ]\n}"}],"_postman_id":"42173308-eb3c-4976-b12a-3babb01f5178"},{"name":"Get Group Admins","id":"2c45aa14-fd95-4953-ad47-0c16abf719dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/group-admins/556593071817-1620997998","description":"<p>Retrieves group admins</p>\n","urlObject":{"path":[":session","group-admins","556593071817-1620997998"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"59b71fb6-3e07-4090-92ea-8ada5a8fdfcb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"5a831647-f8ff-4d99-bc2c-8d6f2f9f3be6","name":"Get Group Admins","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/group-admins/556593071817-1620997998","host":["http://localhost:21465/api"],"path":[":session","group-admins","556593071817-1620997998"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-JI2enrzf7qwoncCLbxoPAG8HpqA\""},{"key":"Date","value":"Fri, 14 May 2021 14:38:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"participants\": {\n        \"556593071817-1620997998@g.us\": [\n            {\n                \"id\": \"556593071817-1620997998@g.us\"\n            }\n        ]\n    },\n    \"groups\": [\n        {\n            \"id\": \"556593071817-1620997998@g.us\"\n        }\n    ]\n}"}],"_postman_id":"2c45aa14-fd95-4953-ad47-0c16abf719dc"},{"name":"Get Group Info From Invite Link","id":"71e2e5a3-7f31-497b-911b-cdafc1397782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invitecode\": \"https://chat.whatsapp.com/JKtZlEMwvMZ2z4Po9sDI8P\"\n}"},"url":"http://localhost:21465/api/:session/group-info-from-invite-link","description":"<p>Generates group-invite link</p>\n","urlObject":{"path":[":session","group-info-from-invite-link"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"94ee6169-f2f1-4960-b6de-5c392c85d3a9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"70d9a172-fc90-4add-8132-dffc43ba3425","name":"Promote Participant Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invitecode\": \"https://chat.whatsapp.com/JKtZlEMwvMZ2z4Po9sDI8P\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/group-info-from-invite-link","host":["http://localhost:21465/api"],"path":[":session","group-info-from-invite-link"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"535"},{"key":"ETag","value":"W/\"217-8dszhAO8eu3TdCL/E44lJ8/nTnA\""},{"key":"Date","value":"Fri, 14 May 2021 14:51:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"status\": 200,\n        \"size\": 2,\n        \"id\": {\n            \"server\": \"g.us\",\n            \"user\": \"556593071817-1620997998\",\n            \"_serialized\": \"556593071817-1620997998@g.us\"\n        },\n        \"owner\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        \"subject\": \"grupo de teste\",\n        \"creation\": 1620997998,\n        \"participants\": [\n            {\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"isAdmin\": true,\n                \"isSuperAdmin\": false\n            }\n        ],\n        \"subjectTime\": 1620997998,\n        \"subjectOwner\": {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        }\n    }\n}"}],"_postman_id":"71e2e5a3-7f31-497b-911b-cdafc1397782"},{"name":"Get Group Invite Link","id":"35621c84-e4f6-4097-81b6-94251a92cfc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/group-invite-link/556593071817-1620997998","description":"<p>Retrieves group admins</p>\n","urlObject":{"path":[":session","group-invite-link","556593071817-1620997998"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"9bd57790-b209-4e85-928c-70117c4b66ba","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"0a4224b8-aada-4216-aa7c-5ca73d58088a","name":"Get Group Invite Link","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/group-invite-link/556593071817-1620997998","host":["http://localhost:21465/api"],"path":[":session","group-invite-link","556593071817-1620997998"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-RkAUXK7SSmyLIbu6xIAjKO8zC/k\""},{"key":"Date","value":"Fri, 14 May 2021 14:59:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"response\": \"https://chat.whatsapp.com/JKtZlEMwvMZ2z4Po9sDI8P\"\n}"}],"_postman_id":"35621c84-e4f6-4097-81b6-94251a92cfc8"},{"name":"Get Group Members Ids","id":"fc298f1c-1304-4d35-87cf-95f901e98b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/group-members-ids/556593071817-1620997998","description":"<p>Retrieves group members as [Id] objects</p>\n","urlObject":{"path":[":session","group-members-ids","556593071817-1620997998"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"bff1ae3f-488a-4746-adc2-92b67bc7c1e6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"0ebd5a85-4904-49dd-9e7d-58038b6667eb","name":"Get Group Members Ids","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/group-members-ids/556593071817-1620997998","host":["http://localhost:21465/api"],"path":[":session","group-members-ids","556593071817-1620997998"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"ETag","value":"W/\"b5-FtEuNfBnIOa3ecapZXduZt5isSc\""},{"key":"Date","value":"Fri, 14 May 2021 15:04:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": [\n        {\n            \"server\": \"c.us\",\n            \"user\": \"556593071817\",\n            \"_serialized\": \"556593071817@c.us\"\n        },\n        {\n            \"server\": \"c.us\",\n            \"user\": \"556592424425\",\n            \"_serialized\": \"556592424425@c.us\"\n        }\n    ]\n}"}],"_postman_id":"fc298f1c-1304-4d35-87cf-95f901e98b4d"},{"name":"Get Group Members","id":"38387a37-a213-4db8-b8ef-400705b053b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/group-members/556593071817-1620997998","description":"<p>Returns group members [Contact] objects</p>\n","urlObject":{"path":[":session","group-members","556593071817-1620997998"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"45a18be0-9fc4-42b5-a704-ee338de3249a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"4b36d43b-6441-4e33-a0c1-db376eecbdbe","name":"Get Group Members","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/group-members/556593071817-1620997998","host":["http://localhost:21465/api"],"path":[":session","group-members","556593071817-1620997998"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2366"},{"key":"ETag","value":"W/\"93e-6Bv8EQbGK1c4aDvHWdg7r6F6d9A\""},{"key":"Date","value":"Fri, 14 May 2021 15:07:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"response\": [\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556593071817\",\n                \"_serialized\": \"556593071817@c.us\"\n            },\n            \"name\": \"Eu\",\n            \"shortName\": \"Eu\",\n            \"pushname\": \"Anselmo Schaefler\",\n            \"type\": \"in\",\n            \"isBusiness\": false,\n            \"isEnterprise\": false,\n            \"statusMute\": false,\n            \"labels\": [],\n            \"formattedName\": \"Eu\",\n            \"isMe\": false,\n            \"isMyContact\": true,\n            \"isPSA\": false,\n            \"isUser\": true,\n            \"isWAContact\": true,\n            \"profilePicThumbObj\": {\n                \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/69632581_431433907486875_637018468327096320_n.jpg?ccb=11-4&oh=5359e341f42bb179c0330dba9b3e373e&oe=60A32256\",\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556593071817\",\n                    \"_serialized\": \"556593071817@c.us\"\n                },\n                \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=s&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F69632581_431433907486875_637018468327096320_n.jpg%3Fccb%3D11-4%26oh%3D5359e341f42bb179c0330dba9b3e373e%26oe%3D60A32256&t=l&u=556593071817%40c.us&i=1570738292&n=s8OQzBbanWyT1fpXxjaymfva028aImlAWhPuRa%2FFil8%3D\",\n                \"raw\": null,\n                \"tag\": \"1570738292\"\n            },\n            \"msgs\": null\n        },\n        {\n            \"id\": {\n                \"server\": \"c.us\",\n                \"user\": \"556592424425\",\n                \"_serialized\": \"556592424425@c.us\"\n            },\n            \"type\": \"in\",\n            \"formattedName\": \"Você\",\n            \"isMe\": true,\n            \"isMyContact\": false,\n            \"isPSA\": false,\n            \"isUser\": true,\n            \"isWAContact\": true,\n            \"profilePicThumbObj\": {\n                \"eurl\": \"https://pps.whatsapp.net/v/t61.24694-24/186785458_1803385806500761_5876885036408672004_n.jpg?ccb=11-4&oh=305b8c9882c1e7bf30218da6f55f066f&oe=60A34381\",\n                \"id\": {\n                    \"server\": \"c.us\",\n                    \"user\": \"556592424425\",\n                    \"_serialized\": \"556592424425@c.us\"\n                },\n                \"img\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D305b8c9882c1e7bf30218da6f55f066f%26oe%3D60A34381&t=s&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                \"imgFull\": \"https://web.whatsapp.com/pp?e=https%3A%2F%2Fpps.whatsapp.net%2Fv%2Ft61.24694-24%2F186785458_1803385806500761_5876885036408672004_n.jpg%3Fccb%3D11-4%26oh%3D305b8c9882c1e7bf30218da6f55f066f%26oe%3D60A34381&t=l&u=556592424425%40c.us&i=1620929335&n=oRzYouRjXhp0to8ecMKtlUAbYfCIU1r%2BPEkB4MiTDts%3D\",\n                \"raw\": null,\n                \"tag\": \"1620929335\"\n            },\n            \"msgs\": null\n        }\n    ]\n}"}],"_postman_id":"38387a37-a213-4db8-b8ef-400705b053b9"},{"name":"Leave Group","id":"f10ec2d6-596e-4893-83c3-faa01620de20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\"\n}"},"url":"http://localhost:21465/api/:session/leave-group","description":"<p>Entra em um grupo de WhatsApp através do código de convite.</p>\n","urlObject":{"path":[":session","leave-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"85e1a7bb-3b03-477f-ae45-8622059bf5cf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"73184805-e53e-4927-89de-814d3ad42194","name":"Leave Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/leave-group","host":["http://localhost:21465/api"],"path":[":session","leave-group"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"ETag","value":"W/\"63-ADsSmpjb8nQ+1kXYMFLoCqVQamc\""},{"key":"Date","value":"Fri, 14 May 2021 15:11:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"messages\": \"Você saiu do grupo com sucesso\",\n    \"group\": \"556593071817-1620997998\"\n}"}],"_postman_id":"f10ec2d6-596e-4893-83c3-faa01620de20"},{"name":"Remove Participant","id":"539b054e-6092-4537-9d92-cee93ef5346d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/remove-participant-group","description":"<p>Promotes admin privileges of participant</p>\n","urlObject":{"path":[":session","remove-participant-group"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"999cdcee-5065-4238-84fd-d6424ea128c2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"3f91d272-6d92-41ac-bbc6-f60d2206bdc5","name":"Promote Participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/promote-participant-group","host":["http://localhost:21465/api"],"path":[":session","promote-participant-group"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-3Wmj1ZIw61iv14vSEerPEaVWaHk\""},{"key":"Date","value":"Fri, 14 May 2021 14:27:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Participante(s) promovidos(s) com sucesso\",\n    \"participants\": \"556593071817\",\n    \"groups\": [\n        \"556593071817-1620997998@g.us\"\n    ]\n}"}],"_postman_id":"539b054e-6092-4537-9d92-cee93ef5346d"},{"name":"Set Group Description","id":"cbd8e14f-55ee-488e-843c-dc24e7218eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"description\": \"nova descricao do asdfasdf\"\n}"},"url":"http://localhost:21465/api/:session/group-description","description":"<p>Set group description (if allowed)</p>\n","urlObject":{"path":[":session","group-description"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"510a2131-e479-4b9f-9c3e-0116f928ac83","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"8f885aab-6f2c-4248-9864-cd3fec19231a","name":"Set Group Description","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"description\": \"nova descricao do asdfasdf\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/group-description","host":["http://localhost:21465/api"],"path":[":session","group-description"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-W7d6GnKQIjT0dvO2uOKyA/paxX4\""},{"key":"Date","value":"Fri, 14 May 2021 15:18:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {}\n}"}],"_postman_id":"cbd8e14f-55ee-488e-843c-dc24e7218eae"},{"name":"Set Group Property","id":"9c0a4aaa-cb49-4422-b87c-5d0aabdecb86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"property\": \"announcement\",\n    \"value\":false\n}"},"url":"http://localhost:21465/api/:session/group-property","description":"<p>Set group description (if allowed)</p>\n","urlObject":{"path":[":session","group-property"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"cc7a5e18-48b0-40a6-9b17-b1cfef560e8b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"129b8a6a-c5af-4552-91e1-c721f21e1665","name":"Set Group Property","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"property\": \"announcement\",\n    \"value\":false\n}"},"url":{"raw":"http://localhost:21465/api/:session/group-property","host":["http://localhost:21465/api"],"path":[":session","group-property"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-W7d6GnKQIjT0dvO2uOKyA/paxX4\""},{"key":"Date","value":"Fri, 14 May 2021 15:22:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {}\n}"}],"_postman_id":"9c0a4aaa-cb49-4422-b87c-5d0aabdecb86"},{"name":"Set Group Subject","id":"52083717-3b29-44e2-962b-ae36317303da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"title\": \"announcement\"\n}"},"url":"http://localhost:21465/api/:session/group-subject","description":"<p>Set group description (if allowed)</p>\n","urlObject":{"path":[":session","group-subject"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"4bcd426e-127d-441f-81d6-196b60f5f914","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"0df08eaf-c208-4287-b5c1-b63616d7921e","name":"Set Group Subject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"title\": \"announcement\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/group-subject","host":["http://localhost:21465/api"],"path":[":session","group-subject"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-W7d6GnKQIjT0dvO2uOKyA/paxX4\""},{"key":"Date","value":"Fri, 14 May 2021 15:24:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {}\n}"}],"_postman_id":"52083717-3b29-44e2-962b-ae36317303da"},{"name":"Set Messages Admins Only","id":"ac83848b-840c-4faf-b3cc-9d4079273a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"value\": true\n}"},"url":"http://localhost:21465/api/:session/messages-admins-only","description":"<p>Allow only admin to send messages with true or false</p>\n","urlObject":{"path":[":session","messages-admins-only"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"b172ae5f-9752-4ca0-b407-21fd221d42e6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"f38cd662-2a3f-4161-a81a-a5f3bcd7efc0","name":"Set Messages Admins Only","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupId\": \"556593071817-1620997998\",\n    \"value\": true\n}"},"url":{"raw":"http://localhost:21465/api/:session/messages-admins-only","host":["http://localhost:21465/api"],"path":[":session","messages-admins-only"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-Xm9Fmv/piJ8aftrp5VK0tqiuuAc\""},{"key":"Date","value":"Fri, 14 May 2021 15:31:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": true\n}"}],"_postman_id":"ac83848b-840c-4faf-b3cc-9d4079273a1e"}],"id":"a1486016-1037-420c-8b8b-e06dfe356881","_postman_id":"a1486016-1037-420c-8b8b-e06dfe356881","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Phone Status","item":[{"name":"Battery status","event":[{"listen":"test","script":{"id":"bee663dc-7c99-450f-94af-8d55880c0616","exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript"}}],"id":"cae4f08a-7ba9-40bd-963d-b563b0b9c209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/get-battery-level","description":"<p>Retorna o status da session</p>\n","urlObject":{"path":[":session","get-battery-level"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"92d1e06e-842c-40bb-a7f8-1b2903a64e2e","type":"any","value":"session_name","key":"session"}]}},"response":[],"_postman_id":"cae4f08a-7ba9-40bd-963d-b563b0b9c209"},{"name":"Host device","event":[{"listen":"test","script":{"id":"eeae25fe-9c57-4684-9bf1-805fe07678e5","exec":["let template = `\r","<img src='{{qrcode}}'/>\r","`\r","\r","pm.visualizer.set(template, { \r","    qrcode: pm.response.json().qrcode\r","})"],"type":"text/javascript"}}],"id":"965e57bf-cf5a-4387-a702-f2f39a722645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:21465/api/:session/host-device","description":"<p>Current host device details</p>\n","urlObject":{"path":[":session","host-device"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"216043c9-b374-4d6a-b3ff-34e6f66d6ea5","type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"7ccf077a-f753-4dfd-9e09-a5e9ae674109","name":"Battery status Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:21465/api/:session/host-device","host":["http://localhost:21465/api"],"path":[":session","host-device"],"variable":[{"key":"session","value":"session_name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-cXpIt+5RrNGS14yZ8GY/07t6fUQ\""},{"key":"Date","value":"Thu, 13 May 2021 18:16:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"connected\": true,\n    \"locales\": \"pt-BR\",\n    \"pushname\": \"My name\"\n}"}],"_postman_id":"965e57bf-cf5a-4387-a702-f2f39a722645"}],"id":"2edbea95-55e8-4666-bb93-2fa49b815164","_postman_id":"2edbea95-55e8-4666-bb93-2fa49b815164","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}},{"name":"Block list","item":[{"name":"Block contact","id":"c5f1a9fb-d0ac-4bff-b1a0-897b2d3e5dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/block-contact","description":"<p>Receive all blocked contacts</p>\n","urlObject":{"path":[":session","block-contact"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"aa85a093-6836-43de-9a81-ce437052dcea","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"5f7a0935-7b48-4152-8257-3b452e01f79c","name":"Block contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/block-contact","host":["http://localhost:21465/api"],"path":[":session","block-contact"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-JIoxmf21yJF8nsvCjPea8G/vqUg\""},{"key":"Date","value":"Thu, 13 May 2021 18:57:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Contact blocked\"\n}"}],"_postman_id":"c5f1a9fb-d0ac-4bff-b1a0-897b2d3e5dc6"},{"name":"UnBlock contact","id":"2115fc1b-72d4-475f-a8d2-f62574641280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":"http://localhost:21465/api/:session/unblock-contact","description":"<p>UnBlock contact</p>\n","urlObject":{"path":[":session","unblock-contact"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"58c7eb2e-3691-4318-941b-8ac6c06571fa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"2976309a-642f-4086-84c7-c8b2adc7f258","name":"UnBlock contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"556593071817\"\n}"},"url":{"raw":"http://localhost:21465/api/:session/unblock-contact","host":["http://localhost:21465/api"],"path":[":session","unblock-contact"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-9RWdx0L0uR2xTuig1im5tNPMevI\""},{"key":"Date","value":"Thu, 13 May 2021 18:58:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Contact UnBlocked\"\n}"}],"_postman_id":"2115fc1b-72d4-475f-a8d2-f62574641280"},{"name":"Block list","id":"56b3b41d-f564-45dc-9748-099ce03f2906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:21465/api/:session/blocklist","description":"<p>UnBlock contact</p>\n","urlObject":{"path":[":session","blocklist"],"host":["http://localhost:21465/api"],"query":[],"variable":[{"id":"844dc787-ee29-4a2d-a9a0-cbb6cf679272","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"session_name","key":"session"}]}},"response":[{"id":"f97fde31-e251-459e-a350-45d7ac840e7c","name":"Block list","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:21465/api/:session/blocklist","host":["http://localhost:21465/api"],"path":[":session","blocklist"],"variable":[{"key":"session","value":"session_name","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-3wXhtp0diRXtVF6iCpMRrxejKFE\""},{"key":"Date","value":"Thu, 13 May 2021 19:03:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"response\": [\n        {\n            \"phone\": \"556593071817\"\n        }\n    ]\n}"}],"_postman_id":"56b3b41d-f564-45dc-9748-099ce03f2906"}],"id":"ba469766-c953-4f05-bfc6-a192d6eba38d","_postman_id":"ba469766-c953-4f05-bfc6-a192d6eba38d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]},"isInherited":true,"source":{"_postman_id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","id":"6731ad2a-e221-473b-95b6-b3cd5c5aba56","name":"WPPConnect API REST","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]}},"event":[{"listen":"prerequest","script":{"id":"53f2148c-7af7-47fb-a420-5fd8367a5e87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"70bb8b17-03a0-4ce3-b567-7416fa19c3a9","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:21465/api"},{"key":"session","value":"session_name"},{"key":"secretKey","value":"THISISMYSECURETOKEN"},{"key":"tokenBearer","value":"$2b$10$rugJfFO57wobOc6gMEmOquIOArsFwUBgB5WaL3pIXLgU9E26fxahW"}]}