{"info":{"_postman_id":"e2cc5f21-f2ad-44be-bf1f-492befae8226","name":"PingPal","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39168811","collectionId":"e2cc5f21-f2ad-44be-bf1f-492befae8226","publishedId":"2sAYJ6DfSc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-29T18:59:49.000Z"},"item":[{"name":"Register","id":"5fe53f40-2f19-4b57-840b-fb85cda75aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"sanju\",\r\n    \"email\" : \"20115047@hicet.ac.in\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register","urlObject":{"protocol":"http","port":"5000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5d3cfa79-a0c0-4284-a5b5-232900c9664c","name":"RegisterUser response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"sanjay\",\r\n    \"email\" : \"rasanjaykumarsk@gmail.com\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register"},"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":"218"},{"key":"ETag","value":"W/\"da-t38rxnpGpxQx2MjLdbZO8mc50uI\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:05:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Registered Successfully\",\n    \"data\": {\n        \"name\": \"sanjay\",\n        \"email\": \"rasanjaykumarsk@gmail.com\",\n        \"password\": \"$2b$10$ibjwv8j9hORiYjsYdOinLOJM8VuBtysEaCg8.cLEFjwD1tirzsyNS\",\n        \"_id\": \"6770e69ae7167d05408afd87\",\n        \"__v\": 0\n    }\n}"},{"id":"f88e94b1-bd45-4b03-96ca-fcf235d2d395","name":"RegisterUser response 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"nikitha\",\r\n    \"email\" : \"sanjaykumarnikida@gmail.com\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register"},"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":"221"},{"key":"ETag","value":"W/\"dd-VB6muU4B7l+B/6agoR67kp5ERCg\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:58:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Registered Successfully\",\n    \"data\": {\n        \"name\": \"nikitha\",\n        \"email\": \"sanjaykumarnikida@gmail.com\",\n        \"password\": \"$2b$10$rQYD7fz69vncA55KnTikTOLVwewziunk/GHS4ZQE2nVpB.rw2/xii\",\n        \"_id\": \"6770f3083633bcd2e9987acb\",\n        \"__v\": 0\n    }\n}"},{"id":"ad4dd099-e3ce-4b57-88a3-8b9a0b2ca21c","name":"RegisterUser Response 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"sanju\",\r\n    \"email\" : \"20115047@hicet.ac.in\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register"},"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":"212"},{"key":"ETag","value":"W/\"d4-9eQ/+zv3W/bPmdyhorG8GggNCUs\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:34:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Registered Successfully\",\n    \"data\": {\n        \"name\": \"sanju\",\n        \"email\": \"20115047@hicet.ac.in\",\n        \"password\": \"$2b$10$9ldtkhIb89d.VGfBDjK0K.7C91SOhZae9X5PT097y9DwG3wSRmQxi\",\n        \"_id\": \"6770fb70f89c25733e8f3eba\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"5fe53f40-2f19-4b57-840b-fb85cda75aab"},{"name":"Login","id":"d0fbbbd2-6bf8-4f78-9000-122122b127d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"20115047@hicet.ac.in\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1a24a17-2856-4f83-93e6-346afd69ffea","name":"loginuser request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"rasanjaykumarsk@gmail.com\",\r\n    \"password\" : \"sanju\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login"},"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":"335"},{"key":"ETag","value":"W/\"14f-pYwQbfNcduWQnEKiGES7FeCvxtg\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:06:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Logged In Successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZTY5YWU3MTY3ZDA1NDA4YWZkODciLCJpYXQiOjE3MzU0NTI0MTYsImV4cCI6MTczNTQ1NjAxNn0.aiEulHDrzvcK-LshHDntWtjqB7rmJLP85U7jLvF6xLA\",\n    \"user\": {\n        \"id\": \"6770e69ae7167d05408afd87\",\n        \"name\": \"sanjay\",\n        \"email\": \"rasanjaykumarsk@gmail.com\",\n        \"status\": \"online\"\n    }\n}"},{"id":"5d854c88-ffad-48c4-a55f-85b52169eaa3","name":"LoginUser response 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"sanjaykumarnikida@gmail.com\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login"},"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":"338"},{"key":"ETag","value":"W/\"152-DKr+hgTleywnnJkjQMUR/Yr3ORU\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:59:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Logged In Successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZjMwODM2MzNiY2QyZTk5ODdhY2IiLCJpYXQiOjE3MzU0NTU1NjMsImV4cCI6MTczNTQ1OTE2M30.JusEmxpJHV8sb5Q3L66jr5mXieeO-j_BPAaxuIC5QjI\",\n    \"user\": {\n        \"id\": \"6770f3083633bcd2e9987acb\",\n        \"name\": \"nikitha\",\n        \"email\": \"sanjaykumarnikida@gmail.com\",\n        \"status\": \"online\"\n    }\n}"},{"id":"ec428677-5721-4a68-a25e-7c7506f9a8cb","name":"LoginUser response 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"20115047@hicet.ac.in\",\r\n    \"password\" : \"sanjay@2347\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login"},"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":"329"},{"key":"ETag","value":"W/\"149-fpWpCW/f2UCK00LHryhirWLZqto\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:34:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Logged In Successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZmI3MGY4OWMyNTczM2U4ZjNlYmEiLCJpYXQiOjE3MzU0NTc2ODgsImV4cCI6MTczNTQ2MTI4OH0.uMo6IBlGrjodVRD_6YdUJzK6CXwZKjbbOwsU7wJ1FZw\",\n    \"user\": {\n        \"id\": \"6770fb70f89c25733e8f3eba\",\n        \"name\": \"sanju\",\n        \"email\": \"20115047@hicet.ac.in\",\n        \"status\": \"online\"\n    }\n}"}],"_postman_id":"d0fbbbd2-6bf8-4f78-9000-122122b127d7"},{"name":"forgot-password","id":"654f6c0c-f326-4908-96cf-c7800fd7d6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"rasanjaykumarsk@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/forgot-password","urlObject":{"protocol":"http","port":"5000","path":["api","auth","forgot-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b0a2fbb-a6a0-41ff-8864-75d583d240a2","name":"forgot-password Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"rasanjaykumarsk@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/forgot-password"},"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-a8Y4ABXH/GLeKnlT50OizE24wR4\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:10:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email Sent Successfully\"\n}"}],"_postman_id":"654f6c0c-f326-4908-96cf-c7800fd7d6ff"},{"name":"Reset-password","id":"2f043c93-0314-4b89-be83-8d2a6b048293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"sanju\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/reset-password/6770e69ae7167d05408afd87/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZTY5YWU3MTY3ZDA1NDA4YWZkODciLCJpYXQiOjE3MzU0NTI2MTUsImV4cCI6MTczNTQ1NjIxNX0.MvBUpo4jvu_8wAbdzT4F9HsOi3FFDZDMzTr8k6rSras","urlObject":{"protocol":"http","port":"5000","path":["api","auth","reset-password","6770e69ae7167d05408afd87","eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZTY5YWU3MTY3ZDA1NDA4YWZkODciLCJpYXQiOjE3MzU0NTI2MTUsImV4cCI6MTczNTQ1NjIxNX0.MvBUpo4jvu_8wAbdzT4F9HsOi3FFDZDMzTr8k6rSras"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"701e0418-9f02-444d-a470-1339650cd8fb","name":"Reset-password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"sanju\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/reset-password/6770e69ae7167d05408afd87/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZTY5YWU3MTY3ZDA1NDA4YWZkODciLCJpYXQiOjE3MzU0NTI2MTUsImV4cCI6MTczNTQ1NjIxNX0.MvBUpo4jvu_8wAbdzT4F9HsOi3FFDZDMzTr8k6rSras"},"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":"41"},{"key":"ETag","value":"W/\"29-I4Ytn5eoRJ1kMNoR2GC2SaD+E4g\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:13:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password Reset Successfully\"\n}"}],"_postman_id":"2f043c93-0314-4b89-be83-8d2a6b048293"},{"name":"Logout","id":"b1ad4cd7-536e-4293-a97d-fdb00c11d600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : \"6770e69ae7167d05408afd87\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/logout","urlObject":{"protocol":"http","port":"5000","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63899146-b6f2-4cfe-b5b9-0305335ce99e","name":"logoutUser response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : \"6770e69ae7167d05408afd87\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/logout"},"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":"42"},{"key":"ETag","value":"W/\"2a-cX5fZ3htHghEOVL9I9wpdh3R2Vk\""},{"key":"Date","value":"Sun, 29 Dec 2024 06:22:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Logged Out Successfully\"\n}"}],"_postman_id":"b1ad4cd7-536e-4293-a97d-fdb00c11d600"},{"name":"createChat","id":"25a1b17a-ef1b-42e4-8a31-8d51e725d585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"senderId\": \"6770fb70f89c25733e8f3eba\",\r\n  \"receiverId\": \"6770f3083633bcd2e9987acb\",\r\n  \"message\": \"hi da macha epdi iruka\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/create","urlObject":{"protocol":"http","port":"5000","path":["api","chat","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"256aa1b4-5be0-47ba-969f-8968e1fcea58","name":"createChat Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"senderId\": \"6770e69ae7167d05408afd87\",\r\n  \"receiverId\": \"6770f3083633bcd2e9987acb\",\r\n  \"message\": \"hey nikitha love you\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/create"},"status":"Created","code":201,"_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":"394"},{"key":"ETag","value":"W/\"18a-oOFARo2MSDPEvMGL5PoK6uSFJN4\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:07:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Chat created successfully\",\n    \"chat\": {\n        \"participants\": [\n            \"6770e69ae7167d05408afd87\",\n            \"6770f3083633bcd2e9987acb\"\n        ],\n        \"messages\": [\n            {\n                \"sender\": \"6770e69ae7167d05408afd87\",\n                \"content\": \"hey nikitha love you\",\n                \"timestamp\": \"2024-12-29T07:07:50.440Z\",\n                \"_id\": \"6770f546f89c25733e8f3e9e\"\n            }\n        ],\n        \"_id\": \"6770f546f89c25733e8f3e9d\",\n        \"createdAt\": \"2024-12-29T07:07:50.442Z\",\n        \"updatedAt\": \"2024-12-29T07:07:50.442Z\",\n        \"__v\": 0\n    }\n}"},{"id":"cdf08dd9-b3c1-4f52-b31d-1bd3bf2b6c2e","name":"createChat Response 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"senderId\": \"6770fb70f89c25733e8f3eba\",\r\n  \"receiverId\": \"6770f3083633bcd2e9987acb\",\r\n  \"message\": \"hi da macha epdi iruka\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/create"},"status":"Created","code":201,"_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":"396"},{"key":"ETag","value":"W/\"18c-idhlAJDDGhyEqnsiIrXTAPyHSQk\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:37:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Chat created successfully\",\n    \"chat\": {\n        \"participants\": [\n            \"6770fb70f89c25733e8f3eba\",\n            \"6770f3083633bcd2e9987acb\"\n        ],\n        \"messages\": [\n            {\n                \"sender\": \"6770fb70f89c25733e8f3eba\",\n                \"content\": \"hi da macha epdi iruka\",\n                \"timestamp\": \"2024-12-29T07:37:50.358Z\",\n                \"_id\": \"6770fc4ef89c25733e8f3ec2\"\n            }\n        ],\n        \"_id\": \"6770fc4ef89c25733e8f3ec1\",\n        \"createdAt\": \"2024-12-29T07:37:50.359Z\",\n        \"updatedAt\": \"2024-12-29T07:37:50.359Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"25a1b17a-ef1b-42e4-8a31-8d51e725d585"},{"name":"sendMessage","id":"0580222d-bdff-42ea-8eb2-e714ec23dac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chatId\" : \"6770f546f89c25733e8f3e9d\",\r\n    \"senderId\" : \"6770e69ae7167d05408afd87\",\r\n    \"message\" : \"love you too\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/send","urlObject":{"protocol":"http","port":"5000","path":["api","chat","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9cdbe9f9-e7f6-4a4d-9977-3f4192bbc098","name":"sendMessage Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chatId\" : \"6770f546f89c25733e8f3e9d\",\r\n    \"senderId\" : \"6770e69ae7167d05408afd87\",\r\n    \"message\" : \"love you too\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/send"},"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":"529"},{"key":"ETag","value":"W/\"211-GmCWKXKyja066wsVrLnAEIruI+I\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:22:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Message sent successfully\",\n    \"chat\": {\n        \"_id\": \"6770f546f89c25733e8f3e9d\",\n        \"participants\": [\n            \"6770e69ae7167d05408afd87\",\n            \"6770f3083633bcd2e9987acb\"\n        ],\n        \"messages\": [\n            {\n                \"sender\": \"6770e69ae7167d05408afd87\",\n                \"content\": \"hey nikitha love you\",\n                \"timestamp\": \"2024-12-29T07:07:50.440Z\",\n                \"_id\": \"6770f546f89c25733e8f3e9e\"\n            },\n            {\n                \"sender\": \"6770e69ae7167d05408afd87\",\n                \"content\": \"love you too\",\n                \"timestamp\": \"2024-12-29T07:22:46.830Z\",\n                \"_id\": \"6770f8c6f89c25733e8f3ea4\"\n            }\n        ],\n        \"createdAt\": \"2024-12-29T07:07:50.442Z\",\n        \"updatedAt\": \"2024-12-29T07:22:46.834Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"0580222d-bdff-42ea-8eb2-e714ec23dac2"},{"name":"getChatById","id":"8c646b71-f850-4ed5-ae50-b9b1fdaf5bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/6770f546f89c25733e8f3e9d","urlObject":{"protocol":"http","port":"5000","path":["api","chat","6770f546f89c25733e8f3e9d"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0168cfe7-de17-4c86-9914-08641f21833f","name":"getChatById Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat/6770f546f89c25733e8f3e9d"},"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":"614"},{"key":"ETag","value":"W/\"266-iVslvP4qsXj23SKtEe+rHfbXO/Y\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:28:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"chat\": {\n        \"_id\": \"6770f546f89c25733e8f3e9d\",\n        \"participants\": [\n            {\n                \"_id\": \"6770e69ae7167d05408afd87\",\n                \"name\": \"sanjay\",\n                \"email\": \"rasanjaykumarsk@gmail.com\"\n            },\n            {\n                \"_id\": \"6770f3083633bcd2e9987acb\",\n                \"name\": \"nikitha\",\n                \"email\": \"sanjaykumarnikida@gmail.com\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"sender\": \"6770e69ae7167d05408afd87\",\n                \"content\": \"hey nikitha love you\",\n                \"timestamp\": \"2024-12-29T07:07:50.440Z\",\n                \"_id\": \"6770f546f89c25733e8f3e9e\"\n            },\n            {\n                \"sender\": \"6770e69ae7167d05408afd87\",\n                \"content\": \"love you too\",\n                \"timestamp\": \"2024-12-29T07:22:46.830Z\",\n                \"_id\": \"6770f8c6f89c25733e8f3ea4\"\n            }\n        ],\n        \"createdAt\": \"2024-12-29T07:07:50.442Z\",\n        \"updatedAt\": \"2024-12-29T07:22:46.834Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"8c646b71-f850-4ed5-ae50-b9b1fdaf5bbb"},{"name":"getChatsForUser","id":"673acaae-2754-4844-bba5-0130719d31e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/chat/user/6770e69ae7167d05408afd87","urlObject":{"protocol":"http","port":"5000","path":["api","chat","user","6770e69ae7167d05408afd87"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57c21504-6d29-4071-89e3-babe0d428227","name":"getChatsForUser Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/chat/user/6770e69ae7167d05408afd87"},"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":"1574"},{"key":"ETag","value":"W/\"626-TJ43oOcFBJlC0ojqt8MdM/0dNmQ\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:31:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"chats\": [\n        {\n            \"_id\": \"6770f51ff89c25733e8f3e97\",\n            \"participants\": [\n                {\n                    \"_id\": \"6770e69ae7167d05408afd87\",\n                    \"name\": \"sanjay\",\n                    \"email\": \"rasanjaykumarsk@gmail.com\"\n                },\n                {\n                    \"_id\": \"6770f3083633bcd2e9987acb\",\n                    \"name\": \"nikitha\",\n                    \"email\": \"sanjaykumarnikida@gmail.com\"\n                }\n            ],\n            \"messages\": [\n                {\n                    \"sender\": \"6770e69ae7167d05408afd87\",\n                    \"content\": \"Hey! Let's start a new chat.\",\n                    \"timestamp\": \"2024-12-29T07:07:11.014Z\",\n                    \"_id\": \"6770f51ff89c25733e8f3e98\"\n                }\n            ],\n            \"createdAt\": \"2024-12-29T07:07:11.029Z\",\n            \"updatedAt\": \"2024-12-29T07:07:11.029Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6770f536f89c25733e8f3e9a\",\n            \"participants\": [\n                {\n                    \"_id\": \"6770e69ae7167d05408afd87\",\n                    \"name\": \"sanjay\",\n                    \"email\": \"rasanjaykumarsk@gmail.com\"\n                },\n                {\n                    \"_id\": \"6770f3083633bcd2e9987acb\",\n                    \"name\": \"nikitha\",\n                    \"email\": \"sanjaykumarnikida@gmail.com\"\n                }\n            ],\n            \"messages\": [\n                {\n                    \"sender\": \"6770e69ae7167d05408afd87\",\n                    \"content\": \"Iniku vandhu OOmbu di punda\",\n                    \"timestamp\": \"2024-12-29T07:07:34.446Z\",\n                    \"_id\": \"6770f536f89c25733e8f3e9b\"\n                }\n            ],\n            \"createdAt\": \"2024-12-29T07:07:34.448Z\",\n            \"updatedAt\": \"2024-12-29T07:07:34.448Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6770f546f89c25733e8f3e9d\",\n            \"participants\": [\n                {\n                    \"_id\": \"6770e69ae7167d05408afd87\",\n                    \"name\": \"sanjay\",\n                    \"email\": \"rasanjaykumarsk@gmail.com\"\n                },\n                {\n                    \"_id\": \"6770f3083633bcd2e9987acb\",\n                    \"name\": \"nikitha\",\n                    \"email\": \"sanjaykumarnikida@gmail.com\"\n                }\n            ],\n            \"messages\": [\n                {\n                    \"sender\": \"6770e69ae7167d05408afd87\",\n                    \"content\": \"hey nikitha love you\",\n                    \"timestamp\": \"2024-12-29T07:07:50.440Z\",\n                    \"_id\": \"6770f546f89c25733e8f3e9e\"\n                },\n                {\n                    \"sender\": \"6770e69ae7167d05408afd87\",\n                    \"content\": \"love you too\",\n                    \"timestamp\": \"2024-12-29T07:22:46.830Z\",\n                    \"_id\": \"6770f8c6f89c25733e8f3ea4\"\n                }\n            ],\n            \"createdAt\": \"2024-12-29T07:07:50.442Z\",\n            \"updatedAt\": \"2024-12-29T07:22:46.834Z\",\n            \"__v\": 1\n        }\n    ]\n}"}],"_postman_id":"673acaae-2754-4844-bba5-0130719d31e4"},{"name":"deleteChat","id":"947aa4c0-3d30-4438-86a0-8fa126ee4c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/chat/6770fc4ef89c25733e8f3ec1","urlObject":{"protocol":"http","port":"5000","path":["api","chat","6770fc4ef89c25733e8f3ec1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06600d41-243c-4222-8341-9c153e54b947","name":"deleteChat Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/chat/6770fc4ef89c25733e8f3ec1"},"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":"39"},{"key":"ETag","value":"W/\"27-R5ELV4ttr5rdQTidtb57iztVjOU\""},{"key":"Date","value":"Sun, 29 Dec 2024 07:39:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Chat deleted successfully\"\n}"}],"_postman_id":"947aa4c0-3d30-4438-86a0-8fa126ee4c1f"},{"name":"profileUpdate","id":"ea13a5d8-d546-4a1d-92e7-942cb9460dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"6770e69ae7167d05408afd87\",\r\n  \"name\": \"sanjay\",\r\n  \"status\": \"online\",\r\n  \"profilePicture\": \"https://i.redd.it/vqaow6hbwrzc1.jpeg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/profile/update","urlObject":{"protocol":"http","port":"5000","path":["api","profile","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74672af6-f02a-4d86-9fd8-f86d68913be4","name":"profileUpdate Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"6770e69ae7167d05408afd87\",\r\n  \"name\": \"sanjay\",\r\n  \"status\": \"online\",\r\n  \"profilePicture\": \"https://i.redd.it/vqaow6hbwrzc1.jpeg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/profile/update"},"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":"514"},{"key":"ETag","value":"W/\"202-bwpIsqG6OLbNUpj4/K9saj65bDs\""},{"key":"Date","value":"Sun, 29 Dec 2024 09:46:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Profile updated successfully\",\n    \"user\": {\n        \"profilePicture\": \"https://i.redd.it/vqaow6hbwrzc1.jpeg\",\n        \"status\": \"online\",\n        \"_id\": \"6770e69ae7167d05408afd87\",\n        \"name\": \"sanjay\",\n        \"email\": \"rasanjaykumarsk@gmail.com\",\n        \"password\": \"$2b$10$rc7n3s9Z2A5QFTZxZbqyJO6uk3vudSOW3D2/X8qFfUQc2gpUUa3MO\",\n        \"__v\": 0,\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzcwZTY5YWU3MTY3ZDA1NDA4YWZkODciLCJpYXQiOjE3MzU0NTQxMzMsImV4cCI6MTczNTQ1NzczM30.77eVKxjyCdbjiKYfF_w3ji2j0ilOyYR0jLsOqVq7hlE\",\n        \"updatedAt\": \"2024-12-29T09:46:26.383Z\"\n    }\n}"}],"_postman_id":"ea13a5d8-d546-4a1d-92e7-942cb9460dd3"},{"name":"createGroup","id":"cca873fb-8042-488f-bf65-4db64a5d6ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Panner Boys\",\r\n    \"adminId\" : \"6770e69ae7167d05408afd87\", \r\n    \"memberIds\" :[\"6770f3083633bcd2e9987acb\",\"6770fb70f89c25733e8f3eba\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/create","urlObject":{"protocol":"http","port":"5000","path":["api","group","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d120b70a-4de0-427f-99b1-62ae09d83724","name":"createGroup Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Panner Boys\",\r\n    \"adminId\" : \"6770e69ae7167d05408afd87\", \r\n    \"memberIds\" :[\"6770f3083633bcd2e9987acb\",\"6770fb70f89c25733e8f3eba\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/create"},"status":"Created","code":201,"_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":"318"},{"key":"ETag","value":"W/\"13e-cbinUIUAJC38LLL1Y+2KLXE9b5o\""},{"key":"Date","value":"Sun, 29 Dec 2024 10:00:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Group created successfully\",\n    \"group\": {\n        \"name\": \"Panner Boys\",\n        \"members\": [\n            \"6770e69ae7167d05408afd87\",\n            \"6770f3083633bcd2e9987acb\",\n            \"6770fb70f89c25733e8f3eba\"\n        ],\n        \"admin\": \"6770e69ae7167d05408afd87\",\n        \"_id\": \"67711da4fcb1c9be16dd5636\",\n        \"createdAt\": \"2024-12-29T10:00:04.714Z\",\n        \"updatedAt\": \"2024-12-29T10:00:04.714Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"cca873fb-8042-488f-bf65-4db64a5d6ffb"},{"name":"removeMember","id":"a7d9959e-bbea-454b-bbb4-4c136bae74f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"groupId\" : \"67711e04718713de07b33193\" ,\r\n    \"memberId\" :\"6770fb70f89c25733e8f3eba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/remove-member","urlObject":{"protocol":"http","port":"5000","path":["api","group","remove-member"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ff352243-eb46-42de-9770-14adb0b72f5a","name":"removeMember Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"groupId\" : \"67711e04718713de07b33193\" ,\r\n    \"memberId\" :\"6770fb70f89c25733e8f3eba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/remove-member"},"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":"292"},{"key":"ETag","value":"W/\"124-iZ0A55ku97fovAefjn46XcH+7XY\""},{"key":"Date","value":"Sun, 29 Dec 2024 10:11:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Member removed successfully\",\n    \"group\": {\n        \"_id\": \"67711e04718713de07b33193\",\n        \"name\": \"Panner Boys\",\n        \"members\": [\n            \"6770e69ae7167d05408afd87\",\n            \"6770f3083633bcd2e9987acb\"\n        ],\n        \"admin\": \"6770e69ae7167d05408afd87\",\n        \"createdAt\": \"2024-12-29T10:01:41.006Z\",\n        \"updatedAt\": \"2024-12-29T10:11:42.943Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"a7d9959e-bbea-454b-bbb4-4c136bae74f1"},{"name":"addMember","id":"9e76654d-2b1d-445f-b013-4e592641d9de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"groupId\" : \"67711e04718713de07b33193\" ,\r\n    \"memberId\" :\"6770fb70f89c25733e8f3eba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/add-member","urlObject":{"protocol":"http","port":"5000","path":["api","group","add-member"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d519cc94-90b3-4006-b4de-6c3b7e66d9b9","name":"addMember Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"groupId\" : \"67711e04718713de07b33193\" ,\r\n    \"memberId\" :\"6770fb70f89c25733e8f3eba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/group/add-member"},"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":"317"},{"key":"ETag","value":"W/\"13d-RYZ0WJQqXPGhRN+iCcVkVzVlKrQ\""},{"key":"Date","value":"Sun, 29 Dec 2024 10:13:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Member added successfully\",\n    \"group\": {\n        \"_id\": \"67711e04718713de07b33193\",\n        \"name\": \"Panner Boys\",\n        \"members\": [\n            \"6770e69ae7167d05408afd87\",\n            \"6770f3083633bcd2e9987acb\",\n            \"6770fb70f89c25733e8f3eba\"\n        ],\n        \"admin\": \"6770e69ae7167d05408afd87\",\n        \"createdAt\": \"2024-12-29T10:01:41.006Z\",\n        \"updatedAt\": \"2024-12-29T10:13:01.103Z\",\n        \"__v\": 2\n    }\n}"}],"_postman_id":"9e76654d-2b1d-445f-b013-4e592641d9de"},{"name":"notification","id":"ce46a875-cbff-4c36-b61b-faebd5cad1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n    \"userId\":\"6770e69ae7167d05408afd87\",\r\n    \"message\":\"hi da dhoni\" ,\r\n    \"type\" : \"message\"\r\n    \r\n }\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notification/notify","urlObject":{"protocol":"http","port":"5000","path":["api","notification","notify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"98e878ca-2053-4255-81ab-f3540259ff2e","name":"notification Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n    \"userId\":\"6770e69ae7167d05408afd87\",\r\n    \"message\":\"hi da dhoni\" ,\r\n    \"type\" : \"message\"\r\n    \r\n }\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notification/notify"},"status":"Created","code":201,"_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":"257"},{"key":"ETag","value":"W/\"101-NEQf8mCyOT2tMsPMlag/OMX+fA4\""},{"key":"Date","value":"Sun, 29 Dec 2024 10:25:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification sent\",\n    \"notification\": {\n        \"user\": \"6770e69ae7167d05408afd87\",\n        \"message\": \"hi da dhoni\",\n        \"type\": \"message\",\n        \"isRead\": false,\n        \"_id\": \"677123b0ef8ea5d36a0c9aef\",\n        \"createdAt\": \"2024-12-29T10:25:52.301Z\",\n        \"updatedAt\": \"2024-12-29T10:25:52.301Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"ce46a875-cbff-4c36-b61b-faebd5cad1bb"},{"name":"getAllUsers","id":"2d707e5b-d36d-4e1b-a42f-d5dd614fcc73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/chat/users","urlObject":{"protocol":"http","port":"5000","path":["api","chat","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b366e8d0-7629-48f2-a0de-f411b187e696","name":"getAllUser Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/chat/users"},"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":"630"},{"key":"ETag","value":"W/\"276-pyGL315X2EnYa6Ugx6+irDHy5E0\""},{"key":"Date","value":"Tue, 07 Jan 2025 13:49:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"_id\": \"6770e69ae7167d05408afd87\",\n            \"name\": \"sanjay\",\n            \"email\": \"rasanjaykumarsk@gmail.com\",\n            \"status\": \"online\"\n        },\n        {\n            \"status\": \"offline\",\n            \"_id\": \"6770f3083633bcd2e9987acb\",\n            \"name\": \"nikitha\",\n            \"email\": \"sanjaykumarnikida@gmail.com\"\n        },\n        {\n            \"status\": \"offline\",\n            \"_id\": \"6770fb70f89c25733e8f3eba\",\n            \"name\": \"sanju\",\n            \"email\": \"20115047@hicet.ac.in\"\n        },\n        {\n            \"_id\": \"677195fcac2bccdc56bc4b1c\",\n            \"name\": \"Sanjay Kumar\",\n            \"email\": \"20115045@hicet.ac.in\",\n            \"status\": \"online\"\n        },\n        {\n            \"_id\": \"6771998e09f67df986aee1ea\",\n            \"name\": \"Surendhar R A\",\n            \"email\": \"20115046@hicet.ac.in\",\n            \"status\": \"online\"\n        },\n        {\n            \"_id\": \"677b56af689fd64150c284ef\",\n            \"name\": \"Shiva\",\n            \"email\": \"shiva@guvi.in\",\n            \"status\": \"online\"\n        }\n    ]\n}"}],"_postman_id":"2d707e5b-d36d-4e1b-a42f-d5dd614fcc73"},{"name":"New Request","id":"2b9a6bde-77e9-49b1-8807-7da83853b780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2b9a6bde-77e9-49b1-8807-7da83853b780"}]}