{"info":{"_postman_id":"a49db4bf-6b56-40f7-967b-ce8af19285c4","name":"Shortify","description":"<html><head></head><body><h1 id=\"url-shortener-api\"><strong>URL Shortener</strong> API</h1>\n<p>This is a beautiful <strong>URL Shortener</strong> API that allows your users to transform a long messy URL to a short. It does not stop here. It also has tons of amazing features such as traffic and data analysis, country and geotargeting, password protection and much more.</p>\n<h4 id=\"features\">Features:</h4>\n<ul>\n<li>Create a short URL with many options such as <strong>Expiry Date</strong>, <strong>Max Clicks, Password Protection</strong></li>\n<li>Ge all documents with filter such as <strong>Greater than</strong> &amp; <strong>Less than</strong>, <strong>Limit fields</strong>, <strong>Pagination</strong> and <strong>Sorting data</strong></li>\n<li>Ge a document and also <strong>populate</strong> other collections</li>\n<li><strong>Update</strong> &amp; <strong>Delete</strong> documents dynamically</li>\n<li><strong>Login</strong>, <strong>Register</strong>, <strong>Forgot Password</strong>, <strong>Reset Password</strong> and <strong>Logout</strong> functionally</li>\n<li>Role-based authentication such as <strong>User</strong> and <strong>Admin</strong></li>\n</ul>\n<h4 id=\"use-of-filters\">Use of Filters:</h4>\n<p><strong>/api/v1/urls?page=1</strong> Select page</p>\n<p><strong>/api/v1/urls?limit=2</strong> Limit documents</p>\n<p><strong>/api/v1/urls?page=1&amp;limit=2</strong> Use the two together</p>\n<p><strong>/api/v1/urls?sort=-clicks</strong> Sorting highest clicked urls</p>\n<p><strong>/api/v1/urls?sort=clicks</strong> Sorting lowest clicked urls</p>\n<p><strong>/api/v1/urls?fields=shortURL,createdAt</strong> Selected fields only show these two fields</p>\n<p><strong>/api/v1/urls?clicks[gte]=2</strong> [gte] means greater than or equal than 2 clicks and also you can [lte] less than or equal than, [gt] greater than, [lt] less than</p>\n<p>You can use all of the above filters more than one or together if you wish.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"URL Shortener API","slug":"url-shortener-api"}],"owner":"17057168","collectionId":"a49db4bf-6b56-40f7-967b-ce8af19285c4","publishedId":"UyxoiPqP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-21T13:18:24.000Z"},"item":[{"name":"Authentication","item":[{"name":"Register","id":"35e75be2-9b05-4591-8c6f-c17fffbd6184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Kawsar\",\r\n    \"email\": \"kawsar@example.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/register","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cd995a48-8afe-4e82-94e0-5b3fb5ff3509","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Kawsar\",\r\n    \"email\": \"kawsar@example.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Sat, 14 May 2022 02:06:04 GMT"},{"key":"X-RateLimit-Reset","value":"1652497516"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjQ5Mzk2NCwiZXhwIjoxNjYwMjY5OTY0fQ.uLvQ0FakPBw3fgqWCJT5IZrWWgHZXPzoD_83DelP52A; Path=/; Expires=Fri, 12 Aug 2022 02:06:04 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"ETag","value":"W/\"1b3-49oCnQLWkdvx27Bms1xB1bwpB2o\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjQ5Mzk2NCwiZXhwIjoxNjYwMjY5OTY0fQ.uLvQ0FakPBw3fgqWCJT5IZrWWgHZXPzoD_83DelP52A\",\n    \"data\": {\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"user\",\n        \"active\": true,\n        \"_id\": \"627f0e8c56a92ca67a128d6c\",\n        \"createdAt\": \"2022-05-14T02:06:04.171Z\",\n        \"updatedAt\": \"2022-05-14T02:06:04.171Z\",\n        \"__v\": 0,\n        \"id\": \"627f0e8c56a92ca67a128d6c\"\n    }\n}"}],"_postman_id":"35e75be2-9b05-4591-8c6f-c17fffbd6184"},{"name":"Login","id":"db983908-d926-442f-acb6-4b4df7f70604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kawsar@example.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b297686e-c2a8-45ef-9d52-8e6ae6e8f196","name":"Responce","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kawsar@example.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Sat, 14 May 2022 04:12:56 GMT"},{"key":"X-RateLimit-Reset","value":"1652505110"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjUwMTU3NiwiZXhwIjoxNjYwMjc3NTc2fQ.QZZjUhMzSviOOeC4pN_jsvVc7vobI3qmr_UHCf1lUrc; Path=/; Expires=Fri, 12 Aug 2022 04:12:56 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"ETag","value":"W/\"1b3-vlniuJ5hMkCfkveYU/8msEJ4bgs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjUwMTU3NiwiZXhwIjoxNjYwMjc3NTc2fQ.QZZjUhMzSviOOeC4pN_jsvVc7vobI3qmr_UHCf1lUrc\",\n    \"data\": {\n        \"_id\": \"627f0e8c56a92ca67a128d6c\",\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"user\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-14T02:06:04.171Z\",\n        \"updatedAt\": \"2022-05-14T02:06:04.171Z\",\n        \"__v\": 0,\n        \"id\": \"627f0e8c56a92ca67a128d6c\"\n    }\n}"}],"_postman_id":"db983908-d926-442f-acb6-4b4df7f70604"},{"name":"Forgot Password","id":"653859f1-68cb-4d77-8747-148523041b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kawsar@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/forgot-password","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","forgot-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a696169-7afb-4ee1-9c33-ba2e205be5be","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kawsar@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/users/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"94"},{"key":"Date","value":"Mon, 06 Dec 2021 12:47:21 GMT"},{"key":"X-RateLimit-Reset","value":"1638795974"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-r4M0sosAY1VPBEy1jdmU7jI4T1k\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Password reset link has been sent to your email\"\n}"}],"_postman_id":"653859f1-68cb-4d77-8747-148523041b0f"},{"name":"Reset Password","id":"2848439e-0ca1-4a4c-a79d-cb1f8f18e846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"new@password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/reset-password/dd83bfc25b48bb511862632a5cc2f61f5894f9b0580d0352dbe421be562579cc","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","reset-password","dd83bfc25b48bb511862632a5cc2f61f5894f9b0580d0352dbe421be562579cc"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b6bd80db-0ed1-4b5f-b578-adf4abee1ae8","name":"Responce","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"new@password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/reset-password/dd83bfc25b48bb511862632a5cc2f61f5894f9b0580d0352dbe421be562579cc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Sat, 14 May 2022 04:42:10 GMT"},{"key":"X-RateLimit-Reset","value":"1652506524"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjUwMzMzMSwiZXhwIjoxNjYwMjc5MzMxfQ.w1PbMybEMWl9PhYV_JZ1hHAHCAO9X0cLO3s3xT0BqG4; Path=/; Expires=Fri, 12 Aug 2022 04:42:11 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"482"},{"key":"ETag","value":"W/\"1e2-vKhHtY6EkB8FsOQPQPwlnnVFKSo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyN2YwZThjNTZhOTJjYTY3YTEyOGQ2YyIsImlhdCI6MTY1MjUwMzMzMSwiZXhwIjoxNjYwMjc5MzMxfQ.w1PbMybEMWl9PhYV_JZ1hHAHCAO9X0cLO3s3xT0BqG4\",\n    \"data\": {\n        \"_id\": \"627f0e8c56a92ca67a128d6c\",\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"user\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-14T02:06:04.171Z\",\n        \"updatedAt\": \"2022-05-14T04:42:10.646Z\",\n        \"__v\": 0,\n        \"passwordChangedAt\": \"2022-05-14T04:42:10.035Z\",\n        \"id\": \"627f0e8c56a92ca67a128d6c\"\n    }\n}"}],"_postman_id":"2848439e-0ca1-4a4c-a79d-cb1f8f18e846"},{"name":"Logout","id":"64d2771d-bba4-4753-9aa4-a54973542d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users/logout","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"56e9184b-4c8a-48f8-9497-9a18fc0e6d14","name":"Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"93"},{"key":"Date","value":"Thu, 25 Nov 2021 17:59:48 GMT"},{"key":"X-RateLimit-Reset","value":"1637866293"},{"key":"Set-Cookie","value":"jwt=loggedout; Path=/; Expires=Thu, 25 Nov 2021 17:59:58 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-OyfLUm/7Knhaw7GSUtnl6c7P7dM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"You have successfully logged out!\"\n}"}],"_postman_id":"64d2771d-bba4-4753-9aa4-a54973542d71"}],"id":"357c1358-3142-4416-a931-fc874ce0f572","description":"<p>The <strong>role</strong> of the user will be in '<strong>User</strong>' at the time of initial registration. You need to take the role '<strong>admin</strong>' from the <strong>database</strong>. Then you can change the <strong>role</strong> of any <strong>user</strong> from that account.</p>\n","_postman_id":"357c1358-3142-4416-a931-fc874ce0f572"},{"name":"User Controller","item":[{"name":"Get All Users","id":"f5c3882c-4db7-4147-8562-2f12b5cb05c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"04e652e1-e807-44de-9a1b-7cd6f273cfb2","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Date","value":"Tue, 17 May 2022 12:46:25 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"661-EFIDxO5rajQOJWFmQVaTZP6K/Oc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 7,\n    \"data\": [\n        {\n            \"_id\": \"6283955d965ba8372a8b0b9f\",\n            \"name\": \"Md Kawsar Alam\",\n            \"email\": \"mkacttg@gmail.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T12:30:21.709Z\",\n            \"updatedAt\": \"2022-05-17T12:39:22.507Z\",\n            \"passwordChangedAt\": \"2022-05-17T12:39:21.889Z\",\n            \"id\": \"6283955d965ba8372a8b0b9f\"\n        },\n        {\n            \"_id\": \"628393f623bf712915879afa\",\n            \"name\": \"New User\",\n            \"email\": \"new3user@example.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T12:24:22.176Z\",\n            \"updatedAt\": \"2022-05-17T12:24:22.176Z\",\n            \"id\": \"628393f623bf712915879afa\"\n        },\n        {\n            \"_id\": \"62838fc8ff670fa27d1b0a7c\",\n            \"name\": \"New User\",\n            \"email\": \"new2user@example.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T12:06:32.406Z\",\n            \"updatedAt\": \"2022-05-17T12:06:32.406Z\",\n            \"id\": \"62838fc8ff670fa27d1b0a7c\"\n        },\n        {\n            \"_id\": \"62838ee257ffa0ad169e40f4\",\n            \"name\": \"New User\",\n            \"email\": \"new1user@example.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T12:02:42.089Z\",\n            \"updatedAt\": \"2022-05-17T12:02:42.089Z\",\n            \"id\": \"62838ee257ffa0ad169e40f4\"\n        },\n        {\n            \"_id\": \"62838ebea607467d6ebab05f\",\n            \"name\": \"New User\",\n            \"email\": \"newuser@example.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T12:02:06.258Z\",\n            \"updatedAt\": \"2022-05-17T12:02:06.258Z\",\n            \"id\": \"62838ebea607467d6ebab05f\"\n        },\n        {\n            \"_id\": \"6283895cfdded39ad3693ca1\",\n            \"name\": \"User\",\n            \"email\": \"user@example.com\",\n            \"role\": \"user\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T11:39:08.939Z\",\n            \"updatedAt\": \"2022-05-17T11:39:08.939Z\",\n            \"id\": \"6283895cfdded39ad3693ca1\"\n        },\n        {\n            \"_id\": \"62838654568362e486c8dd51\",\n            \"name\": \"Kawsar\",\n            \"email\": \"kawsar@example.com\",\n            \"role\": \"admin\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n            \"updatedAt\": \"2022-05-17T11:26:12.078Z\",\n            \"id\": \"62838654568362e486c8dd51\"\n        }\n    ]\n}"}],"_postman_id":"f5c3882c-4db7-4147-8562-2f12b5cb05c3"},{"name":"Get A User","id":"ca5a4ab0-e0b9-4b92-8e30-bc58ada568d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users/62838654568362e486c8dd51","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","62838654568362e486c8dd51"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b9e0afbb-7ec9-4f4c-9c7a-815c8506e7cf","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users/62838654568362e486c8dd51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"95"},{"key":"Date","value":"Tue, 17 May 2022 12:47:27 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-BkULKGWKs7csEDLP74IfOlr9aHk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"62838654568362e486c8dd51\",\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"admin\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n        \"updatedAt\": \"2022-05-17T11:26:12.078Z\",\n        \"__v\": 0,\n        \"id\": \"62838654568362e486c8dd51\"\n    }\n}"}],"_postman_id":"ca5a4ab0-e0b9-4b92-8e30-bc58ada568d3"},{"name":"Update User","id":"add33ce9-d7fa-48f5-92ef-2ee0813442a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Admin Kawsar\"\r\n    // \"role\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/62838654568362e486c8dd51","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","62838654568362e486c8dd51"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cffdecbb-b9b0-451f-ab5a-f0b47f9eaf10","name":"Responce","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Admin Kawsar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/62838654568362e486c8dd51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"91"},{"key":"Date","value":"Tue, 17 May 2022 13:02:07 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"ETag","value":"W/\"104-70bXS35L7YsBWH/hLYxQosmtuKY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"62838654568362e486c8dd51\",\n        \"name\": \"Admin Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"admin\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n        \"updatedAt\": \"2022-05-17T13:02:07.644Z\",\n        \"__v\": 0,\n        \"id\": \"62838654568362e486c8dd51\"\n    }\n}"}],"_postman_id":"add33ce9-d7fa-48f5-92ef-2ee0813442a5"},{"name":"Delete User","id":"2fbd4f08-b436-4715-9999-a0c93a973ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/users/62838ee257ffa0ad169e40f4","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","62838ee257ffa0ad169e40f4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0a2d7be0-1846-4db4-bc96-e3ed44a4bfb9","name":"Responce","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/users/62838ee257ffa0ad169e40f4"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"90"},{"key":"Date","value":"Tue, 17 May 2022 13:03:02 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"331"},{"key":"ETag","value":"W/\"14b-mwbgB/0sTo58NnCt9ZQ0UQy5Pl0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"62838ee257ffa0ad169e40f4\",\n        \"name\": \"New User\",\n        \"email\": \"new1user@example.com\",\n        \"password\": \"$2a$12$2ho1WlG/q9Iy7bZOg/ktj.lhhjvvxSbDlRjGXjFdPXnHhM/VM8.5a\",\n        \"role\": \"user\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T12:02:42.089Z\",\n        \"updatedAt\": \"2022-05-17T12:02:42.089Z\",\n        \"__v\": 0,\n        \"id\": \"62838ee257ffa0ad169e40f4\"\n    }\n}"}],"_postman_id":"2fbd4f08-b436-4715-9999-a0c93a973ba5"},{"name":"Get Me","id":"b4ea0d64-094e-4fac-91f2-68e51f6fbc69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users/me","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"952a19c0-c98e-413b-9459-98c2032cefbb","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"89"},{"key":"Date","value":"Tue, 17 May 2022 13:03:51 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"ETag","value":"W/\"104-70bXS35L7YsBWH/hLYxQosmtuKY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"62838654568362e486c8dd51\",\n        \"name\": \"Admin Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"admin\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n        \"updatedAt\": \"2022-05-17T13:02:07.644Z\",\n        \"__v\": 0,\n        \"id\": \"62838654568362e486c8dd51\"\n    }\n}"}],"_postman_id":"b4ea0d64-094e-4fac-91f2-68e51f6fbc69"},{"name":"Update Me","id":"c9d55406-ff3c-4023-a340-e6871375a9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Kawsar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/updateMe","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","updateMe"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6070ed19-00b9-46e0-88d7-555b80ed2058","name":"Responce","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Kawsar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/updateMe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"85"},{"key":"Date","value":"Tue, 17 May 2022 13:06:28 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"301"},{"key":"ETag","value":"W/\"12d-8vVIf8+TIog1q1AXv8T+onuVQWY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"62838654568362e486c8dd51\",\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"admin\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n        \"updatedAt\": \"2022-05-17T13:06:29.035Z\",\n        \"__v\": 0,\n        \"passwordChangedAt\": \"2022-05-17T13:05:49.297Z\",\n        \"id\": \"62838654568362e486c8dd51\"\n    }\n}"}],"_postman_id":"c9d55406-ff3c-4023-a340-e6871375a9a5"},{"name":"Update My Password","id":"4354e51e-c1b6-4906-9d2d-ac235ce4c797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"new@password\",\r\n    \"newPassword\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/updateMyPassword","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","updateMyPassword"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3841f94f-eaa0-4896-9720-58729c2940f3","name":"Responce","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"new@password\",\r\n    \"newPassword\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/users/updateMyPassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"84"},{"key":"Date","value":"Tue, 17 May 2022 13:07:22 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyODM4NjU0NTY4MzYyZTQ4NmM4ZGQ1MSIsImlhdCI6MTY1Mjc5Mjg0NCwiZXhwIjoxNjYwNTY4ODQ0fQ.gqfPJmypRGS0XQZwXHU9Rfhq9moSeLO8Zp1rwO15SiI; Path=/; Expires=Mon, 15 Aug 2022 13:07:24 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"483"},{"key":"ETag","value":"W/\"1e3-tLSaJxH3dHaay3LUcTbvG/Wi9/A\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYyODM4NjU0NTY4MzYyZTQ4NmM4ZGQ1MSIsImlhdCI6MTY1Mjc5Mjg0NCwiZXhwIjoxNjYwNTY4ODQ0fQ.gqfPJmypRGS0XQZwXHU9Rfhq9moSeLO8Zp1rwO15SiI\",\n    \"data\": {\n        \"_id\": \"62838654568362e486c8dd51\",\n        \"name\": \"Kawsar\",\n        \"email\": \"kawsar@example.com\",\n        \"role\": \"admin\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T11:26:12.078Z\",\n        \"updatedAt\": \"2022-05-17T13:07:23.567Z\",\n        \"__v\": 0,\n        \"passwordChangedAt\": \"2022-05-17T13:07:22.933Z\",\n        \"id\": \"62838654568362e486c8dd51\"\n    }\n}"}],"_postman_id":"4354e51e-c1b6-4906-9d2d-ac235ce4c797"},{"name":"Delete Me","id":"5953da64-6c27-4816-ad8d-48e0e013f8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/users/deleteMe","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","deleteMe"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"735357d4-541d-4911-b691-5b0cfcb74cc4","name":"Responce","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/users/deleteMe"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"82"},{"key":"Date","value":"Tue, 17 May 2022 13:08:55 GMT"},{"key":"X-RateLimit-Reset","value":"1652795046"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-KFeToMbqppKN4vZvmmhJKUq/gAU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Your account has been deactivated!\"\n}"}],"_postman_id":"5953da64-6c27-4816-ad8d-48e0e013f8ac"},{"name":"Disable User","id":"0d05611d-758d-4f90-95eb-c5a44205c19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8080/api/v1/users/disableUser/6290c3015728bfa82de617e4","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","disableUser","6290c3015728bfa82de617e4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d30b364-c647-4474-9909-6b770d09fb42","name":"Responce","originalRequest":{"method":"PUT","header":[],"url":"http://localhost:8080/api/v1/users/disableUser/6290c3015728bfa82de617e4"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Sun, 29 May 2022 09:17:04 GMT"},{"key":"X-RateLimit-Reset","value":"1653816701"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-wWeDmWQT5A+BXu1xE4nsttCCadM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"The account has been deactivated!\"\n}"}],"_postman_id":"0d05611d-758d-4f90-95eb-c5a44205c19e"}],"id":"db9eaf54-2d78-4331-8d93-2d71b06ea24b","description":"<p>Only those whose role '<strong>admin</strong>' in the <strong>above</strong> routes will be allowed to enter here. The following routes for currently <strong>logged-in</strong> user</p>\n","_postman_id":"db9eaf54-2d78-4331-8d93-2d71b06ea24b"},{"name":"URL Controller","item":[{"name":"Create Short URL","id":"389cdb14-a404-415d-b563-4413f503119d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n    \"expiryDate\": \"2022-07-10\",\n    \"maxClicks\": 100,\n    \"password\": \"URL012399\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b8f719b4-0700-4979-bf34-a90e1f2975c2","name":"Responce","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n    \"expiryDate\": \"2022-07-10\",\n    \"maxClicks\": 100,\n    \"password\": \"URL012399\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"95"},{"key":"Date","value":"Tue, 17 May 2022 13:31:15 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"550"},{"key":"ETag","value":"W/\"226-ni8H5lXW5POx4tmsgijmECK1MU8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"user\": \"62838654568362e486c8dd51\",\n        \"shortedId\": \"B0S_NFfrN\",\n        \"shortURL\": \"http://localhost:3000/B0S_NFfrN\",\n        \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n        \"clicks\": 0,\n        \"maxClicks\": 100,\n        \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n        \"password\": \"$2a$12$EnXT0kVALx39SQsHA6JGdOuQa/KY8DfBFRsMWKfhClE4gtgBiNjDG\",\n        \"active\": true,\n        \"_id\": \"6283a3a3728e496996ae0bdb\",\n        \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n        \"updatedAt\": \"2022-05-17T13:31:15.185Z\",\n        \"__v\": 0,\n        \"id\": \"6283a3a3728e496996ae0bdb\"\n    }\n}"}],"_postman_id":"389cdb14-a404-415d-b563-4413f503119d"},{"name":"Visit Short URL","id":"38fac0ca-56c0-4c9d-90b8-2c1e2b95a211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"URL012399\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls/visit/B0S_NFfrN","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls","visit","B0S_NFfrN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2fd072c8-159c-4a5a-acbd-b25728cd4ba5","name":"Responce","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"URL012399\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls/visit/B0S_NFfrN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"88"},{"key":"Date","value":"Tue, 17 May 2022 13:35:31 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"550"},{"key":"ETag","value":"W/\"226-izw7xnCPblt669f85nQUj+O3EGo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6283a3a3728e496996ae0bdb\",\n        \"user\": \"62838654568362e486c8dd51\",\n        \"shortedId\": \"B0S_NFfrN\",\n        \"shortURL\": \"http://localhost:3000/B0S_NFfrN\",\n        \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n        \"clicks\": 2,\n        \"maxClicks\": 100,\n        \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n        \"password\": \"$2a$12$EnXT0kVALx39SQsHA6JGdOuQa/KY8DfBFRsMWKfhClE4gtgBiNjDG\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n        \"updatedAt\": \"2022-05-17T13:35:31.042Z\",\n        \"__v\": 0,\n        \"id\": \"6283a3a3728e496996ae0bdb\"\n    }\n}"}],"_postman_id":"38fac0ca-56c0-4c9d-90b8-2c1e2b95a211"},{"name":"Get All URLs","id":"f5877b71-8f9f-4e88-b5f5-2964db5b20e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f1bf96a2-6308-446c-946c-943fb5d76899","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"87"},{"key":"Date","value":"Tue, 17 May 2022 13:36:26 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"44f-r/lRqxjmvWhCjGKI6QWTB6ndYAU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 2,\n    \"data\": [\n        {\n            \"_id\": \"6283a3e2728e496996ae0be4\",\n            \"user\": {\n                \"_id\": \"62838654568362e486c8dd51\",\n                \"name\": \"Kawsar\",\n                \"email\": \"kawsar@example.com\",\n                \"id\": \"62838654568362e486c8dd51\"\n            },\n            \"shortedId\": \"7mQCBy3pz\",\n            \"shortURL\": \"http://localhost:3000/7mQCBy3pz\",\n            \"originalURL\": \"googcle.com\",\n            \"clicks\": 0,\n            \"maxClicks\": 100,\n            \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T13:32:18.115Z\",\n            \"updatedAt\": \"2022-05-17T13:32:18.115Z\",\n            \"visitors\": [],\n            \"id\": \"6283a3e2728e496996ae0be4\"\n        },\n        {\n            \"_id\": \"6283a3a3728e496996ae0bdb\",\n            \"user\": {\n                \"_id\": \"62838654568362e486c8dd51\",\n                \"name\": \"Kawsar\",\n                \"email\": \"kawsar@example.com\",\n                \"id\": \"62838654568362e486c8dd51\"\n            },\n            \"shortedId\": \"B0S_NFfrN\",\n            \"shortURL\": \"http://localhost:3000/B0S_NFfrN\",\n            \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n            \"clicks\": 2,\n            \"maxClicks\": 100,\n            \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n            \"updatedAt\": \"2022-05-17T13:35:31.042Z\",\n            \"visitors\": [\n                {\n                    \"_id\": \"6283a4a4728e496996ae0be9\",\n                    \"id\": \"6283a4a4728e496996ae0be9\"\n                }\n            ],\n            \"id\": \"6283a3a3728e496996ae0bdb\"\n        }\n    ]\n}"}],"_postman_id":"f5877b71-8f9f-4e88-b5f5-2964db5b20e0"},{"name":"Get All URLs Created By Me","id":"465dcc42-a1aa-4599-859d-eebbef7610b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls/me","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2a3ab503-fc52-4713-a34b-169fd38d299b","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"86"},{"key":"Date","value":"Tue, 17 May 2022 13:38:12 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"44f-r/lRqxjmvWhCjGKI6QWTB6ndYAU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 2,\n    \"data\": [\n        {\n            \"_id\": \"6283a3e2728e496996ae0be4\",\n            \"user\": {\n                \"_id\": \"62838654568362e486c8dd51\",\n                \"name\": \"Kawsar\",\n                \"email\": \"kawsar@example.com\",\n                \"id\": \"62838654568362e486c8dd51\"\n            },\n            \"shortedId\": \"7mQCBy3pz\",\n            \"shortURL\": \"http://localhost:3000/7mQCBy3pz\",\n            \"originalURL\": \"googcle.com\",\n            \"clicks\": 0,\n            \"maxClicks\": 100,\n            \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T13:32:18.115Z\",\n            \"updatedAt\": \"2022-05-17T13:32:18.115Z\",\n            \"visitors\": [],\n            \"id\": \"6283a3e2728e496996ae0be4\"\n        },\n        {\n            \"_id\": \"6283a3a3728e496996ae0bdb\",\n            \"user\": {\n                \"_id\": \"62838654568362e486c8dd51\",\n                \"name\": \"Kawsar\",\n                \"email\": \"kawsar@example.com\",\n                \"id\": \"62838654568362e486c8dd51\"\n            },\n            \"shortedId\": \"B0S_NFfrN\",\n            \"shortURL\": \"http://localhost:3000/B0S_NFfrN\",\n            \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n            \"clicks\": 2,\n            \"maxClicks\": 100,\n            \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n            \"active\": true,\n            \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n            \"updatedAt\": \"2022-05-17T13:35:31.042Z\",\n            \"visitors\": [\n                {\n                    \"_id\": \"6283a4a4728e496996ae0be9\",\n                    \"id\": \"6283a4a4728e496996ae0be9\"\n                }\n            ],\n            \"id\": \"6283a3a3728e496996ae0bdb\"\n        }\n    ]\n}"}],"_postman_id":"465dcc42-a1aa-4599-859d-eebbef7610b5"},{"name":"Get A URL","id":"a1c470c2-20a5-4f38-be6a-86e1ecf396cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls","6283a3a3728e496996ae0bdb"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39cb6427-f778-4be3-88bf-b48a831dad89","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"85"},{"key":"Date","value":"Tue, 17 May 2022 13:39:42 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"610"},{"key":"ETag","value":"W/\"262-U62JuqytonGhQIF7qWhdJ4N5JKo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6283a3a3728e496996ae0bdb\",\n        \"user\": \"62838654568362e486c8dd51\",\n        \"shortedId\": \"B0S_NFfrN\",\n        \"shortURL\": \"http://localhost:3000/B0S_NFfrN\",\n        \"originalURL\": \"https://www.amazon.com/Apple-AirPods-Charging-Latest-Model/dp/B07PXGQC1Q/ref=lp_16225009011_1_1\",\n        \"clicks\": 2,\n        \"maxClicks\": 100,\n        \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n        \"updatedAt\": \"2022-05-17T13:35:31.042Z\",\n        \"__v\": 0,\n        \"visitors\": [\n            {\n                \"_id\": \"6283a4a4728e496996ae0be9\",\n                \"country\": \"BD\",\n                \"createdAt\": \"2022-05-17T13:35:32.190Z\",\n                \"id\": \"6283a4a4728e496996ae0be9\"\n            }\n        ],\n        \"id\": \"6283a3a3728e496996ae0bdb\"\n    }\n}"}],"_postman_id":"a1c470c2-20a5-4f38-be6a-86e1ecf396cf"},{"name":"Update URL","id":"452d40f7-a860-4b1e-a7ba-d893bc9d8bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"originalURL\": \"https://sale.alibaba.com/p/d55981l6e/index.html?spm=a27aq.13929330.dt_1.3.41f93cadSXoyW8&wx_screen_direc=portrait&wx_navbar_transparent=true&path=/p/d50pyl8kg/index.html&ncms_spm=a27aq.25924837&prefetchKey=met&themeTraceLog=ncchanneltheme-929_ncchannel-71$ncchanneltheme-929_ncchannel-71\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls","6283a3a3728e496996ae0bdb"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e4ae4960-a2c9-441e-9344-cad54c4873dd","name":"Responce","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"originalURL\": \"https://sale.alibaba.com/p/d55981l6e/index.html?spm=a27aq.13929330.dt_1.3.41f93cadSXoyW8&wx_screen_direc=portrait&wx_navbar_transparent=true&path=/p/d50pyl8kg/index.html&ncms_spm=a27aq.25924837&prefetchKey=met&themeTraceLog=ncchanneltheme-929_ncchannel-71$ncchanneltheme-929_ncchannel-71\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"84"},{"key":"Date","value":"Tue, 17 May 2022 13:41:48 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"668"},{"key":"ETag","value":"W/\"29c-K53ZhFuZlQP5jTSTORO1Pv/BWeI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6283a3a3728e496996ae0bdb\",\n        \"user\": \"62838654568362e486c8dd51\",\n        \"shortedId\": \"CANCn5RFm\",\n        \"shortURL\": \"http://localhost:3000/CANCn5RFm\",\n        \"originalURL\": \"https://sale.alibaba.com/p/d55981l6e/index.html?spm=a27aq.13929330.dt_1.3.41f93cadSXoyW8&wx_screen_direc=portrait&wx_navbar_transparent=true&path=/p/d50pyl8kg/index.html&ncms_spm=a27aq.25924837&prefetchKey=met&themeTraceLog=ncchanneltheme-929_ncchannel-71$ncchanneltheme-929_ncchannel-71\",\n        \"clicks\": 2,\n        \"maxClicks\": 100,\n        \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n        \"updatedAt\": \"2022-05-17T13:41:49.124Z\",\n        \"__v\": 0,\n        \"id\": \"6283a3a3728e496996ae0bdb\"\n    }\n}"}],"_postman_id":"452d40f7-a860-4b1e-a7ba-d893bc9d8bfd"},{"name":"Delete URL","id":"4e91fda4-9229-4a6f-8245-525fe0b7969b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb","urlObject":{"protocol":"http","port":"8080","path":["api","v1","urls","6283a3a3728e496996ae0bdb"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b7ac9c61-3ea2-41a9-9ce5-656360212ab9","name":"Responce","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/urls/6283a3a3728e496996ae0bdb"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"83"},{"key":"Date","value":"Tue, 17 May 2022 13:43:20 GMT"},{"key":"X-RateLimit-Reset","value":"1652796849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"ETag","value":"W/\"2e6-cFUAGzCdUgjYaAucArcHyLOudOM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6283a3a3728e496996ae0bdb\",\n        \"user\": \"62838654568362e486c8dd51\",\n        \"shortedId\": \"CANCn5RFm\",\n        \"shortURL\": \"http://localhost:3000/CANCn5RFm\",\n        \"originalURL\": \"https://sale.alibaba.com/p/d55981l6e/index.html?spm=a27aq.13929330.dt_1.3.41f93cadSXoyW8&wx_screen_direc=portrait&wx_navbar_transparent=true&path=/p/d50pyl8kg/index.html&ncms_spm=a27aq.25924837&prefetchKey=met&themeTraceLog=ncchanneltheme-929_ncchannel-71$ncchanneltheme-929_ncchannel-71\",\n        \"clicks\": 2,\n        \"maxClicks\": 100,\n        \"expiryDate\": \"2022-07-10T00:00:00.000Z\",\n        \"password\": \"$2a$12$EnXT0kVALx39SQsHA6JGdOuQa/KY8DfBFRsMWKfhClE4gtgBiNjDG\",\n        \"active\": true,\n        \"createdAt\": \"2022-05-17T13:31:15.185Z\",\n        \"updatedAt\": \"2022-05-17T13:41:49.124Z\",\n        \"__v\": 0,\n        \"id\": \"6283a3a3728e496996ae0bdb\"\n    }\n}"}],"_postman_id":"4e91fda4-9229-4a6f-8245-525fe0b7969b"}],"id":"0b74145b-c163-4620-aefa-c91461385457","description":"<p>All below routes for <strong>get</strong>, <strong>create</strong>, <strong>update</strong>, and <strong>delete</strong> shorten URLs with many functionalities. A beautiful URL shortener API that allows your users to transform a long messy URL to a short, easy-to-remember one.</p>\n","_postman_id":"0b74145b-c163-4620-aefa-c91461385457"},{"name":"Statistic Controller","item":[{"name":"Statistics For User","id":"5fc2da09-7110-4005-a1f9-d5afc8081005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7cf2f78b-8c11-4e3b-93c9-6a7ecd0bc4b1","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Tue, 24 May 2022 17:45:23 GMT"},{"key":"X-RateLimit-Reset","value":"1653417876"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-aAESfDc8q7OhWwA5dI/ur0WD2YE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"urls\": [\n            {\n                \"_id\": \"2022-05-17\",\n                \"clicks\": 0,\n                \"createdLinks\": 1\n            }\n        ],\n        \"countries\": []\n    }\n}"}],"_postman_id":"5fc2da09-7110-4005-a1f9-d5afc8081005"},{"name":"Statistics For Admin","id":"85aca05f-0eb8-4457-9b63-c6a881a68d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","admin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5409a901-f98d-452b-b5bb-3c1a668418cf","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Tue, 24 May 2022 17:44:47 GMT"},{"key":"X-RateLimit-Reset","value":"1653417876"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"272"},{"key":"ETag","value":"W/\"110-M7lWc6ooOCXAPJyfC8cUywqOucM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"urls\": [\n            {\n                \"_id\": \"2022-05-18\",\n                \"clicks\": 53,\n                \"createdLinks\": 18\n            },\n            {\n                \"_id\": \"2022-05-23\",\n                \"clicks\": 6,\n                \"createdLinks\": 3\n            },\n            {\n                \"_id\": \"2022-05-17\",\n                \"clicks\": 0,\n                \"createdLinks\": 1\n            }\n        ],\n        \"countries\": [\n            {\n                \"_id\": \"BD\",\n                \"clicks\": 10\n            }\n        ],\n        \"users\": [\n            {\n                \"_id\": \"2022-05-17\",\n                \"numOfUsers\": 7\n            }\n        ]\n    }\n}"}],"_postman_id":"85aca05f-0eb8-4457-9b63-c6a881a68d15"},{"name":"Get Totals For User","id":"7fa08e20-4484-4672-be41-d7bbd90d9dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user/totals","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","user","totals"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa8d710d-1e78-437d-b935-79dadb2e5cf8","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user/totals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Tue, 24 May 2022 17:46:38 GMT"},{"key":"X-RateLimit-Reset","value":"1653417876"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-e1zDGJI1oimWYDFgr8JhWMH3dQE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"urls\": 1,\n        \"clicks\": 0\n    }\n}"}],"_postman_id":"7fa08e20-4484-4672-be41-d7bbd90d9dc0"},{"name":"Get Totals For Admin","id":"e09dd2b1-66c0-47c7-b5d5-f7c1bbcb3baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin/totals","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","admin","totals"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8b9c8082-993f-4e97-a0e3-9a485e818c92","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin/totals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Date","value":"Tue, 24 May 2022 17:47:24 GMT"},{"key":"X-RateLimit-Reset","value":"1653417876"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-NpfuU3s4yT56HjeA4ek7byYtsfM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"users\": 7,\n        \"urls\": 22,\n        \"clicks\": 59\n    }\n}"}],"_postman_id":"e09dd2b1-66c0-47c7-b5d5-f7c1bbcb3baf"},{"name":"Filter By ShortedId For User","id":"b14ec841-ad46-4402-a14f-9c6fb3bc9a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user/mdDEBnn9L","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","user","mdDEBnn9L"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2a90a3f6-1c54-4433-825c-a7a94db47e3f","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/user/mdDEBnn9L"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Sun, 29 May 2022 10:26:50 GMT"},{"key":"X-RateLimit-Reset","value":"1653820804"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-GzCJP3j6atAk1dd8KJPkr9GjfEg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"urls\": [\n            {\n                \"_id\": \"2022-05-29\",\n                \"clicks\": 1,\n                \"createdLinks\": 1\n            }\n        ],\n        \"countries\": [\n            {\n                \"_id\": \"BD\",\n                \"clicks\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"b14ec841-ad46-4402-a14f-9c6fb3bc9a87"},{"name":"Filter By ShortedId For Admin","id":"7b361624-adc5-444d-a79f-466589d765a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin/mdDEBnn9L","urlObject":{"protocol":"http","port":"8080","path":["api","v1","statistics","admin","mdDEBnn9L"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0960bfb0-7ec3-42d6-b3cd-3ece7231c2fa","name":"Responce","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/statistics/admin/mdDEBnn9L"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;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":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Sun, 29 May 2022 10:43:20 GMT"},{"key":"X-RateLimit-Reset","value":"1653821828"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-GzCJP3j6atAk1dd8KJPkr9GjfEg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"urls\": [\n            {\n                \"_id\": \"2022-05-29\",\n                \"clicks\": 1,\n                \"createdLinks\": 1\n            }\n        ],\n        \"countries\": [\n            {\n                \"_id\": \"BD\",\n                \"clicks\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"7b361624-adc5-444d-a79f-466589d765a3"}],"id":"b707244a-73f8-4ea9-8f0c-f09a047f4a67","description":"<p>Statistics for <strong>traffic</strong> and <strong>data analysis</strong>, <strong>country</strong> and <strong>geotargeting.</strong> Admin and users both can enjoy an all-in<br />one dashboard with all the tools needed<br />for a successful campaign.</p>\n","_postman_id":"b707244a-73f8-4ea9-8f0c-f09a047f4a67"}]}