{"info":{"_postman_id":"b4d3869c-b4ab-4d65-9e7e-4cf4c46d1b4c","name":"Social Media","description":"<html><head></head><body><h1 id=\"get-started-here\">🚀 Get started here</h1>\n<p>This template guides you through CRUD operations (GET, POST, PUT, DELETE), variables, and tests.</p>\n<h2 id=\"🔖-how-to-use-this-template\">🔖 <strong>How to use this template</strong></h2>\n<h4 id=\"step-1-send-requests\"><strong>Step 1: Send requests</strong></h4>\n<p>RESTful APIs allow you to perform CRUD operations using the POST, GET, PUT, and DELETE HTTP methods.</p>\n<p>This collection contains each of these <a href=\"https://learning.postman.com/docs/sending-requests/requests/\">request</a> types. Open each request and click \"Send\" to see what happens.</p>\n<h4 id=\"step-2-view-responses\"><strong>Step 2: View responses</strong></h4>\n<p>Observe the response tab for status code (200 OK), response time, and size.</p>\n<h4 id=\"step-3-send-new-body-data\"><strong>Step 3: Send new Body data</strong></h4>\n<p>Update or add new data in \"Body\" in the POST request. Typically, Body data is also used in PUT request.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"Add your name in the body\"\n}\n\n</code></pre><h4 id=\"step-4-update-the-variable\"><strong>Step 4: Update the variable</strong></h4>\n<p>Variables enable you to store and reuse values in Postman. We have created a <a href=\"https://learning.postman.com/docs/sending-requests/variables/\">variable</a> called <code>base_url</code> with the sample request <a href=\"https://postman-api-learner.glitch.me\">https://postman-api-learner.glitch.me</a>. Replace it with your API endpoint to customize this collection.</p>\n<h4 id=\"step-5-add-tests-in-the-scripts-tab\"><strong>Step 5: Add tests in the \"Scripts\" tab</strong></h4>\n<p>Adding tests to your requests can help you confirm that your API is working as expected. You can write test scripts in JavaScript and view the output in the \"Test Results\" tab.</p>\n<img src=\"https://content.pstmn.io/fa30ea0a-373d-4545-a668-e7b283cca343/aW1hZ2UucG5n\" alt=\"\" height=\"1530\" width=\"2162\">\n\n<h2 id=\"💪-pro-tips\">💪 Pro tips</h2>\n<ul>\n<li><p>Use folders to group related requests and organize the collection.</p>\n</li>\n<li><p>Add more <a href=\"https://learning.postman.com/docs/writing-scripts/intro-to-scripts/\">scripts</a> to verify if the API works as expected and execute workflows.</p>\n</li>\n</ul>\n<h2 id=\"💡related-templates\">💡Related templates</h2>\n<p><a href=\"https://go.postman.co/redirect/workspace?type=personal&amp;collectionTemplateId=e9a37a28-055b-49cd-8c7e-97494a21eb54&amp;sourceTemplateId=ddb19591-3097-41cf-82af-c84273e56719\">API testing basics</a><br><a href=\"https://go.postman.co/redirect/workspace?type=personal&amp;collectionTemplateId=e9c28f47-1253-44af-a2f3-20dce4da1f18&amp;sourceTemplateId=ddb19591-3097-41cf-82af-c84273e56719\">API documentation</a><br><a href=\"https://go.postman.co/redirect/workspace?type=personal&amp;collectionTemplateId=31a9a6ed-4cdf-4ced-984c-d12c9aec1c27&amp;sourceTemplateId=ddb19591-3097-41cf-82af-c84273e56719\">Authorization methods</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"🚀 Get started here","slug":"get-started-here"}],"owner":"29989813","collectionId":"b4d3869c-b4ab-4d65-9e7e-4cf4c46d1b4c","publishedId":"2sB3dQwAJx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-09T22:36:55.000Z"},"item":[{"name":"Auth","item":[{"name":"Sign Up","id":"93371ba2-23bd-4070-a267-90a592ae40b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"firstName","value":"ali","type":"text"},{"key":"lastName","value":"ahmed","type":"text"},{"key":"email","value":"omarelm7766@gmail.com","type":"text"},{"key":"password","value":"Abdo@123","type":"text"},{"key":"cPassword","value":"Abdo@123","type":"text"},{"key":"phone","value":"01022222222","type":"text"},{"key":"attachment","type":"file","uuid":"e7021c2c-d1ad-4f29-8109-9e8563c049f3","src":"/C:/Users/11/Pictures/Screenshots/Screenshot (126).png"}]},"url":"http://localhost:3000/api/v1/signup","urlObject":{"protocol":"http","port":"3000","path":["api","v1","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37a27275-ad8b-427d-be5d-ddb0bf8e00ea","name":"Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\":\"ali\",\r\n    \"lastName\":\"ahmed\",\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"password\":\"Abdo@123\",\r\n    \"cPassword\":\"Abdo@123\",\r\n    \"phone\":\"01022222222\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"411"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 15:00:00 GMT"},{"key":"Etag","value":"W/\"19b-CX4l2w97Mkd8TlDjGQFkXpbixh0\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::54kv2-1742309995326-463426d102b8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Created Successfully\",\n    \"success\": true,\n    \"UserData\": {\n        \"firstName\": \"ali\",\n        \"lastName\": \"ahmed\",\n        \"email\": \"omarelm7766@gmail.com\",\n        \"provider\": \"system\",\n        \"password\": \"$2b$12$.7rmRIj/ayXREXEVQsWhWekZ2JoH2F3jQnxgu8q82ye5QZPFxBQgK\",\n        \"phone\": \"U2FsdGVkX18ZZZQ4qUCLFbjKEu0O6TCyIPr3MEiTocg=\",\n        \"role\": \"user\",\n        \"isConfirmed\": false,\n        \"isDeleted\": false,\n        \"_id\": \"67d98a6d6c130b64ec060746\",\n        \"DOB\": \"2025-03-18T14:59:57.794Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"93371ba2-23bd-4070-a267-90a592ae40b6"},{"name":"Confirm Email","id":"d5a32bce-7fab-4d61-a12a-ca4835282b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"code\":\"408876\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/confirm-email","urlObject":{"path":["api","v1","confirm-email"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"1b119095-5b7f-4833-b669-464d0dbb0e94","name":"confirm Email","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"code\":\"408876\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/confirm-email"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"55"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 15:41:47 GMT"},{"key":"Etag","value":"W/\"37-O52SjWinGXihFZrPBxzrcAlpSEE\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::fdnsq-1742312506706-bf87c37b8bad"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Verified Successfully\",\n    \"success\": true\n}"}],"_postman_id":"d5a32bce-7fab-4d61-a12a-ca4835282b9a"},{"name":"Login","event":[{"listen":"test","script":{"id":"4caaa901-19b2-4166-b777-b6e6592c20a5","exec":["var response = pm.response.json()\r","pm.environment.set(\"access_token\",response.access_token)\r","pm.environment.set(\"refresh_token\",response.refresh_token)"],"type":"text/javascript","packages":{}}}],"id":"89d5a809-ab04-4f61-98f7-94a8ccb0da20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"password\":\"Abdo@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/signin","urlObject":{"path":["api","v1","signin"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"04b89955-8f35-4871-a2a0-94ab12ee7ad5","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"password\":\"Abdo@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"513"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 15:46:25 GMT"},{"key":"Etag","value":"W/\"201-9WIkdc1pobS+iI2KWCXS5Lxn7hY\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::jdmlc-1742312784922-997d19bbb69c"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Login Successfully\",\n    \"success\": true,\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkOTk1M2QyZThmOTcwNDQwYmQ0NzEzIiwiaWF0IjoxNzQyMzEyNzg1LCJleHAiOjE3NDIzOTkxODV9.bM6tpWEeuAI36HQZWZNLXhqq23eFbQhrWHKJ6hhLGqE\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkOTk1M2QyZThmOTcwNDQwYmQ0NzEzIiwiaWF0IjoxNzQyMzEyNzg1LCJleHAiOjE3NDI5MTc1ODV9.4_4gi8S65c88u8kIkRZzUjSkwvQBUH6RPFsLoyx2jus\"\n}"}],"_postman_id":"89d5a809-ab04-4f61-98f7-94a8ccb0da20"},{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"45d8fd6f-8926-4909-9f87-9632d1c864b2","exec":["var response = pm.response.json()\r","pm.environment.set('access_token',response.access_token)\r",""],"type":"text/javascript","packages":{}}}],"id":"a60026d2-9580-4668-bb52-5a547ab59cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkOTk1M2QyZThmOTcwNDQwYmQ0NzEzIiwiaWF0IjoxNzQyMzEyNzg1LCJleHAiOjE3NDI5MTc1ODV9.4_4gi8S65c88u8kIkRZzUjSkwvQBUH6RPFsLoyx2jus\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/refresh-token","urlObject":{"path":["api","v1","refresh-token"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"4852aff7-f061-4036-ac7f-ddfc5993db00","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkOTk1M2QyZThmOTcwNDQwYmQ0NzEzIiwiaWF0IjoxNzQyMzEyNzg1LCJleHAiOjE3NDI5MTc1ODV9.4_4gi8S65c88u8kIkRZzUjSkwvQBUH6RPFsLoyx2jus\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/refresh-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"246"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 15:47:30 GMT"},{"key":"Etag","value":"W/\"f6-eNWRpZ2Y/P4aehGJ2DW4+NVO68s\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::rrsmp-1742312849989-686b15a611dd"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkOTk1M2QyZThmOTcwNDQwYmQ0NzEzIiwiaWF0IjoxNzQyMzEyODUwLCJleHAiOjE3NDI5MTc2NTB9.AOLMNkHXUuenPtjEegVfk0yG_AAmN1H1B8_XjEurHWs\"\n}"}],"_postman_id":"a60026d2-9580-4668-bb52-5a547ab59cf8"},{"name":"Forget Password","id":"392f926d-8db8-4b31-bb29-56a55b1fe85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/forget-password","urlObject":{"path":["api","v1","forget-password"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"310a7ae9-8ebf-48e9-aaff-febca9f9f8de","name":"Forget Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/forget-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"45"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 15:54:49 GMT"},{"key":"Etag","value":"W/\"2d-VJwZ52tIqdPugiEEEklQLvxa8BU\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::gdtqz-1742313288847-90d336e40131"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Check Your email\",\n    \"success\": true\n}"}],"_postman_id":"392f926d-8db8-4b31-bb29-56a55b1fe85e"},{"name":"Change Password","id":"e9f5bebc-9a70-424b-bc92-785b1f659dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"password\":\"Abdo@123\",\r\n    \"cPassword\":\"Abdo@123\",\r\n    \"otpEmail\":\"478813\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app/api/v1/change-password","urlObject":{"path":["v1","change-password"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"6c9f075b-1ed8-4732-a1cb-f0f9f4af533c","name":"Change Password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"omarelm7766@gmail.com\",\r\n    \"password\":\"Abdo@123\",\r\n    \"cPassword\":\"Abdo@123\",\r\n    \"otpEmail\":\"478813\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app/api/v1/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 16:01:27 GMT"},{"key":"Etag","value":"W/\"36-AmUN6m0VmxopoOPOlGWFmU6VQTA\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::spjr6-1742313686409-731dc0d15f2b"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User Updated Successfully\"\n}"}],"_postman_id":"e9f5bebc-9a70-424b-bc92-785b1f659dbf"},{"name":"Share Profile","id":"18e008b3-3469-4c11-851f-47297fbf344f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"http://localhost:3000/api/v1/profile/693f0e5733a0836fbaa05755","urlObject":{"protocol":"http","port":"3000","path":["api","v1","profile","693f0e5733a0836fbaa05755"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6111fdd1-d0b3-45aa-850f-5e6c8dea3572","name":"Share Profile","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"http://localhost:3000/api/v1/profile/693f0e5733a0836fbaa05755"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"92"},{"key":"RateLimit-Reset","value":"51"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"843"},{"key":"ETag","value":"W/\"34b-ZEZAdiHul6TLpssNUpsNmDxqfns\""},{"key":"Date","value":"Tue, 16 Dec 2025 17:16:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"userData\": {\n        \"attachment\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765740117/Social-Media/Users/Profile/PEHPTSYAZF/oiyljwknai5gyj6lj0xg.jpg\",\n            \"public_id\": \"Social-Media/Users/Profile/PEHPTSYAZF/oiyljwknai5gyj6lj0xg\"\n        },\n        \"_id\": \"693f0e5733a0836fbaa05755\",\n        \"firstName\": \"ali\",\n        \"lastName\": \"ahmed 2\",\n        \"email\": \"a.elmonged870@gmail.com\",\n        \"provider\": \"system\",\n        \"password\": \"$2b$12$46D3l0NTFRcZ5lO4qJrUAeqAAtH42OqLdnwMT2mF41BmGykHN..Ee\",\n        \"phone\": \"U2FsdGVkX1993l4RbU0gy8Wc9w10N5ph1OoefMvDeXg=\",\n        \"role\": \"superAdmin\",\n        \"isConfirmed\": true,\n        \"userCode\": \"PEHPTSYAZF\",\n        \"isDeleted\": false,\n        \"DOB\": \"2025-12-14T19:21:59.121Z\",\n        \"__v\": 0,\n        \"viewers\": [\n            {\n                \"userId\": \"6856fc71b58e352c88955feb\",\n                \"lastViews\": [\n                    \"2025-12-16T17:16:41.900Z\",\n                    \"2025-12-16T17:16:42.874Z\",\n                    \"2025-12-16T17:16:43.832Z\",\n                    \"2025-12-16T17:16:45.225Z\",\n                    \"2025-12-16T17:16:46.274Z\"\n                ],\n                \"count\": 8\n            }\n        ]\n    }\n}"}],"_postman_id":"18e008b3-3469-4c11-851f-47297fbf344f"},{"name":"Share Profile With QrCode","id":"7ca9343d-b49d-4039-b050-2330538e0603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/profile-qrcode/693f0e5733a0836fbaa05755","urlObject":{"protocol":"http","port":"3000","path":["api","v1","profile-qrcode","693f0e5733a0836fbaa05755"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d09941bb-7017-4668-9cb0-ce9f641827ab","name":"Share Profile With QrCode","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/profile-qrcode/693f0e5733a0836fbaa05755"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"50"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3389"},{"key":"ETag","value":"W/\"d3d-pB868jpOxo736z3HPFY6V/05f5w\""},{"key":"Date","value":"Wed, 17 Dec 2025 17:03:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"user\": {\n        \"attachment\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765740117/Social-Media/Users/Profile/PEHPTSYAZF/oiyljwknai5gyj6lj0xg.jpg\"\n        },\n        \"_id\": \"693f0e5733a0836fbaa05755\",\n        \"firstName\": \"ali\",\n        \"lastName\": \"ahmed 2\",\n        \"email\": \"a.elmonged870@gmail.com\",\n        \"provider\": \"system\",\n        \"phone\": \"U2FsdGVkX1993l4RbU0gy8Wc9w10N5ph1OoefMvDeXg=\",\n        \"role\": \"superAdmin\",\n        \"isConfirmed\": true,\n        \"userCode\": \"PEHPTSYAZF\",\n        \"isDeleted\": false,\n        \"DOB\": \"2025-12-14T19:21:59.121Z\",\n        \"__v\": 0,\n        \"viewers\": [\n            {\n                \"userId\": \"6856fc71b58e352c88955feb\",\n                \"lastViews\": [\n                    \"2025-12-16T17:16:41.900Z\",\n                    \"2025-12-16T17:16:42.874Z\",\n                    \"2025-12-16T17:16:43.832Z\",\n                    \"2025-12-16T17:16:45.225Z\",\n                    \"2025-12-16T17:16:46.274Z\"\n                ],\n                \"count\": 8\n            }\n        ]\n    },\n    \"QrCodeUrl\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAYAAAA9zQYyAAAAAklEQVR4AewaftIAAAeCSURBVO3BQY4cy5LAQDLQ978yR0tfJZCoaj39GDezP1jrEoe1LnJY6yKHtS5yWOsih7UucljrIoe1LnJY6yKHtS5yWOsih7UucljrIoe1LnJY6yKHtS7yw4dU/qaKJypTxaTypOKJyhsV36QyVTxRmSreUPmbKj5xWOsih7UucljrIj98WcU3qfxNKlPFVDGpfELlScVU8QmVJxVPKr5J5ZsOa13ksNZFDmtd5IdfpvJGxRsqT1S+SeVJxRsVk8qkMlVMKlPFVPGbVN6o+E2HtS5yWOsih7Uu8sP/cxXfpDJVvFHxCZWpYlJ5UvG/7LDWRQ5rXeSw1kV+uEzFGypPKqaKSeUNlaliUpkqJpWp4onKVDGp3OSw1kUOa13ksNZFfvhlFf8llScVk8qk8qRiUnlS8YmKSeVJxaTyTRX/ksNaFzmsdZHDWhf54ctU/mUVk8pUMalMFZPKVDGpTBWTylQxqUwVTyomlaliUnlD5V92WOsih7UucljrIj98qOJfovJE5Y2KSWWqmFSeqEwVk8rfVPGk4n/JYa2LHNa6yGGti/zwIZWpYlL5poqpYlKZKiaVT1RMKlPFN1W8ofJE5UnFpPJNFb/psNZFDmtd5LDWRX74UMU3VTxReUNlqviEylTxRGWqmFSmiknlScWkMlW8oTJVvKEyVUwqU8U3Hda6yGGtixzWusgPH1KZKqaKJypPVL5J5Y2KJypTxROVqeKNiknlDZVPqEwVU8Wk8kRlqvjEYa2LHNa6yGGti/zwy1SmiqliUpkqnqg8qZhUpopJ5Y2KT6i8ofKk4knFpPJGxaQyVUwVT1S+6bDWRQ5rXeSw1kV++MdUTCpTxZOKJxWTyhOVN1SmiknlScWkMlU8UZkqJpU3VKaKJyr/pcNaFzmsdZHDWhexP/iLVJ5UPFGZKn6TylTxCZVvqniiMlVMKlPFE5Wp4l9yWOsih7UucljrIj98SOVJxZOKSeVJxSdU3qiYVJ5UTCpTxaTypOITFZPKGypTxROVqWJSeVLxicNaFzmsdZHDWhexP/iLVN6omFT+ZRVvqDypeKIyVUwqU8Wk8qRiUnlS8V86rHWRw1oXOax1kR9+mcqTiicqU8UTlaliUpkqnqg8qXiiMlX8JpWp4hMqn1CZKiaVqeITh7UucljrIoe1LmJ/8EUqU8UTlScVv0nlScWk8qTiEypvVDxRmSr+JpUnFd90WOsih7UucljrIvYH/yGVqWJS+aaKJypPKp6oPKmYVKaKSWWqmFSeVEwqTyomlaliUpkqJpU3Kj5xWOsih7UucljrIj98SOWNiqliUpkqJpU3KiaVqeITKlPFpPKkYlKZKiaVqeKJyhsqU8WkMlU8qXii8k2HtS5yWOsih7Uu8sOXVbyh8kRlqviXVEwqU8UbFU8qJpUnFZPKVDGpTCpTxaTyRsVU8U2HtS5yWOsih7UuYn/wRSpTxd+kMlX8JpX/UsUTlaliUpkqnqhMFZPKVDGpTBXfdFjrIoe1LnJY6yI//DKV31TxROVJxRsqU8WkMlU8UXmj4o2KSWWqmFTeUPmEylTxicNaFzmsdZHDWhf54UMqU8WkMlVMKlPFE5UnFZPKGypTxROVJypPKiaVqWJSmSq+qeKJyr/ssNZFDmtd5LDWRewPPqDyRsUbKlPFpDJVfELlScWkMlX8JpU3Kp6oTBWTyhsVk8pUMalMFZ84rHWRw1oXOax1kR++rGJSeaIyVUwVk8obKlPFpPKkYlKZKiaVJxWTyicqnqhMFVPFpDJVfKLiScU3Hda6yGGtixzWusgP/ziVqWJSeVLxRsWk8kTlScWkMlVMKlPFE5WpYqqYVJ5UTCqfqJhUnlR84rDWRQ5rXeSw1kV++I9VTCpTxaTyhspUMVU8qZhUpopPqDxReVLxTSqfqHhSMal802GtixzWushhrYv88MsqJpWp4onKVDGpTCpPVJ5UTCpvqEwVb1S8ofKk4m9S+S8d1rrIYa2LHNa6iP3B/zCVNyomlTcqJpWpYlJ5o+KJym+qeEPlExXfdFjrIoe1LnJY6yL2Bx9Q+Zsq3lB5o2JSeaNiUpkqJpUnFU9Upoo3VKaKSWWqmFS+qeITh7UucljrIoe1LvLDl1V8k8oTlaliqnhD5Y2KJxWfUJkq/qaKT1RMKr/psNZFDmtd5LDWRX74ZSpvVHyTylTxpGJSmSreUJkqpoonKk8qJpWpYlJ5ovJNKk8qvumw1kUOa13ksNZFfrhcxaQyVUwqU8Wk8qRiqvhExaTypGJSeVIxqTypmFSmijdUpopPHNa6yGGtixzWusgP/89UTCpTxZOKJypTxSdUpoo3Kp6oTBVvVLyh8psOa13ksNZFDmtd5IdfVvGbKp6oTBVTxaTypGJSmSomlW9SeVLxROUNlU9UTBWTyjcd1rrIYa2LHNa6yA9fpvI3qUwVU8UTlanijYpJZaqYVJ5UTCpTxROVqWKq+JtU/qbDWhc5rHWRw1oXsT9Y6xKHtS5yWOsih7UucljrIoe1LnJY6yKHtS5yWOsih7UucljrIoe1LnJY6yKHtS5yWOsih7Uu8n84U/JuvCYGjAAAAABJRU5ErkJggg==\"\n}"}],"_postman_id":"7ca9343d-b49d-4039-b050-2330538e0603"},{"name":"Create 2FA","id":"6b4464dc-c47c-4ed2-8907-1d525ac24652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"http://localhost:3000/api/v1/enable-2fa","urlObject":{"protocol":"http","port":"3000","path":["api","v1","enable-2fa"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"810f2556-7ab5-495a-b2b6-37068e023966","name":"Create 2FA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"http://localhost:3000/api/v1/enable-2fa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3202"},{"key":"ETag","value":"W/\"c82-xrg0MLqKIX0mBW5QltJa7+J1a3M\""},{"key":"Date","value":"Mon, 16 Mar 2026 21:40:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Scan QR Code With Authenticator\",\n    \"qrCode\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAADECAYAAADApo5rAAAAAklEQVR4AewaftIAAAiuSURBVO3BQY4kRxIEQdNA/f/LuoM9BPzkQCKrm0PCRPCPVNX/nVTVdVJV10lVXSdVdZ1U1XVSVddJVV0nVXWdVNV1UlXXSVVdJ1V1nVTVdVJV10lVXZ+8BOQ3qXkCyDepmYBMaiYgGzUbIJOaCcikZgLyk9RsgPwmNW+cVNV1UlXXSVVdn3yZmm8C8gSQb1IzAXlDzQRkUvNNaiYgk5oJyKRmA2RSs1HzTUC+6aSqrpOquk6q6vrkhwF5Qs0TQCY1GyC/Sc0E5Ak1E5AngExqJiAbIJOabwLyhJqfdFJV10lVXSdVdX3yHwNkUjOpmYBsgLwBZFKzAfJNap5QswEyqfkvOamq66SqrpOquj75j1EzAZnUTGo2QDZqNmomIBs1GyCTmg2QSc2kZgLyBJBJzb/ZSVVdJ1V1nVTV9ckPU/M3ATKpmYD8JDUbIJOaSc0TaiYgk5qNmg2QN9T8TU6q6jqpquukqq5PvgzI30zNBGRSMwGZ1ExAJjUTkEnNBGRSMwGZ1ExAJjUTkEnNBGRSMwGZ1LwB5G92UlXXSVVdJ1V1ffKSmr8JkEnNBGRS8wSQN4BsgGyATGo2at5Q84aaf5OTqrpOquo6qaoL/8gLQCY1E5BvUvMEkCfUbIA8oWYCMqnZAJnUTEA2aiYgb6h5Asg3qflJJ1V1nVTVdVJV1yf/MDUTkEnNBOQNNU8AmdQ8AWQDZFIzqZmATGqeUDMBeQLIpOa/5KSqrpOquk6q6vrkHwZkUjMBeULNG0A2QCY1E5CNmgnIBGSjZgPkCTXfBGRSMwGZ1ExA/kknVXWdVNV1UlUX/pEvAjKp2QDZqJmAbNRsgExqngCyUfMEkG9SswGyUTMB2ajZAJnUTEA2aiYgGzVvnFTVdVJV10lVXfhHfhCQSc0EZFIzAXlDzQbIpGYCMqnZAJnUvAFkUrMBMqmZgExqJiCTmgnIRs0bQDZqftJJVV0nVXWdVNX1yUtAJjWTmieATGomIJOaCcgEZFLzBpAngExqJiCTmknNBsgbQCY1E5BJzQbIG2qeADKpeeOkqq6TqrpOqur65CU1E5An1GyAbIC8oeab1GyATGomIBs1k5on1HwTkEnNBsikZgNko+abTqrqOqmq66SqLvwjLwCZ1LwBZFKzATKp+UlAJjVPANmoeQLIpOYJIJOanwRkUvM3Oamq66SqrpOquj75YUAmNRs1E5BJzRNANmo2QJ4A8oSanwRkUjOp2QCZ1ExAJjVvAHlDzRsnVXWdVNV1UlXXJy+p+UlqJiA/Ccik5pvUTEA2ap4A8pOATGo2QDZAnlAzAfmmk6q6TqrqOqmq65OXgExq3gCyUTMB+Zup+SYgbwCZ1Dyh5p8EZFLzTSdVdZ1U1XVSVRf+kReATGomIG+omYB8k5ongHyTmgnIRs0GyKTmJwGZ1DwBZKPmN51U1XVSVddJVV2ffBmQJ9RsgGzUTEAmNW8A2aj5SWomIBs1E5An1ExAJjWTmp8EZFLzk06q6jqpquukqq5PXlKzAfKGmjeAvKHmCSBPqNkA2aiZgExqngAyqZmAvKFmo2YCMgHZqHnjpKquk6q6Tqrqwj/yApBJzRNAnlAzAZnUbIBMajZANmo2QCY1GyCTmg2Qn6TmCSCTmgnIpGYCMqn5TSdVdZ1U1XVSVdcnvwzIE2omIJOaCchGzQbIRs0TajZANkAmNRs1E5BJzQRkUrMBMqnZAJnUPAHkCTVvnFTVdVJV10lVXZ+8pGYDZKNmAjIBmdQ8oWYCslGzAfKEmgnIpGYD5JuAbIBMaiY1E5BJzU9SMwH5ppOquk6q6jqpquuTl4BMajZqJiAbNRsg3wRko2YDZAKyAbJRMwGZ1DyhZgLyBJBJzQTkm9T8ppOquk6q6jqpquuTLwPyTUAmNRs1E5CNmg2QCcikZqNmA+QJNW8A2ajZqPlJajZAJjXfdFJV10lVXSdVdX3ykpoJyAbIRs0GyKTmb6Lmm4Bs1DyhZgLyk9RMQDZAJjWTmgnIpOaNk6q6TqrqOqmqC//ILwIyqdkAmdRMQDZqJiC/Sc0EZKNmAvKGmg2QN9RMQCY1TwDZqPlJJ1V1nVTVdVJV1ycvAXlCzRNqJiCTmg2QSc0GyKRmAjKp2QCZ1Dyh5g0gGzVvAHkCyEbNBshGzRsnVXWdVNV1UlXXJ1+mZgIyAZnUTED+SWo2ap5QswGyUTMBeULNBGQCMqnZAJnUPKFmAvKGmm86qarrpKquk6q6PvnLqNkAeULNG0AmNU8AmdRMaiYgT6iZgDyhZgLyBJCNmo2aJ9T8pJOquk6q6jqpquuTH6ZmA2RSMwGZ1ExAnlAzAdmo2QB5A8ik5jcBmdRMQN4A8oSaCcikZgIyqXnjpKquk6q6Tqrqwj/yLwZkUjMB2ah5A8ikZgNko2YDZKPmCSDfpOYJIJOaDZCNmjdOquo6qarrpKquT14C8pvUTGo2aiYgTwB5A8hGzQbIRs0TQCY1E5BJzQTkCSCTmg2QJ9R800lVXSdVdZ1U1fXJl6n5JiAbIBs136RmArJRMwF5Qs0bQDZANkDeUPOGmt90UlXXSVVdJ1V1ffLDgDyh5g01E5BJzQRko+YNIJOaDZAn1GzUTEA2ap4AMgF5Q80EZKPmm06q6jqpquukqq5P/uPU/JPUTEA2ajZAJiCTmgnIpOYJIBs13wRkUrMBMql546SqrpOquk6q6vrkPw7IRs0EZAPkDTUTkAnIRs0EZAIyqZmAbNRMaiYgGyBvqNkAmdR800lVXSdVdZ1U1fXJD1Pzk9RMQDZqfhOQSc2kZgIyqdmo2QCZ1ExANkA2QDZqNkD+JidVdZ1U1XVSVRf+kReA/CY1E5B/MzUTkI2aCcgbaiYgk5oJyKTmDSAbNb/ppKquk6q6Tqrqwj9SVf93UlXXSVVdJ1V1nVTVdVJV10lVXSdVdZ1U1XVSVddJVV0nVXWdVNV1UlXXSVVdJ1V1/Q887JuedYW8RAAAAABJRU5ErkJggg==\",\n    \"SecretData\": \"PVKDKI3UGBZU2OSOGZCTIV2KJESE2I2J\"\n}"}],"_postman_id":"6b4464dc-c47c-4ed2-8907-1d525ac24652"},{"name":"Verify 2FA","id":"d05bf925-5ffe-4530-b28b-2ca1606ff35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"754002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/verify-2fa","urlObject":{"protocol":"http","port":"3000","path":["api","v1","verify-2fa"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3756e10f-08c8-4f74-9e0a-a480a5bcf18c","name":"Verify 2FA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"754002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/verify-2fa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-xm3vF8YKYqepj4Mfc74HU+HXESI\""},{"key":"Date","value":"Mon, 16 Mar 2026 21:42:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Two Factor Authentication Enabled\"\n}"}],"_postman_id":"d05bf925-5ffe-4530-b28b-2ca1606ff35e"}],"id":"dc4afd22-7cdf-4362-8cbb-d11159b6c094","_postman_id":"dc4afd22-7cdf-4362-8cbb-d11159b6c094","description":""},{"name":"Post","item":[{"name":"Get Post By ID","id":"be04c50f-eb71-4334-afcb-764c4cb97aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190","urlObject":{"path":["v1","post","68573d6b798b66415b8de190"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"f7406636-06ad-4f88-b771-3d8f7ca77880","name":"Get Post By ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 08 Dec 2025 23:30:43 GMT"},{"key":"Etag","value":"W/\"15b0-udFPW3e0q+v6ZUvmdyMjhoy7fe0\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"99"},{"key":"Ratelimit-Reset","value":"60"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"BYPASS"},{"key":"X-Vercel-Id","value":"cdg1::iad1::mmntj-1765236639269-eee53b5b752f"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"post\": {\n        \"_id\": \"68573d6b798b66415b8de190\",\n        \"content\": \"234\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                \"_id\": \"68573d6b798b66415b8de191\",\n                \"id\": \"68573d6b798b66415b8de191\"\n            }\n        ],\n        \"publisher\": {\n            \"attachment\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n            },\n            \"_id\": \"6856fc71b58e352c88955feb\",\n            \"firstName\": \"ali\",\n            \"lastName\": \"ahmed\"\n        },\n        \"likes\": [\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            }\n        ],\n        \"isDeleted\": false,\n        \"__v\": 1,\n        \"comments\": [\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693276/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv.jpg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv\",\n                    \"resource_type\": \"image\"\n                },\n                \"voice\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693379/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54.mp3\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54\",\n                    \"resource_type\": \"video\",\n                    \"duration\": 195.030204\n                },\n                \"_id\": \"6859760581f32916e974d37b\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 1\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T15:43:01.268Z\",\n                \"updatedAt\": \"2025-06-23T15:43:01.268Z\",\n                \"__v\": 0\n            },\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693867/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn.jpg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn\",\n                    \"resource_type\": \"image\"\n                },\n                \"voice\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693972/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58.mp3\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58\",\n                    \"resource_type\": \"video\",\n                    \"duration\": 195.030204\n                },\n                \"_id\": \"68597854c6dbcfdbb7232731\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 2\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T15:52:52.421Z\",\n                \"updatedAt\": \"2025-06-23T15:52:52.421Z\",\n                \"__v\": 0\n            },\n            {\n                \"voice\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750696507/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6.mp3\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6\",\n                    \"resource_type\": \"video\",\n                    \"duration\": 195.030204\n                },\n                \"_id\": \"6859823b2108b12d655c7640\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 3\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T16:35:07.459Z\",\n                \"updatedAt\": \"2025-06-23T16:35:07.459Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"6859bae8b53378609e818e5a\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 4\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T20:36:56.734Z\",\n                \"updatedAt\": \"2025-06-23T20:36:56.734Z\",\n                \"__v\": 0\n            },\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750711154/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb.jpg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb\",\n                    \"resource_type\": \"image\"\n                },\n                \"voice\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750711156/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my.ogg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my\",\n                    \"resource_type\": \"video\",\n                    \"duration\": 14.942167\n                },\n                \"_id\": \"6859bb74225f041937dd69a7\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 5\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T20:39:16.035Z\",\n                \"updatedAt\": \"2025-06-23T20:39:16.035Z\",\n                \"__v\": 0\n            },\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750722452/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem.jpg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem\",\n                    \"resource_type\": \"image\"\n                },\n                \"voice\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750722454/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw.ogg\",\n                    \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw\",\n                    \"resource_type\": \"video\",\n                    \"duration\": 14.942167\n                },\n                \"_id\": \"6859e795edef89c98ec14987\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 5\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T23:47:33.955Z\",\n                \"updatedAt\": \"2025-06-23T23:47:33.955Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"6859e7c5edef89c98ec1498c\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 7\",\n                \"likes\": [],\n                \"createdAt\": \"2025-06-23T23:48:21.183Z\",\n                \"updatedAt\": \"2025-06-23T23:48:21.183Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"69372db9fa1cb9593bb15de5\",\n                \"post\": \"68573d6b798b66415b8de190\",\n                \"userComment\": \"6856fc71b58e352c88955feb\",\n                \"text\": \"comment 6\",\n                \"likes\": [],\n                \"createdAt\": \"2025-12-08T19:57:45.617Z\",\n                \"updatedAt\": \"2025-12-08T19:57:45.617Z\",\n                \"__v\": 0\n            }\n        ],\n        \"id\": \"68573d6b798b66415b8de190\"\n    },\n    \"shareLink\": \"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190\"\n}"}],"_postman_id":"be04c50f-eb71-4334-afcb-764c4cb97aec"},{"name":"Create Post","id":"c4c6ab84-3529-4a06-9104-80d1fbd28004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"content","value":"234","type":"text","uuid":"1f0f726d-20bc-4582-9428-af953d591995"},{"key":"attachment","type":"file","uuid":"25d7cb64-2bf1-4e94-8e91-0484f214ddc0","src":"/C:/Users/aelmo/Downloads/wallpaperflare.com_wallpaper.jpg"}]},"url":"http://localhost:3000/api/v1/post/create-post","urlObject":{"protocol":"http","port":"3000","path":["api","v1","post","create-post"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e5300b4f-f9a2-46ee-a7e0-a9ffe18e948e","name":"Create Post","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"content","value":"content 1","type":"text","uuid":"ef7fbb62-ac79-4cca-b0b4-7ea46942c6d8"},{"key":"attachment","type":"file","uuid":"ed35439a-c23c-448a-922a-1684f06669ce","src":"/C:/Users/11/Pictures/Screenshots/Screenshot (9).png"}]},"url":"https://social-media-iota-teal.vercel.app//api/v1/post/create-post"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"485"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 14:23:48 GMT"},{"key":"Etag","value":"W/\"1e5-KKOPK7Bqh8Tbg9hf5OehgDeDPEY\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"fra1::iad1::cx8sz-1742739814405-657e08d98a7a"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post Created Successfully\",\n    \"success\": true,\n    \"postData\": {\n        \"content\": \"content 1\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742739827/Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec.png\",\n                \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec\",\n                \"_id\": \"67e019741887b6dbfe6c80fd\"\n            }\n        ],\n        \"publisher\": \"67e0145287f11975aadc676a\",\n        \"likes\": [],\n        \"isDeleted\": false,\n        \"_id\": \"67e019741887b6dbfe6c80fc\",\n        \"__v\": 0\n    }\n}"},{"id":"b9d9f977-0916-4d06-9c77-1e15322ea104","name":"Create Post","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"content","value":"234","type":"text","uuid":"1f0f726d-20bc-4582-9428-af953d591995"},{"key":"attachment","type":"file","uuid":"25d7cb64-2bf1-4e94-8e91-0484f214ddc0","src":"/C:/Users/aelmo/Downloads/wallpaperflare.com_wallpaper.jpg"}]},"url":"http://localhost:3000/api/v1/post/create-post"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"756"},{"key":"ETag","value":"W/\"2f4-8iFd3+mnOd1ZCmCanniIJhhj3cQ\""},{"key":"Date","value":"Fri, 12 Dec 2025 21:30:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Post Created Successfully\",\n    \"success\": true,\n    \"postData\": {\n        \"content\": \"234\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765575004/Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon\",\n                \"resource_type\": \"image\",\n                \"_id\": \"693c895dd05aea254f258605\",\n                \"id\": \"693c895dd05aea254f258605\"\n            }\n        ],\n        \"publisher\": \"6856fc71b58e352c88955feb\",\n        \"likes\": [],\n        \"isDeleted\": false,\n        \"_id\": \"693c895dd05aea254f258604\",\n        \"createdAt\": \"2025-12-12T21:30:05.346Z\",\n        \"updatedAt\": \"2025-12-12T21:30:05.346Z\",\n        \"__v\": 0,\n        \"timeAgo\": \"منذ ثانية واحدة\",\n        \"createdAtFormatted\": \"الجمعة 12 ديسمبر 2025 • 11:30 م\",\n        \"id\": \"693c895dd05aea254f258604\"\n    }\n}"}],"_postman_id":"c4c6ab84-3529-4a06-9104-80d1fbd28004"},{"name":"Like Or Unlike","id":"80ae772d-86c3-4f46-87cd-390d137adf06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/like-or-unlike/67e02c74c306875f644811ef","urlObject":{"path":["v1","post","like-or-unlike","67e02c74c306875f644811ef"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"8ff6f3d3-2585-44ee-be5f-960ca5b61971","name":"Like Or Unlike","originalRequest":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/like-or-unlike/67e02c74c306875f644811ef"},"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":"515"},{"key":"ETag","value":"W/\"203-GH3+KUkjzQlq9ge0ZGKqWgDhXq4\""},{"key":"Date","value":"Tue, 15 Apr 2025 03:28:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": \"Post Updated Successfully\",\n    \"success\": true,\n    \"postUpdated\": {\n        \"_id\": \"67e02c74c306875f644811ef\",\n        \"content\": \"content 1\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742744692/Social-Media/Users/67e0145287f11975aadc676a/Posts/wpr7twlyorh28gxlvmmj.png\",\n                \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/wpr7twlyorh28gxlvmmj\",\n                \"_id\": \"67e02c74c306875f644811f0\"\n            }\n        ],\n        \"publisher\": \"67e0145287f11975aadc676a\",\n        \"likes\": [\n            \"67e0145287f11975aadc676a\"\n        ],\n        \"isDeleted\": false,\n        \"__v\": 3\n    }\n}"}],"_postman_id":"80ae772d-86c3-4f46-87cd-390d137adf06"},{"name":"Get All Posts","id":"2dd230c6-465b-487a-88fe-1f17c56bb0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post","urlObject":{"path":["v1","post"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"29d8a6f5-507d-4ef6-97bc-24c69e73d3bd","name":"Get All Posts","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6012"},{"key":"ETag","value":"W/\"177c-dJ3g8vXBdhmh033AClh7K43LSBw\""},{"key":"Date","value":"Tue, 15 Jul 2025 23:33:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"posts\": [\n        {\n            \"_id\": \"68573d6b798b66415b8de190\",\n            \"content\": \"234\",\n            \"attachment\": [\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\"\n                }\n            ],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [\n                {\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    }\n                }\n            ],\n            \"comments\": [\n                {\n                    \"_id\": \"6859760581f32916e974d37b\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 1\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693276/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693379/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T15:43:01.268Z\",\n                    \"updatedAt\": \"2025-06-23T15:43:01.268Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"68597854c6dbcfdbb7232731\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 2\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693867/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693972/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T15:52:52.421Z\",\n                    \"updatedAt\": \"2025-06-23T15:52:52.421Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859823b2108b12d655c7640\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 3\",\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750696507/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T16:35:07.459Z\",\n                    \"updatedAt\": \"2025-06-23T16:35:07.459Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859bae8b53378609e818e5a\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 4\",\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T20:36:56.734Z\",\n                    \"updatedAt\": \"2025-06-23T20:36:56.734Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859bb74225f041937dd69a7\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 5\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750711154/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750711156/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my.ogg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 14.942167\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T20:39:16.035Z\",\n                    \"updatedAt\": \"2025-06-23T20:39:16.035Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859e795edef89c98ec14987\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 5\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750722452/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750722454/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw.ogg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 14.942167\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T23:47:33.955Z\",\n                    \"updatedAt\": \"2025-06-23T23:47:33.955Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859e7c5edef89c98ec1498c\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 7\",\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T23:48:21.183Z\",\n                    \"updatedAt\": \"2025-06-23T23:48:21.183Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"685750192113c20fa4722d96\",\n            \"content\": \"911\",\n            \"attachment\": [\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750552552/Social-Media/Users/6856fc71b58e352c88955feb/Posts/x1igotxdh7ubwlvs02ez.png\"\n                },\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750552599/Social-Media/Users/6856fc71b58e352c88955feb/Posts/u7lwjonam1fj08bijzft.mp4\"\n                },\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/raw/upload/v1750552601/Social-Media/Users/6856fc71b58e352c88955feb/Posts/icng9yufd5ucknbyzvkg\"\n                }\n            ],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [],\n            \"comments\": []\n        },\n        {\n            \"_id\": \"685981b22108b12d655c763b\",\n            \"content\": \"99\",\n            \"attachment\": [],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [],\n            \"comments\": []\n        }\n    ]\n}"},{"id":"b515131f-9388-45d6-8679-794c6c887db0","name":"Get All Posts","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 08 Dec 2025 23:29:30 GMT"},{"key":"Etag","value":"W/\"222b-WobOtPskQrD+ERQqFbmodTO679Q\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"99"},{"key":"Ratelimit-Reset","value":"60"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"BYPASS"},{"key":"X-Vercel-Id","value":"cdg1::iad1::snhqc-1765236569370-640c13f398a3"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"postData\": [\n        {\n            \"_id\": \"68573d6b798b66415b8de190\",\n            \"content\": \"234\",\n            \"attachment\": [\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\"\n                }\n            ],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [\n                {\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    }\n                }\n            ],\n            \"comments\": [\n                {\n                    \"_id\": \"6859760581f32916e974d37b\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 1\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693276/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693379/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T15:43:01.268Z\",\n                    \"updatedAt\": \"2025-06-23T15:43:01.268Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"68597854c6dbcfdbb7232731\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 2\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693867/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693972/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T15:52:52.421Z\",\n                    \"updatedAt\": \"2025-06-23T15:52:52.421Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859823b2108b12d655c7640\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 3\",\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750696507/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6.mp3\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 195.030204\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T16:35:07.459Z\",\n                    \"updatedAt\": \"2025-06-23T16:35:07.459Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859bae8b53378609e818e5a\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 4\",\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T20:36:56.734Z\",\n                    \"updatedAt\": \"2025-06-23T20:36:56.734Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859bb74225f041937dd69a7\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 5\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750711154/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750711156/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my.ogg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 14.942167\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T20:39:16.035Z\",\n                    \"updatedAt\": \"2025-06-23T20:39:16.035Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859e795edef89c98ec14987\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 5\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750722452/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"voice\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750722454/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw.ogg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw\",\n                        \"resource_type\": \"video\",\n                        \"duration\": 14.942167\n                    },\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T23:47:33.955Z\",\n                    \"updatedAt\": \"2025-06-23T23:47:33.955Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"6859e7c5edef89c98ec1498c\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 7\",\n                    \"likes\": [],\n                    \"createdAt\": \"2025-06-23T23:48:21.183Z\",\n                    \"updatedAt\": \"2025-06-23T23:48:21.183Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69372db9fa1cb9593bb15de5\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6\",\n                    \"likes\": [],\n                    \"createdAt\": \"2025-12-08T19:57:45.617Z\",\n                    \"updatedAt\": \"2025-12-08T19:57:45.617Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69372e07fa1cb9593bb15dea\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6.1\",\n                    \"likes\": [],\n                    \"parentComment\": \"69372db9fa1cb9593bb15de5\",\n                    \"createdAt\": \"2025-12-08T19:59:03.848Z\",\n                    \"updatedAt\": \"2025-12-08T19:59:03.848Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69372edefa1cb9593bb15def\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6.2\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765224157/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k7qtxvakwlybd68g0bii.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k7qtxvakwlybd68g0bii\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"likes\": [],\n                    \"parentComment\": \"69372db9fa1cb9593bb15de5\",\n                    \"createdAt\": \"2025-12-08T20:02:38.500Z\",\n                    \"updatedAt\": \"2025-12-08T20:02:38.500Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69373153c3624eaf6bc8be90\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6.3\",\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765224787/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Replies/mx58w3hhs4otzjqauqgf.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Replies/mx58w3hhs4otzjqauqgf\",\n                        \"resource_type\": \"image\"\n                    },\n                    \"likes\": [],\n                    \"parentComment\": \"69372db9fa1cb9593bb15de5\",\n                    \"createdAt\": \"2025-12-08T20:13:07.634Z\",\n                    \"updatedAt\": \"2025-12-08T20:13:07.634Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69374af873530f034bacb2ec\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 7\",\n                    \"likes\": [],\n                    \"parentComment\": \"68573d6b798b66415b8de190\",\n                    \"createdAt\": \"2025-12-08T22:02:32.868Z\",\n                    \"updatedAt\": \"2025-12-08T22:02:32.868Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69374b4473d76c6852817ed8\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6.3.1\",\n                    \"likes\": [],\n                    \"parentComment\": \"69373153c3624eaf6bc8be90\",\n                    \"createdAt\": \"2025-12-08T22:03:48.255Z\",\n                    \"updatedAt\": \"2025-12-08T22:03:48.255Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"69374b5673d76c6852817ede\",\n                    \"post\": \"68573d6b798b66415b8de190\",\n                    \"userComment\": \"6856fc71b58e352c88955feb\",\n                    \"text\": \"comment 6.3.2\",\n                    \"likes\": [],\n                    \"parentComment\": \"69373153c3624eaf6bc8be90\",\n                    \"createdAt\": \"2025-12-08T22:04:06.136Z\",\n                    \"updatedAt\": \"2025-12-08T22:04:06.136Z\",\n                    \"__v\": 0\n                }\n            ],\n            \"shareLink\": \"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190\"\n        },\n        {\n            \"_id\": \"685750192113c20fa4722d96\",\n            \"content\": \"911\",\n            \"attachment\": [\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750552552/Social-Media/Users/6856fc71b58e352c88955feb/Posts/x1igotxdh7ubwlvs02ez.png\"\n                },\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750552599/Social-Media/Users/6856fc71b58e352c88955feb/Posts/u7lwjonam1fj08bijzft.mp4\"\n                },\n                {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/raw/upload/v1750552601/Social-Media/Users/6856fc71b58e352c88955feb/Posts/icng9yufd5ucknbyzvkg\"\n                }\n            ],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [],\n            \"comments\": [],\n            \"shareLink\": \"https://social-media-iota-teal.vercel.app/api/v1/post/685750192113c20fa4722d96\"\n        },\n        {\n            \"_id\": \"685981b22108b12d655c763b\",\n            \"content\": \"99\",\n            \"attachment\": [],\n            \"publisher\": {\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                }\n            },\n            \"likes\": [],\n            \"comments\": [],\n            \"shareLink\": \"https://social-media-iota-teal.vercel.app/api/v1/post/685981b22108b12d655c763b\"\n        }\n    ],\n    \"TotalPost\": 11\n}"}],"_postman_id":"2dd230c6-465b-487a-88fe-1f17c56bb0fc"},{"name":"Delete Post","id":"81c2794e-60de-4854-aa7f-9ddaf444de30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/685981b22108b12d655c763b","urlObject":{"path":["v1","post","685981b22108b12d655c763b"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"32bb93e9-538b-4e5c-b794-8a629ec9add0","name":"Delete Post","originalRequest":{"method":"DELETE","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/685981b22108b12d655c763b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"360"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 12 Dec 2025 22:52:13 GMT"},{"key":"Etag","value":"W/\"168-9GN/klSo9npP6b4O6eLKkwLEZ6g\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"99"},{"key":"Ratelimit-Reset","value":"60"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::7xrzb-1765579930728-4d43bca6c455"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Post Deleted Successfully\",\n    \"success\": true,\n    \"post\": {\n        \"_id\": \"685981b22108b12d655c763b\",\n        \"content\": \"99\",\n        \"attachment\": [],\n        \"publisher\": \"6856fc71b58e352c88955feb\",\n        \"likes\": [],\n        \"isDeleted\": false,\n        \"__v\": 0,\n        \"comments\": [],\n        \"timeAgo\": \"منذ ثانية واحدة\",\n        \"createdAtFormatted\": \"الجمعة 12 ديسمبر 2025 • 10:52 م\",\n        \"id\": \"685981b22108b12d655c763b\"\n    }\n}"}],"_postman_id":"81c2794e-60de-4854-aa7f-9ddaf444de30"},{"name":"Archive Post","id":"fc0e637c-c136-4442-ba8b-37b6cb3225e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/archive/693c895dd05aea254f258604","urlObject":{"path":["v1","post","archive","693c895dd05aea254f258604"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"e6ee9b9f-4bb1-4ff2-82d1-3c60243ea40a","name":"Archive Post","originalRequest":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/archive/693c895dd05aea254f258604"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"742"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Sat, 13 Dec 2025 00:09:38 GMT"},{"key":"Etag","value":"W/\"2e6-jQ1rLiZpowWq/KE0GmiSHceZ3+A\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"97"},{"key":"Ratelimit-Reset","value":"36"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::rt89n-1765584577778-567b006e85e8"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post Archived Successfully\",\n    \"success\": true,\n    \"post\": {\n        \"_id\": \"693c895dd05aea254f258604\",\n        \"content\": \"234\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765575004/Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon\",\n                \"resource_type\": \"image\",\n                \"_id\": \"693c895dd05aea254f258605\",\n                \"id\": \"693c895dd05aea254f258605\"\n            }\n        ],\n        \"publisher\": \"6856fc71b58e352c88955feb\",\n        \"likes\": [],\n        \"isDeleted\": true,\n        \"createdAt\": \"2025-12-12T21:30:05.346Z\",\n        \"updatedAt\": \"2025-12-13T00:09:38.302Z\",\n        \"__v\": 0,\n        \"timeAgo\": \"منذ 3 ساعات\",\n        \"createdAtFormatted\": \"الجمعة 12 ديسمبر 2025 • 9:30 م\",\n        \"id\": \"693c895dd05aea254f258604\"\n    }\n}"}],"_postman_id":"fc0e637c-c136-4442-ba8b-37b6cb3225e2"},{"name":"Restore Post","id":"fb748517-a208-4047-9303-0da9f44ce6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/restore/693c895dd05aea254f258604","urlObject":{"path":["v1","post","restore","693c895dd05aea254f258604"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"c7283e00-dd1e-4f1b-912d-c5cbc67bcf98","name":"Restore Post","originalRequest":{"method":"PATCH","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://social-media-iota-teal.vercel.app/api/v1/post/restore/693c895dd05aea254f258604"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"743"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Sat, 13 Dec 2025 00:14:31 GMT"},{"key":"Etag","value":"W/\"2e7-lRypI8imEhNjmqXKALtZwCc/ykU\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"94"},{"key":"Ratelimit-Reset","value":"3"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::zjmjq-1765584871391-2a16d7e8abc7"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post Restored Successfully\",\n    \"success\": true,\n    \"post\": {\n        \"_id\": \"693c895dd05aea254f258604\",\n        \"content\": \"234\",\n        \"attachment\": [\n            {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765575004/Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon\",\n                \"resource_type\": \"image\",\n                \"_id\": \"693c895dd05aea254f258605\",\n                \"id\": \"693c895dd05aea254f258605\"\n            }\n        ],\n        \"publisher\": \"6856fc71b58e352c88955feb\",\n        \"likes\": [],\n        \"isDeleted\": false,\n        \"createdAt\": \"2025-12-12T21:30:05.346Z\",\n        \"updatedAt\": \"2025-12-13T00:14:31.687Z\",\n        \"__v\": 0,\n        \"timeAgo\": \"منذ 3 ساعات\",\n        \"createdAtFormatted\": \"الجمعة 12 ديسمبر 2025 • 9:30 م\",\n        \"id\": \"693c895dd05aea254f258604\"\n    }\n}"}],"_postman_id":"fb748517-a208-4047-9303-0da9f44ce6ae"},{"name":"Get Post Pagination","id":"81e088d1-9163-4af1-af9e-c2811ef6e19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app/api/v1/post//all-posts?page=1&limit=5","urlObject":{"path":["v1","post","","all-posts"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"d0a9b839-a951-46b7-8cab-a4e5771e7a9c","name":"Get Post Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://social-media-iota-teal.vercel.app/api/v1/post//all-posts?page=1&limit=5","host":["https://social-media-iota-teal.vercel.app/api"],"path":["v1","post","","all-posts"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Age","value":"0"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Sun, 14 Dec 2025 21:15:37 GMT"},{"key":"Etag","value":"W/\"ba3-KEoNNPmUeD/KhDLtc8Wi4FFQfWo\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"98"},{"key":"Ratelimit-Reset","value":"60"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::jgxp4-1765746934808-9054ef6d6993"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"posts\": {\n        \"PostsData\": [\n            {\n                \"_id\": \"67df8721e10959baf24478f4\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742702368/Social-Media/Users/undefined/Posts/t5qnkaqyvvd35ejkixlu.png\",\n                        \"public_id\": \"Social-Media/Users/undefined/Posts/t5qnkaqyvvd35ejkixlu\",\n                        \"_id\": \"67df8721e10959baf24478f5\",\n                        \"id\": \"67df8721e10959baf24478f5\"\n                    }\n                ],\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 9:15 م\",\n                \"id\": \"67df8721e10959baf24478f4\"\n            },\n            {\n                \"_id\": \"67e0148a87f11975aadc6774\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742738569/Social-Media/Users/67e0145287f11975aadc676a/Posts/oippicvfbto6l2duo365.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/oippicvfbto6l2duo365\",\n                        \"_id\": \"67e0148a87f11975aadc6775\",\n                        \"id\": \"67e0148a87f11975aadc6775\"\n                    }\n                ],\n                \"publisher\": null,\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 9:15 م\",\n                \"id\": \"67e0148a87f11975aadc6774\"\n            },\n            {\n                \"_id\": \"67e019361887b6dbfe6c80f6\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742739765/Social-Media/Users/67e0145287f11975aadc676a/Posts/u9ktez1xsgzhtca7ilgf.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/u9ktez1xsgzhtca7ilgf\",\n                        \"_id\": \"67e019361887b6dbfe6c80f7\",\n                        \"id\": \"67e019361887b6dbfe6c80f7\"\n                    }\n                ],\n                \"publisher\": null,\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 9:15 م\",\n                \"id\": \"67e019361887b6dbfe6c80f6\"\n            },\n            {\n                \"_id\": \"67e019741887b6dbfe6c80fc\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742739827/Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec\",\n                        \"_id\": \"67e019741887b6dbfe6c80fd\",\n                        \"id\": \"67e019741887b6dbfe6c80fd\"\n                    }\n                ],\n                \"publisher\": null,\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 9:15 م\",\n                \"id\": \"67e019741887b6dbfe6c80fc\"\n            },\n            {\n                \"_id\": \"67e026910c353e372ea11841\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742743184/Social-Media/Users/67e0145287f11975aadc676a/Posts/punnp1kxfwuybhyruhba.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/punnp1kxfwuybhyruhba\",\n                        \"_id\": \"67e026910c353e372ea11842\",\n                        \"id\": \"67e026910c353e372ea11842\"\n                    }\n                ],\n                \"publisher\": null,\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 9:15 م\",\n                \"id\": \"67e026910c353e372ea11841\"\n            }\n        ],\n        \"TotalPosts\": 34,\n        \"limit\": 5,\n        \"totalPages\": 7,\n        \"page\": 1,\n        \"pagingCounter\": 1,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": true,\n        \"prevPage\": null,\n        \"nextPage\": 2\n    }\n}"}],"_postman_id":"81e088d1-9163-4af1-af9e-c2811ef6e19f"}],"id":"f7ebefdd-2182-41d4-9d12-6e158cbdde41","_postman_id":"f7ebefdd-2182-41d4-9d12-6e158cbdde41","description":""},{"name":"Comment","item":[{"name":"Add Comment","id":"767ba6cc-637f-478f-9a2c-57019e82958b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\":\"comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/post/68573d6b798b66415b8de190/comment","urlObject":{"protocol":"http","port":"3000","path":["api","v1","post","68573d6b798b66415b8de190","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"020d27c8-828a-43e7-b7d9-1a060df91718","name":"Add Comment","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"text","value":"comment 2","type":"text","uuid":"a80090aa-6151-468a-86ae-6fc2df18ddb0"},{"key":"attachment","type":"file","uuid":"05b07fae-216c-492e-bd11-57a359f202e1","src":"/C:/Users/11/Downloads/509994212_744384154759723_7237266342177087624_n.jpg"},{"key":"voice","type":"file","uuid":"21a88c5c-1897-4a38-83a4-453bf2e1d583","src":"/C:/Users/11/Downloads/للي _ محمد منير 2022.mp3"}]},"url":"http://localhost:3000/api/v1/post/68573d6b798b66415b8de190/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"898"},{"key":"ETag","value":"W/\"382-YUpd9hlJ21xXwuIbneOUhj8yMIo\""},{"key":"Date","value":"Mon, 23 Jun 2025 15:52:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Comment Created Successfully\",\n    \"success\": true,\n    \"CommentData\": {\n        \"post\": \"68573d6b798b66415b8de190\",\n        \"userComment\": \"6856fc71b58e352c88955feb\",\n        \"text\": \"comment 2\",\n        \"attachment\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693867/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn.jpg\",\n            \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn\",\n            \"resource_type\": \"image\"\n        },\n        \"voice\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693972/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58.mp3\",\n            \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58\",\n            \"resource_type\": \"video\",\n            \"duration\": 195.030204\n        },\n        \"likes\": [],\n        \"_id\": \"68597854c6dbcfdbb7232731\",\n        \"createdAt\": \"2025-06-23T15:52:52.421Z\",\n        \"updatedAt\": \"2025-06-23T15:52:52.421Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"767ba6cc-637f-478f-9a2c-57019e82958b"},{"name":"Get Comment","id":"839f4376-d5f1-43c6-a62b-722178e5c19b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/api/v1/post/68573d6b798b66415b8de190/comment","urlObject":{"protocol":"http","port":"3000","path":["api","v1","post","68573d6b798b66415b8de190","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f1c3c2eb-8e46-4308-b92c-916259aa36f7","name":"Get Comment","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/api/v1/post/68573d6b798b66415b8de190/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"RateLimit-Policy","value":"100;w=60"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"60"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11433"},{"key":"ETag","value":"W/\"2ca9-B6djcztATq0tvIl7Es1icWgH3gs\""},{"key":"Date","value":"Tue, 15 Jul 2025 22:42:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"TotalComment\": 7,\n    \"commentData\": [\n        {\n            \"attachment\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693276/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/t8v9ssgmiflewmdvwdpv\",\n                \"resource_type\": \"image\"\n            },\n            \"voice\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693379/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54.mp3\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/y18btnv0dmyfuktvpl54\",\n                \"resource_type\": \"video\",\n                \"duration\": 195.030204\n            },\n            \"_id\": \"6859760581f32916e974d37b\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 1\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T15:43:01.268Z\",\n            \"updatedAt\": \"2025-06-23T15:43:01.268Z\",\n            \"__v\": 0\n        },\n        {\n            \"attachment\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750693867/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/bifg2l6ugv576nqda8qn\",\n                \"resource_type\": \"image\"\n            },\n            \"voice\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750693972/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58.mp3\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/tvhyuuubkfeodluaca58\",\n                \"resource_type\": \"video\",\n                \"duration\": 195.030204\n            },\n            \"_id\": \"68597854c6dbcfdbb7232731\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 2\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T15:52:52.421Z\",\n            \"updatedAt\": \"2025-06-23T15:52:52.421Z\",\n            \"__v\": 0\n        },\n        {\n            \"voice\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750696507/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6.mp3\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/ftrgpgqjev24g8fimim6\",\n                \"resource_type\": \"video\",\n                \"duration\": 195.030204\n            },\n            \"_id\": \"6859823b2108b12d655c7640\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 3\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T16:35:07.459Z\",\n            \"updatedAt\": \"2025-06-23T16:35:07.459Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6859bae8b53378609e818e5a\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 4\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T20:36:56.734Z\",\n            \"updatedAt\": \"2025-06-23T20:36:56.734Z\",\n            \"__v\": 0\n        },\n        {\n            \"attachment\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750711154/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/pxddanczwne16bkqdlrb\",\n                \"resource_type\": \"image\"\n            },\n            \"voice\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750711156/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my.ogg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/h7pxiei4kuesuofqo5my\",\n                \"resource_type\": \"video\",\n                \"duration\": 14.942167\n            },\n            \"_id\": \"6859bb74225f041937dd69a7\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 5\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T20:39:16.035Z\",\n            \"updatedAt\": \"2025-06-23T20:39:16.035Z\",\n            \"__v\": 0\n        },\n        {\n            \"attachment\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750722452/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem.jpg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/k3ztaykgchvejrooljem\",\n                \"resource_type\": \"image\"\n            },\n            \"voice\": {\n                \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750722454/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw.ogg\",\n                \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Comment/xxfjbme8ypyzg9jjmukw\",\n                \"resource_type\": \"video\",\n                \"duration\": 14.942167\n            },\n            \"_id\": \"6859e795edef89c98ec14987\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 5\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T23:47:33.955Z\",\n            \"updatedAt\": \"2025-06-23T23:47:33.955Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6859e7c5edef89c98ec1498c\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 7\",\n            \"likes\": [],\n            \"createdAt\": \"2025-06-23T23:48:21.183Z\",\n            \"updatedAt\": \"2025-06-23T23:48:21.183Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"839f4376-d5f1-43c6-a62b-722178e5c19b"},{"name":"Delete Comment And Replies","id":"6401d643-c80c-40a3-849d-01fbcaa25b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190/comment/69372db9fa1cb9593bb15de5","urlObject":{"path":["v1","post","68573d6b798b66415b8de190","comment","69372db9fa1cb9593bb15de5"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"27eee845-9e0f-4c40-a749-bee44810c390","name":"Delete Comment","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190/comment/69372db9fa1cb9593bb15de5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"112"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 12 Dec 2025 20:51:10 GMT"},{"key":"Etag","value":"W/\"70-k2jxl8PprQs1g9b870cr8ATDfgQ\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"97"},{"key":"Ratelimit-Reset","value":"37"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::hpwxh-1765572667018-b56a4cc9f3a2"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Comment Deleted Successfully\",\n    \"success\": true,\n    \"deleteComment\": {\n        \"acknowledged\": true,\n        \"deletedCount\": 1\n    }\n}"}],"_postman_id":"6401d643-c80c-40a3-849d-01fbcaa25b3e"}],"id":"77f1c292-ecc6-44a7-b3cb-ee90ee7a9791","_postman_id":"77f1c292-ecc6-44a7-b3cb-ee90ee7a9791","description":""},{"name":"Reply","item":[{"name":"Add Reply","id":"5ea560ef-4829-40ab-a527-837c5662a985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"text","value":"comment 6.3","type":"text","uuid":"bd040dcd-5f27-4632-b0cd-29ad6b9f36b6"},{"key":"attachment","type":"file","uuid":"70f66c0d-472b-4f04-8887-96aa59b887f1","src":"/C:/Users/aelmo/Downloads/wallpaperflare.com_wallpaper (1).jpg"}]},"url":"https://social-media-iota-teal.vercel.app//api/v1/post/68573d6b798b66415b8de190/comment/69372db9fa1cb9593bb15de5","urlObject":{"path":["api","v1","post","68573d6b798b66415b8de190","comment","69372db9fa1cb9593bb15de5"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"180a1f32-d014-498b-bdc7-e95b5deef674","name":"Add Comment","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\":\"comment 6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app//api/v1/post/68573d6b798b66415b8de190/comment/69372db9fa1cb9593bb15de5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"297"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 08 Dec 2025 19:57:45 GMT"},{"key":"Etag","value":"W/\"129-JsOqrQ21YHXx67jKPK1yATCcMQM\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"97"},{"key":"Ratelimit-Reset","value":"47"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::bm8z8-1765223864907-356d37760828"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Comment Created Successfully\",\n    \"success\": true,\n    \"CommentData\": {\n        \"post\": \"68573d6b798b66415b8de190\",\n        \"userComment\": \"6856fc71b58e352c88955feb\",\n        \"text\": \"comment 6.3\",\n        \"attachment\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765224787/Social-Media/Users/6856fc71b58e352c88955feb/Posts/Replies/mx58w3hhs4otzjqauqgf.jpg\",\n            \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/Replies/mx58w3hhs4otzjqauqgf\",\n            \"resource_type\": \"image\"\n        },\n        \"likes\": [],\n        \"parentComment\": \"69372db9fa1cb9593bb15de5\",\n        \"_id\": \"69373153c3624eaf6bc8be90\",\n        \"createdAt\": \"2025-12-08T20:13:07.634Z\",\n        \"updatedAt\": \"2025-12-08T20:13:07.634Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"5ea560ef-4829-40ab-a527-837c5662a985"},{"name":"Get Reply","id":"6a58bb5b-fbb3-483b-8400-ec09c9befc27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190/comment/69373153c3624eaf6bc8be90","urlObject":{"path":["v1","post","68573d6b798b66415b8de190","comment","69373153c3624eaf6bc8be90"],"host":["https://social-media-iota-teal.vercel.app/api"],"query":[],"variable":[]}},"response":[{"id":"bc7461bc-caba-40f1-ba38-783ed4556c0a","name":"Get Reply","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app/api/v1/post/68573d6b798b66415b8de190/comment/69373153c3624eaf6bc8be90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 08 Dec 2025 22:35:39 GMT"},{"key":"Etag","value":"W/\"abe-VRVgnFSpghMmQySDoJp2ZO03DT8\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"98"},{"key":"Ratelimit-Reset","value":"10"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"BYPASS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::v7vqq-1765233338086-bca480f9d5c0"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"TotalComment\": 14,\n    \"commentData\": [\n        {\n            \"_id\": \"69374b4473d76c6852817ed8\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\",\n                        \"id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1,\n                \"id\": \"68573d6b798b66415b8de190\"\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 6.3.1\",\n            \"likes\": [],\n            \"parentComment\": \"69373153c3624eaf6bc8be90\",\n            \"createdAt\": \"2025-12-08T22:03:48.255Z\",\n            \"updatedAt\": \"2025-12-08T22:03:48.255Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"69374b5673d76c6852817ede\",\n            \"post\": {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\",\n                        \"id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": {\n                    \"attachment\": {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                    },\n                    \"_id\": \"6856fc71b58e352c88955feb\",\n                    \"firstName\": \"ali\",\n                    \"lastName\": \"ahmed\"\n                },\n                \"likes\": [\n                    {\n                        \"attachment\": {\n                            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                        },\n                        \"_id\": \"6856fc71b58e352c88955feb\",\n                        \"firstName\": \"ali\",\n                        \"lastName\": \"ahmed\"\n                    }\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1,\n                \"id\": \"68573d6b798b66415b8de190\"\n            },\n            \"userComment\": {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\"\n            },\n            \"text\": \"comment 6.3.2\",\n            \"likes\": [],\n            \"parentComment\": \"69373153c3624eaf6bc8be90\",\n            \"createdAt\": \"2025-12-08T22:04:06.136Z\",\n            \"updatedAt\": \"2025-12-08T22:04:06.136Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"6a58bb5b-fbb3-483b-8400-ec09c9befc27"}],"id":"7c4b7309-7395-4c52-af2e-707286b20057","_postman_id":"7c4b7309-7395-4c52-af2e-707286b20057","description":""},{"name":"Admin","item":[{"name":"Get Data","id":"e6e485d6-660f-4cf8-b4d5-b3741783ff3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app//admin/data","urlObject":{"path":["admin","data"],"host":["https://social-media-iota-teal.vercel.app/"],"query":[],"variable":[]}},"response":[{"id":"df70d138-352a-4e2a-82f0-f7393564e574","name":"Get Data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"url":"https://social-media-iota-teal.vercel.app//admin/data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Sun, 14 Dec 2025 17:33:49 GMT"},{"key":"Etag","value":"W/\"1ed2-Slft1LDD3yLQrfcIjTsCudWIz0E\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"99"},{"key":"Ratelimit-Reset","value":"60"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"BYPASS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::4kmzj-1765733626459-868908d9e4bf"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Data\": {\n        \"userData\": [\n            {\n                \"attachment\": {\n                    \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\",\n                    \"public_id\": \"Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11\"\n                },\n                \"_id\": \"6856fc71b58e352c88955feb\",\n                \"firstName\": \"ali\",\n                \"lastName\": \"ahmed\",\n                \"email\": \"omarelm7766@gmail.com\",\n                \"provider\": \"system\",\n                \"password\": \"$2b$12$0W7bkmJ1w9TvINThK8FqO.BiHD9px/bwkGhKpYgMCULzlEDtm6Jky\",\n                \"phone\": \"U2FsdGVkX1+CbK8XXZo4Ddt7k69f3tOTBvBDumc9Fzs=\",\n                \"role\": \"admin\",\n                \"isConfirmed\": true,\n                \"userCode\": \"1CJINRA909\",\n                \"isDeleted\": false,\n                \"DOB\": \"2025-06-21T18:39:45.760Z\",\n                \"__v\": 0\n            }\n        ],\n        \"postData\": [\n            {\n                \"_id\": \"67df8721e10959baf24478f4\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742702368/Social-Media/Users/undefined/Posts/t5qnkaqyvvd35ejkixlu.png\",\n                        \"public_id\": \"Social-Media/Users/undefined/Posts/t5qnkaqyvvd35ejkixlu\",\n                        \"_id\": \"67df8721e10959baf24478f5\",\n                        \"id\": \"67df8721e10959baf24478f5\"\n                    }\n                ],\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67df8721e10959baf24478f4\"\n            },\n            {\n                \"_id\": \"67e0148a87f11975aadc6774\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742738569/Social-Media/Users/67e0145287f11975aadc676a/Posts/oippicvfbto6l2duo365.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/oippicvfbto6l2duo365\",\n                        \"_id\": \"67e0148a87f11975aadc6775\",\n                        \"id\": \"67e0148a87f11975aadc6775\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e0148a87f11975aadc6774\"\n            },\n            {\n                \"_id\": \"67e019361887b6dbfe6c80f6\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742739765/Social-Media/Users/67e0145287f11975aadc676a/Posts/u9ktez1xsgzhtca7ilgf.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/u9ktez1xsgzhtca7ilgf\",\n                        \"_id\": \"67e019361887b6dbfe6c80f7\",\n                        \"id\": \"67e019361887b6dbfe6c80f7\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e019361887b6dbfe6c80f6\"\n            },\n            {\n                \"_id\": \"67e019741887b6dbfe6c80fc\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742739827/Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/rg0mm7793hnvvw63dvec\",\n                        \"_id\": \"67e019741887b6dbfe6c80fd\",\n                        \"id\": \"67e019741887b6dbfe6c80fd\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e019741887b6dbfe6c80fc\"\n            },\n            {\n                \"_id\": \"67e026910c353e372ea11841\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742743184/Social-Media/Users/67e0145287f11975aadc676a/Posts/punnp1kxfwuybhyruhba.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/punnp1kxfwuybhyruhba\",\n                        \"_id\": \"67e026910c353e372ea11842\",\n                        \"id\": \"67e026910c353e372ea11842\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e026910c353e372ea11841\"\n            },\n            {\n                \"_id\": \"67e027b697581eb83fbf1b12\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742743477/Social-Media/Users/67e0145287f11975aadc676a/Posts/ajzm095vfz9clltpwsc4.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/ajzm095vfz9clltpwsc4\",\n                        \"_id\": \"67e027b697581eb83fbf1b13\",\n                        \"id\": \"67e027b697581eb83fbf1b13\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e027b697581eb83fbf1b12\"\n            },\n            {\n                \"_id\": \"67e02c74c306875f644811ef\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742744692/Social-Media/Users/67e0145287f11975aadc676a/Posts/wpr7twlyorh28gxlvmmj.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/wpr7twlyorh28gxlvmmj\",\n                        \"_id\": \"67e02c74c306875f644811f0\",\n                        \"id\": \"67e02c74c306875f644811f0\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [\n                    \"67e0145287f11975aadc676a\"\n                ],\n                \"isDeleted\": false,\n                \"__v\": 5,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e02c74c306875f644811ef\"\n            },\n            {\n                \"_id\": \"67e31b1e328f8c98ec8f48f4\",\n                \"content\": \"content 1\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1742936861/Social-Media/Users/67e0145287f11975aadc676a/Posts/dxzmkugmiwh3jtjotq4h.png\",\n                        \"public_id\": \"Social-Media/Users/67e0145287f11975aadc676a/Posts/dxzmkugmiwh3jtjotq4h\",\n                        \"_id\": \"67e31b1e328f8c98ec8f48f5\",\n                        \"id\": \"67e31b1e328f8c98ec8f48f5\"\n                    }\n                ],\n                \"publisher\": \"67e0145287f11975aadc676a\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"67e31b1e328f8c98ec8f48f4\"\n            },\n            {\n                \"_id\": \"68573d6b798b66415b8de190\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750547818/Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/lqjytyc5h45oyjwu2mdi\",\n                        \"_id\": \"68573d6b798b66415b8de191\",\n                        \"id\": \"68573d6b798b66415b8de191\"\n                    }\n                ],\n                \"publisher\": \"6856fc71b58e352c88955feb\",\n                \"likes\": [\n                    \"6856fc71b58e352c88955feb\"\n                ],\n                \"isDeleted\": false,\n                \"__v\": 1,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"68573d6b798b66415b8de190\"\n            },\n            {\n                \"_id\": \"685750192113c20fa4722d96\",\n                \"content\": \"911\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750552552/Social-Media/Users/6856fc71b58e352c88955feb/Posts/x1igotxdh7ubwlvs02ez.png\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/x1igotxdh7ubwlvs02ez\",\n                        \"resource_type\": \"image\",\n                        \"_id\": \"685750192113c20fa4722d97\",\n                        \"id\": \"685750192113c20fa4722d97\"\n                    },\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/video/upload/v1750552599/Social-Media/Users/6856fc71b58e352c88955feb/Posts/u7lwjonam1fj08bijzft.mp4\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/u7lwjonam1fj08bijzft\",\n                        \"resource_type\": \"video\",\n                        \"_id\": \"685750192113c20fa4722d98\",\n                        \"id\": \"685750192113c20fa4722d98\"\n                    },\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/raw/upload/v1750552601/Social-Media/Users/6856fc71b58e352c88955feb/Posts/icng9yufd5ucknbyzvkg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/icng9yufd5ucknbyzvkg\",\n                        \"resource_type\": \"raw\",\n                        \"_id\": \"685750192113c20fa4722d99\",\n                        \"id\": \"685750192113c20fa4722d99\"\n                    }\n                ],\n                \"publisher\": \"6856fc71b58e352c88955feb\",\n                \"likes\": [],\n                \"isDeleted\": false,\n                \"__v\": 0,\n                \"timeAgo\": \"منذ ثانية واحدة\",\n                \"createdAtFormatted\": \"الأحد 14 ديسمبر 2025 • 5:33 م\",\n                \"id\": \"685750192113c20fa4722d96\"\n            },\n            {\n                \"_id\": \"693c895dd05aea254f258604\",\n                \"content\": \"234\",\n                \"attachment\": [\n                    {\n                        \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1765575004/Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon.jpg\",\n                        \"public_id\": \"Social-Media/Users/6856fc71b58e352c88955feb/Posts/uirxihcehsqstkw3zgon\",\n                        \"resource_type\": \"image\",\n                        \"_id\": \"693c895dd05aea254f258605\",\n                        \"id\": \"693c895dd05aea254f258605\"\n                    }\n                ],\n                \"publisher\": \"6856fc71b58e352c88955feb\",\n                \"likes\": [],\n                \"isDeleted\": true,\n                \"createdAt\": \"2025-12-12T21:30:05.346Z\",\n                \"updatedAt\": \"2025-12-13T00:15:21.074Z\",\n                \"__v\": 0,\n                \"timeAgo\": \"منذ 2 أيام\",\n                \"createdAtFormatted\": \"الجمعة 12 ديسمبر 2025 • 9:30 م\",\n                \"id\": \"693c895dd05aea254f258604\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e6e485d6-660f-4cf8-b4d5-b3741783ff3b"},{"name":"Update Role","id":"bdd09715-46f4-4ed8-ab63-edb3f85271bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app/admin/dashboard/updateRole/6856fc71b58e352c88955feb","urlObject":{"path":["dashboard","updateRole","6856fc71b58e352c88955feb"],"host":["https://social-media-iota-teal.vercel.app/admin"],"query":[],"variable":[]}},"response":[{"id":"baf97af2-41fd-4fb2-9b02-bf3a9a65f830","name":"Update Role","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"abdelrahman {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-iota-teal.vercel.app/admin/dashboard/updateRole/6856fc71b58e352c88955feb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Length","value":"658"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Sun, 14 Dec 2025 19:31:30 GMT"},{"key":"Etag","value":"W/\"292-U/M+grxm2lpeDw8ldCwXKjYwJYg\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Ratelimit-Limit","value":"100"},{"key":"Ratelimit-Policy","value":"100;w=60"},{"key":"Ratelimit-Remaining","value":"98"},{"key":"Ratelimit-Reset","value":"56"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Vercel-Cache","value":"MISS"},{"key":"X-Vercel-Id","value":"dxb1::iad1::kv42s-1765740688566-3baf83bd47d5"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Updated Successfully\",\n    \"success\": true,\n    \"user\": {\n        \"attachment\": {\n            \"secure_url\": \"https://res.cloudinary.com/demurlcsy/image/upload/v1750531185/Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11.png\",\n            \"public_id\": \"Social-Media/Users/1CJINRA909/Profile/ibkbovjkcmpnt1m5zc11\"\n        },\n        \"_id\": \"6856fc71b58e352c88955feb\",\n        \"firstName\": \"ali\",\n        \"lastName\": \"ahmed\",\n        \"email\": \"omarelm7766@gmail.com\",\n        \"provider\": \"system\",\n        \"password\": \"$2b$12$0W7bkmJ1w9TvINThK8FqO.BiHD9px/bwkGhKpYgMCULzlEDtm6Jky\",\n        \"phone\": \"U2FsdGVkX1+CbK8XXZo4Ddt7k69f3tOTBvBDumc9Fzs=\",\n        \"role\": \"user\",\n        \"isConfirmed\": true,\n        \"userCode\": \"1CJINRA909\",\n        \"isDeleted\": false,\n        \"DOB\": \"2025-06-21T18:39:45.760Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"bdd09715-46f4-4ed8-ab63-edb3f85271bb"}],"id":"b69688c3-376b-45e9-aeb9-6363e530a05d","_postman_id":"b69688c3-376b-45e9-aeb9-6363e530a05d","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1"},{"key":"base_url","value":"https://postman-rest-api-learner.glitch.me/"},{"key":"url","value":"https://social-media-iota-teal.vercel.app/","type":"default"},{"key":"acessToken","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im9tYXJlbG03NzY2QGdtYWlsLmNvbSIsImlkIjoiNjdkZWRiODA5YjBmY2FiMTAwNzNhMGVlIiwiaWF0IjoxNzQyNjU4NDczLCJleHAiOjE3NDI3NDQ4NzN9.Zpl2JUFDzP6euysvxVEYqP0PblPsUsG2jp6i0ND-2Nw","type":"default"}]}