{"info":{"_postman_id":"a08aca6f-2bc5-431e-957c-d3526c075572","name":"RealTime-Chat","description":"<html><head></head><body><p>RealTime-Chat, Node.js, Express.js, Socket.io, MongoDB, Redis ve RabbitMQ teknolojileriyle geliştirilmiş, gerçek zamanlı mesajlaşma ve otomatik mesaj servisleri sunan, ölçeklenebilir ve güvenli bir sohbet uygulamasıdır.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33385054","collectionId":"a08aca6f-2bc5-431e-957c-d3526c075572","publishedId":"2sB34hHgiC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-15T23:22:49.000Z"},"item":[{"name":"Register","id":"bdf10164-88a3-4ebf-ac7e-3ce08e8b542e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tester5\",\r\n    \"email\": \"tester5@gmail.com\",\r\n    \"password\": \"123456\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/register","urlObject":{"protocol":"http","port":"3000","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cadafe8d-ddd4-44fd-9df2-9a7a8446895e","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tester5\",\r\n    \"email\": \"tester5@gmail.com\",\r\n    \"password\": \"123456\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"7;w=300"},{"key":"RateLimit-Limit","value":"7"},{"key":"RateLimit-Remaining","value":"4"},{"key":"RateLimit-Reset","value":"66"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"236"},{"key":"ETag","value":"W/\"ec-dZuRwUjwcgXII1rAWsZLyiLFbCY\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:25:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Kayıt başarılı\",\n    \"user\": {\n        \"name\": \"Tester5\",\n        \"email\": \"tester5@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": false,\n        \"_id\": \"6876e34db9760dab0852b07a\",\n        \"createdAt\": \"2025-07-15T23:25:01.695Z\",\n        \"updatedAt\": \"2025-07-15T23:25:01.695Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"bdf10164-88a3-4ebf-ac7e-3ce08e8b542e"},{"name":"Login","id":"e54be951-9378-4aac-a737-ca4aaf5193d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"tester2@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/login","urlObject":{"protocol":"http","port":"3000","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c82c81e-4c95-4ace-9390-22acb5b991e1","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"tester2@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"7;w=300"},{"key":"RateLimit-Limit","value":"7"},{"key":"RateLimit-Remaining","value":"5"},{"key":"RateLimit-Reset","value":"168"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMTc5OSwiZXhwIjoxNzUyNjI1Mzk5fQ.a09mOumGUrZ6p4SV-2oZ94eGaDFku98fj8YEbTzekKw; Path=/; HttpOnly; SameSite=Strict"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMTc5OSwiZXhwIjoxNzUzMjI2NTk5fQ.0m2wCP5tkFga2LHyuo5__ndzvk-YXY4tjSbAFcxkoIk; Path=/; HttpOnly; SameSite=Strict"},{"key":"Set-Cookie","value":"userId=68767318a5e3f138b4e8ab6b; Path=/; HttpOnly; SameSite=Strict"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"606"},{"key":"ETag","value":"W/\"25e-gQtZQMW5K66fjkeHXJoLfQG3AIA\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:23:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Giriş başarılı\",\n    \"user\": {\n        \"_id\": \"68767318a5e3f138b4e8ab6b\",\n        \"name\": \"Tester2\",\n        \"email\": \"tester2@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"createdAt\": \"2025-07-15T15:26:16.449Z\",\n        \"updatedAt\": \"2025-07-15T15:26:16.449Z\",\n        \"__v\": 0\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMTc5OSwiZXhwIjoxNzUyNjI1Mzk5fQ.a09mOumGUrZ6p4SV-2oZ94eGaDFku98fj8YEbTzekKw\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMTc5OSwiZXhwIjoxNzUzMjI2NTk5fQ.0m2wCP5tkFga2LHyuo5__ndzvk-YXY4tjSbAFcxkoIk\"\n}"}],"_postman_id":"e54be951-9378-4aac-a737-ca4aaf5193d1"},{"name":"TokenRefresh","id":"c511c96a-5b51-4f40-b7ab-1d36de0e0b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/refresh","urlObject":{"protocol":"http","port":"3000","path":["auth","refresh"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f1b74a8a-e618-4e13-83fc-617c3c643f82","name":"TokenRefresh","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"7;w=300"},{"key":"RateLimit-Limit","value":"7"},{"key":"RateLimit-Remaining","value":"6"},{"key":"RateLimit-Reset","value":"300"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMjA5NiwiZXhwIjoxNzUyNjI1Njk2fQ.naxrSilcy1-oDAalH0YVF0o1najfieNhYnrky14POZc; Path=/; HttpOnly; SameSite=Strict"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-OdL3rrxlIo95yPLfXjqv0QPPTMg\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:28:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Token yenilendi\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NzY3MzE4YTVlM2YxMzhiNGU4YWI2YiIsImlhdCI6MTc1MjYyMjA5NiwiZXhwIjoxNzUyNjI1Njk2fQ.naxrSilcy1-oDAalH0YVF0o1najfieNhYnrky14POZc\"\n}"}],"_postman_id":"c511c96a-5b51-4f40-b7ab-1d36de0e0b91"},{"name":"Logout","id":"b0ed83e6-a0de-405c-9d81-5bb5615fd4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/logout","urlObject":{"protocol":"http","port":"3000","path":["auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"261c6451-92c9-4830-aeb9-de2e39248263","name":"Logout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"userId=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"refreshToken=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-R3MeJRhOIklAesyTL9yxjO1YHls\""},{"key":"Date","value":"Tue, 15 Jul 2025 15:39:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Çıkış başarılı\"\n}"}],"_postman_id":"b0ed83e6-a0de-405c-9d81-5bb5615fd4ac"},{"name":"GetProfile","id":"4a479088-a9cb-4081-bc69-b1a82781a144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/me","urlObject":{"protocol":"http","port":"3000","path":["auth","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"56da33d3-2e40-4e3a-b426-de9341247219","name":"GetProfile","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"7;w=300"},{"key":"RateLimit-Limit","value":"7"},{"key":"RateLimit-Remaining","value":"5"},{"key":"RateLimit-Reset","value":"274"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-bkEhzUgENvjuFvq29YwJV7P1xGc\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:28:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"68767318a5e3f138b4e8ab6b\",\n    \"name\": \"Tester2\",\n    \"email\": \"tester2@gmail.com\",\n    \"role\": \"user\",\n    \"isActive\": true,\n    \"createdAt\": \"2025-07-15T15:26:16.449Z\",\n    \"updatedAt\": \"2025-07-15T15:26:16.449Z\"\n}"}],"_postman_id":"4a479088-a9cb-4081-bc69-b1a82781a144"},{"name":"GetUserList(admin)","id":"b76fd986-8fb2-4b88-8d3d-7fce8554bb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/user/list","urlObject":{"protocol":"http","port":"3000","path":["user","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d927cb9-7078-4bc4-b2e5-710a1aa9b868","name":"GetUserList(admin)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/user/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"48"},{"key":"RateLimit-Reset","value":"14"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1132"},{"key":"ETag","value":"W/\"46c-p+wEHN3vZWDHNT2pzR6DT59KsGU\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:29:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"68766992920a6cbe3bd8d160\",\n        \"name\": \"admin1\",\n        \"email\": \"admin1@gmail.com\",\n        \"role\": \"admin\",\n        \"isActive\": false,\n        \"createdAt\": \"2025-07-15T14:45:38.265Z\",\n        \"updatedAt\": \"2025-07-15T14:45:38.265Z\"\n    },\n    {\n        \"_id\": \"6876717eb556b1ecc6993c78\",\n        \"name\": \"Tester 1\",\n        \"email\": \"tester1@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"createdAt\": \"2025-07-15T15:19:26.192Z\",\n        \"updatedAt\": \"2025-07-15T15:19:26.192Z\"\n    },\n    {\n        \"_id\": \"68767318a5e3f138b4e8ab6b\",\n        \"name\": \"Tester2\",\n        \"email\": \"tester2@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"createdAt\": \"2025-07-15T15:26:16.449Z\",\n        \"updatedAt\": \"2025-07-15T15:26:16.449Z\"\n    },\n    {\n        \"_id\": \"6876731ca5e3f138b4e8ab6e\",\n        \"name\": \"Tester3\",\n        \"email\": \"tester3@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"createdAt\": \"2025-07-15T15:26:20.459Z\",\n        \"updatedAt\": \"2025-07-15T15:26:20.459Z\"\n    },\n    {\n        \"_id\": \"68767321a5e3f138b4e8ab71\",\n        \"name\": \"Tester4\",\n        \"email\": \"tester4@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": false,\n        \"createdAt\": \"2025-07-15T15:26:25.045Z\",\n        \"updatedAt\": \"2025-07-15T15:26:25.045Z\"\n    },\n    {\n        \"_id\": \"6876e34db9760dab0852b07a\",\n        \"name\": \"Tester5\",\n        \"email\": \"tester5@gmail.com\",\n        \"role\": \"user\",\n        \"isActive\": false,\n        \"createdAt\": \"2025-07-15T23:25:01.695Z\",\n        \"updatedAt\": \"2025-07-15T23:25:01.695Z\"\n    }\n]"}],"_postman_id":"b76fd986-8fb2-4b88-8d3d-7fce8554bb0e"},{"name":"UpdateNameOrMail","id":"f86ef032-d6b7-440c-83f3-4313c3d32d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"newMail\": \"tester3@gmail.com\",\r\n    \"newName\": \"tester5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/user/update","urlObject":{"protocol":"http","port":"3000","path":["user","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3e6c3107-d3ba-493d-9dbf-6b33409295e7","name":"UpdateNameOrMail","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newName\": \"tester55\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/user/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-cJwO8yM3e/AJ58w9rC3117+EvKU\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:30:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Name and/or email changed successfully\"\n}"}],"_postman_id":"f86ef032-d6b7-440c-83f3-4313c3d32d32"},{"name":"Conservations","id":"f3858c51-6c48-4a62-89dc-1eb6d704f663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Deneme Oda2\",\r\n  \"description\": \"Deneme Oda2\",\r\n  \"userIds\": [\"KULLANICI_ID_1\", \"KULLANICI_ID_2\", \"KULLANICI_ID_3\"],\r\n  \"adminIds\": [\"KULLANICI_ID_1\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations","urlObject":{"protocol":"http","port":"3000","path":["conservations"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fd3dcf26-11e7-4287-95ce-8829a2d2d6b9","name":"Conservations","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Deneme Oda2\",\r\n  \"description\": \"Deneme Oda2\",\r\n  \"userIds\": [\"6876e34db9760dab0852b07a\", \"68767321a5e3f138b4e8ab71\", \"6876731ca5e3f138b4e8ab6e\"],\r\n  \"adminIds\": [\"6876e34db9760dab0852b07a\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"19"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"ETag","value":"W/\"131-Gp3477EgKaLWCU3aM7BAnxeiuGE\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:32:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Deneme Oda2\",\n    \"description\": \"Deneme Oda2\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"f3858c51-6c48-4a62-89dc-1eb6d704f663"},{"name":"UpdateConservations","id":"66151726-b5e1-44fc-a683-21622769c279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Yeni Oda Adı2\",\r\n  \"description\": \"Güncellenmiş açıklama\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid"],"host":["localhost"],"query":[],"variable":[{"id":"74f3acbc-423a-4b35-bfdb-3c51e2222529","type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"c6130300-8464-42be-9455-f76834dec7bb","name":"UpdateConservations","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Yeni Oda Adı2\",\r\n  \"description\": \"Güncellenmiş açıklama\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"18"},{"key":"RateLimit-Reset","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"ETag","value":"W/\"142-B6kMd3k4PxFPjHqUhx+3RrfND/U\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:33:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"66151726-b5e1-44fc-a683-21622769c279"},{"name":"Add-User-Conservation","id":"9bce5395-a501-4a0c-9c4c-f6e7ea6789d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/add-user","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","add-user"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"9e26e1bd-81ed-4ecd-9ffc-f4b0229dba25","name":"Add-User-Conservation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767318a5e3f138b4e8ab6b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0/add-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"19"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"349"},{"key":"ETag","value":"W/\"15d-O+RYvQUYZcMdyt1v0rgov2FO/Tk\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:33:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\",\n        \"68767318a5e3f138b4e8ab6b\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"9bce5395-a501-4a0c-9c4c-f6e7ea6789d6"},{"name":"Remove-User-Conservation","id":"ab1006fe-0142-4981-b9de-bb8a58b204c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/remove-user","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","remove-user"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"0a18de3c-7723-47a2-a12e-8e983c5d3612","name":"Remove-User-Conservation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767318a5e3f138b4e8ab6b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0/remove-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"16"},{"key":"RateLimit-Reset","value":"13"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"ETag","value":"W/\"142-B6kMd3k4PxFPjHqUhx+3RrfND/U\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:34:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"ab1006fe-0142-4981-b9de-bb8a58b204c3"},{"name":"GetConservationInfo","id":"fadffdb0-c093-4aa4-a725-37e1aedfd9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/info/:conversationid","urlObject":{"protocol":"http","port":"3000","path":["conservations","info",":conversationid"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"0a7d8185-402e-49a8-b95f-95dc7de4b1b1","name":"GetConservationInfo","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/info/6876e4f828d2738958319aa0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"15"},{"key":"RateLimit-Reset","value":"5"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"466"},{"key":"ETag","value":"W/\"1d2-/IJQ05LE1QstxKrW0HEvIcO6FoQ\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:34:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        {\n            \"_id\": \"6876e34db9760dab0852b07a\",\n            \"email\": \"tester5@gmail.com\"\n        },\n        {\n            \"_id\": \"68767321a5e3f138b4e8ab71\",\n            \"email\": \"tester4@gmail.com\"\n        },\n        {\n            \"_id\": \"6876731ca5e3f138b4e8ab6e\",\n            \"email\": \"tester3@gmail.com\"\n        }\n    ],\n    \"admins\": [\n        {\n            \"_id\": \"6876e34db9760dab0852b07a\",\n            \"email\": \"tester5@gmail.com\"\n        }\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"fadffdb0-c093-4aa4-a725-37e1aedfd9fa"},{"name":"GetConservationUsers","id":"43e1ad7b-c12e-4c4e-8060-1c0d1b517ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/users","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","users"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[],"_postman_id":"43e1ad7b-c12e-4c4e-8060-1c0d1b517ed6"},{"name":"GetConservationAdmins","id":"ff6164e0-3ebc-4606-8e61-0dfd1d146bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767321a5e3f138b4e8ab71\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/admins","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","admins"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"bb0e80e5-2087-4aa4-8468-b1068da306e8","name":"GetConservationAdmins","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0/admins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"18"},{"key":"RateLimit-Reset","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-/hRL0+F4pgahcYobM+aTY3JK4xw\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:34:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6876e34db9760dab0852b07a\",\n        \"email\": \"tester5@gmail.com\"\n    }\n]"}],"_postman_id":"ff6164e0-3ebc-4606-8e61-0dfd1d146bbd"},{"name":"Conservation-AddAdmin","id":"dc480781-4b3c-4675-9f7c-96f822aba64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767318a5e3f138b4e8ab6b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/add-admin","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","add-admin"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"06709a14-39f4-4124-872c-4b031811212f","name":"Conservation-AddAdmin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"6876731ca5e3f138b4e8ab6e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0/add-admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"17"},{"key":"RateLimit-Reset","value":"30"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"349"},{"key":"ETag","value":"W/\"15d-JRcUJ2lxuTiNcraYIJenqGL8jnw\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:35:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"dc480781-4b3c-4675-9f7c-96f822aba64c"},{"name":"Conservation-RemoveAdmin","id":"99d62cd0-449c-4780-980b-bb516f72ec2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"68767318a5e3f138b4e8ab6b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:conversationid/remove-admin","urlObject":{"protocol":"http","port":"3000","path":["conservations",":conversationid","remove-admin"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"f9a29f94-7ed7-4523-8b80-2716c2449dba","name":"Conservation-RemoveAdmin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"6876731ca5e3f138b4e8ab6e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e4f828d2738958319aa0/remove-admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"16"},{"key":"RateLimit-Reset","value":"14"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"ETag","value":"W/\"142-B6kMd3k4PxFPjHqUhx+3RrfND/U\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:35:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6876e4f828d2738958319aa0\",\n    \"name\": \"Yeni Oda Adı2\",\n    \"description\": \"Güncellenmiş açıklama\",\n    \"participants\": [\n        \"6876e34db9760dab0852b07a\",\n        \"68767321a5e3f138b4e8ab71\",\n        \"6876731ca5e3f138b4e8ab6e\"\n    ],\n    \"admins\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n    \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n    \"__v\": 0\n}"}],"_postman_id":"99d62cd0-449c-4780-980b-bb516f72ec2a"},{"name":"Get Conservations","id":"5aa8e8d6-007b-4309-933b-e3e49c90e941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/:userid","urlObject":{"protocol":"http","port":"3000","path":["conservations",":userid"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userid"}]}},"response":[{"id":"783b3ad9-3fa7-4332-8795-1f427b38e5d9","name":"Get Conservations","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/conservations/6876e34db9760dab0852b07a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"20;w=60"},{"key":"RateLimit-Limit","value":"20"},{"key":"RateLimit-Remaining","value":"19"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"432"},{"key":"ETag","value":"W/\"1b0-slZR6TTPnl6RgJuYqZ417KQF1Y8\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:35:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6876e4f828d2738958319aa0\",\n        \"name\": \"Yeni Oda Adı2\",\n        \"description\": \"Güncellenmiş açıklama\",\n        \"participants\": [\n            {\n                \"_id\": \"6876e34db9760dab0852b07a\",\n                \"email\": \"tester5@gmail.com\"\n            },\n            {\n                \"_id\": \"68767321a5e3f138b4e8ab71\",\n                \"email\": \"tester4@gmail.com\"\n            },\n            {\n                \"_id\": \"6876731ca5e3f138b4e8ab6e\",\n                \"email\": \"tester3@gmail.com\"\n            }\n        ],\n        \"admins\": [\n            \"6876e34db9760dab0852b07a\"\n        ],\n        \"createdAt\": \"2025-07-15T23:32:08.978Z\",\n        \"updatedAt\": \"2025-07-15T23:32:08.981Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"5aa8e8d6-007b-4309-933b-e3e49c90e941"},{"name":"SendMessage","id":"b6e41c92-bc17-4a83-897e-ec3131688147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"conversationId\": \"6876ccb494e09e34dc39b53b\",\r\n  \"sender\": \"6876717eb556b1ecc6993c78\",\r\n  \"content\": \"Deneme Mesaj2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/","urlObject":{"protocol":"http","port":"3000","path":["messages",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c41db2a-f85b-4b85-b980-16cc9a35563d","name":"SendMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"conversationId\": \"6876e4f828d2738958319aa0\",\r\n  \"sender\": \"6876e34db9760dab0852b07a\",\r\n  \"content\": \"Deneme Mesaj2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"40;w=60"},{"key":"RateLimit-Limit","value":"40"},{"key":"RateLimit-Remaining","value":"37"},{"key":"RateLimit-Reset","value":"36"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-8IJgsRqg25bgsvsxRasBWWtxWhs\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:36:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"conversationId\": \"6876e4f828d2738958319aa0\",\n    \"sender\": \"6876e34db9760dab0852b07a\",\n    \"content\": \"Deneme Mesaj2\",\n    \"readBy\": [\n        \"6876e34db9760dab0852b07a\"\n    ],\n    \"_id\": \"6876e5ef28d2738958319adc\",\n    \"createdAt\": \"2025-07-15T23:36:15.755Z\",\n    \"__v\": 0\n}"}],"_postman_id":"b6e41c92-bc17-4a83-897e-ec3131688147"},{"name":"Get Conservation Messages","id":"13e87b21-fe85-4879-ad32-b80bf14d269c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/:conversationid","urlObject":{"protocol":"http","port":"3000","path":["messages",":conversationid"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"conversationid"}]}},"response":[{"id":"d44f3e60-cc59-4305-9efe-88493c7f6a6c","name":"Get Conservation Messages","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/6876e4f828d2738958319aa0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"40;w=60"},{"key":"RateLimit-Limit","value":"40"},{"key":"RateLimit-Remaining","value":"36"},{"key":"RateLimit-Reset","value":"32"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"469"},{"key":"ETag","value":"W/\"1d5-+FKnpkVWKDor8Fwf2Y0iT/I7zFA\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:36:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6876e5ec28d2738958319ad7\",\n        \"conversationId\": \"6876e4f828d2738958319aa0\",\n        \"sender\": {\n            \"_id\": \"6876e34db9760dab0852b07a\"\n        },\n        \"content\": \"Deneme Mesaj1\",\n        \"readBy\": [\n            \"6876e34db9760dab0852b07a\"\n        ],\n        \"createdAt\": \"2025-07-15T23:36:12.081Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6876e5ef28d2738958319adc\",\n        \"conversationId\": \"6876e4f828d2738958319aa0\",\n        \"sender\": {\n            \"_id\": \"6876e34db9760dab0852b07a\"\n        },\n        \"content\": \"Deneme Mesaj2\",\n        \"readBy\": [\n            \"6876e34db9760dab0852b07a\"\n        ],\n        \"createdAt\": \"2025-07-15T23:36:15.755Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"13e87b21-fe85-4879-ad32-b80bf14d269c"},{"name":"Get Online User Count","id":"84e57e6b-773d-48b7-8efc-6eaf3c7bac89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/count","urlObject":{"protocol":"http","port":"3000","path":["user","online","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad64739a-5c55-4ee1-9d66-dda325db3f76","name":"Get Online User Count","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qzbHzeJKaGCWqEx/CAb1Dx6o4gU\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:36:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"onlineUserCount\": 0\n}"}],"_postman_id":"84e57e6b-773d-48b7-8efc-6eaf3c7bac89"},{"name":"Get Online User ","id":"aaf6e595-4ffb-4685-be30-a3f3ef4e868e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/6874e554aa17a02ff214c6b3","urlObject":{"protocol":"http","port":"3000","path":["user","online","6874e554aa17a02ff214c6b3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a0f0249f-6e1e-435a-a7fa-8b6849671d33","name":"Get Online User","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/6874e554aa17a02ff214c6b3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"48"},{"key":"RateLimit-Reset","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-qTQea7GHSmsEAQMBkZdkRzNBpo0\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:36:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"6874e554aa17a02ff214c6b3\",\n    \"isOnline\": false\n}"}],"_postman_id":"aaf6e595-4ffb-4685-be30-a3f3ef4e868e"},{"name":"Get Online Users İds","id":"2bbb3130-ef5c-440f-b76d-d3c151e46ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/ids","urlObject":{"protocol":"http","port":"3000","path":["user","online","ids"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7eee93a-de6f-4b5d-9226-0d66e124b3a2","name":"Get Online Users İds","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/user/online/ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"46"},{"key":"RateLimit-Reset","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-ye6t4k44EfwUmqSwhMYPUmE8lqk\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:37:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"onlineUsers\": [\n        \"6876e34db9760dab0852b07a\"\n    ]\n}"}],"_postman_id":"2bbb3130-ef5c-440f-b76d-d3c151e46ac7"},{"name":"GetUserList","id":"440cf21c-73b9-49f6-9224-842819dfee9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/user/list","urlObject":{"protocol":"http","port":"3000","path":["user","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22f89c80-2d1e-4cdf-83ec-e18623f96919","name":"GetUserList","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/user/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"RateLimit-Policy","value":"50;w=60"},{"key":"RateLimit-Limit","value":"50"},{"key":"RateLimit-Remaining","value":"45"},{"key":"RateLimit-Reset","value":"2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-u1X4oCixXxGZDOUjtQeKthJxpQ8\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:37:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Bu işlem için admin yetkisi gerekiyor\"\n}"}],"_postman_id":"440cf21c-73b9-49f6-9224-842819dfee9e"}],"event":[{"listen":"prerequest","script":{"id":"db7c8217-241a-4186-a6bc-ccf2bc094e93","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"131dff3a-5ff7-4615-be3e-fa4f9708bc4f","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"PORT","value":"","type":"string"},{"key":"DB_URI","value":"","type":"string"},{"key":"JWT_SECRET","value":"","type":"string"},{"key":"JWT_REFRESH_SECRET","value":"","type":"string"}]}