{"info":{"_postman_id":"47d41333-a05d-4c6f-b57d-41e60f0cb9e3","name":"SCHOOL_MANAGEMENT(SMS)","description":"<html><head></head><body><h1 id=\"school-management-sms-apis\">School Management (SMS) APIs</h1>\n<h3 id=\"1-common-headers\">1. Common Headers:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header Key</strong></th>\n<th><strong>Header Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content-type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-application-root-url\">2. Application Root URL:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>URL Type</strong></th>\n<th><strong>URL Path</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Health Check</td>\n<td><a href=\"http://127.0.0.1:5000/health\">http://127.0.0.1:5000/health</a></td>\n</tr>\n<tr>\n<td>Local</td>\n<td><a href=\"http://127.0.0.1:5000/api/v1\">http://127.0.0.1:5000/api/v1</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"http://127.0.0.1:5000/api/v1\">http://103.107.0.159:5100/api/v1</a></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-error-codes\">3. Error Codes:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>STATUS CODE</th>\n<th>MESSAGES</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 - OK</td>\n<td>Everything worked as expected</td>\n</tr>\n<tr>\n<td>201 - Create</td>\n<td>New record created</td>\n</tr>\n<tr>\n<td>400 - Bad Request</td>\n<td>The request was unacceptable, often due to missing a <code>required parameter</code> Or<code>Query Parameter</code></td>\n</tr>\n<tr>\n<td>401 - Unauthorized</td>\n<td>Auth token invalid or not found from req-cookie</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>The requested resource doesn't exist</td>\n</tr>\n<tr>\n<td>500 - Server Errors</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"School Management (SMS) APIs","slug":"school-management-sms-apis"}],"owner":"11483431","collectionId":"47d41333-a05d-4c6f-b57d-41e60f0cb9e3","publishedId":"2s9YC32Zu5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-12T17:10:28.000Z"},"item":[{"name":"AUTH *","item":[{"name":"REGISTER [public]","event":[{"listen":"test","script":{"id":"6e078031-23f5-488c-97c8-34fc7045f0a3","exec":[""],"type":"text/javascript"}}],"id":"32f1cecd-3d75-425e-9b09-03c3f02bbff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"mobile\": \"01760000000\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/register","description":"<p>User will be logged in using phone number or password, first check email, or mobile if exists fetch user set cookie to client send user info else create new user create creator profile then set cookie to client and send user info.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-demo\">Request Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"firstName\":\"Jhon\",\n    \"lastName\": \"Doe\",\n    \"email\":\"jhon@gmail.com\",\n    \"mobile\":\"01746888130\"\n}\n\n</code></pre>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/58470993\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.758Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T14:51:36.204Z\"\n    },\n    \"session\": \"63b6e3f8e952c0b05372f324\"\n}\n\n</code></pre>\n","urlObject":{"path":["auth","register"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e3e3899a-88b4-4aa8-821d-382fcb6de745","name":"success- successfully registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"mobile\": \"01760000000\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"50"},{"key":"Set-Cookie","value":"accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5hbWUiOiJOYXptdWwgSHVkYSIsImVtYWlsIjoibmF6bXVsQGV4YW1wbGUuY29tIiwibW9iaWxlIjoiMDE3NjAwMDAwMDAiLCJhdmF0YXIiOiJodHRwOi8vbG9jYWxob3N0OjUwMDAvZGVmYXVsdC9hdmF0YXIuanBnIiwiZG9iIjoiMTk5Ni0wMS0wMVQwMDowMDowMC4wMDBaIiwiZ2VuZGVyIjoibWFsZSIsIl9pZCI6IjY0MDIwMDE5ZDY4ZDk5NjQ1MzFlNDYxZCIsImNyZWF0ZWRBdCI6IjIwMjMtMDMtMDNUMTQ6MTE6MzcuNjcwWiJ9LCJzZXNzaW9uIjp7InVzZXIiOiI2NDAyMDAxOWQ2OGQ5OTY0NTMxZTQ2MWQiLCJ2YWxpZCI6dHJ1ZSwidXNlckFnZW50IjoiIFBvc3RtYW4gRGVza3RvcCAgIiwiX2lkIjoiNjQwMjAwMWFkNjhkOTk2NDUzMWU0NjIyIiwiY3JlYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMTozOC41NzdaIiwidXBkYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMTozOC41NzdaIn0sImlhdCI6MTY3Nzg1MjY5OCwiZXhwIjoxNjc3ODU2Mjk4fQ.UA4NlYyqHPSZDqXDUX0O35syTP-zp0NibafXGLhzI8I; Max-Age=3600; Path=/; Expires=Fri, 03 Mar 2023 15:11:38 GMT; HttpOnly"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXNzaW9uIjp7InVzZXIiOiI2NDAyMDAxOWQ2OGQ5OTY0NTMxZTQ2MWQiLCJ2YWxpZCI6dHJ1ZSwidXNlckFnZW50IjoiIFBvc3RtYW4gRGVza3RvcCAgIiwiX2lkIjoiNjQwMjAwMWFkNjhkOTk2NDUzMWU0NjIyIiwiY3JlYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMTozOC41NzdaIiwidXBkYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMTozOC41NzdaIn0sImlhdCI6MTY3Nzg1MjY5OCwiZXhwIjoxNjc3OTM5MDk4fQ.4OPyY2azxh8z7Ys2FX6XzKNCryM0oH_S9snKwI7JZcc; Max-Age=86400; Path=/; Expires=Sat, 04 Mar 2023 14:11:38 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"ETag","value":"W/\"125-PiCT9JWs1kPh9+aouU+fEwTZZ+E\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:11:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"name\": \"Nazmul Huda\",\n        \"email\": \"nazmul@example.com\",\n        \"mobile\": \"01760000000\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1996-01-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"_id\": \"64020019d68d9964531e461d\",\n        \"createdAt\": \"2023-03-03T14:11:37.670Z\"\n    },\n    \"session\": \"6402001ad68d9964531e4622\"\n}"},{"id":"1af581c7-a3ae-4680-92fa-c7c6ee98c164","name":"failed- email already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"mobile\": \"01760000000\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/register"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"57"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-XHzFGt5j+GA0CqyCRbSQozD+CEg\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:12:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" nazmul@example.com Already Exists!\"\n}"},{"id":"76c21384-4f82-4a8b-a122-11ed69a05d9e","name":"failed- mobile number already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"email\": \"nazmulx@example.com\",\r\n    \"mobile\": \"01760000000\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/register"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"28"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-gxu6tUzUuIgzNyr3KneqIeFDgMY\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:13:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" 01760000000 Already Exists!\"\n}"}],"_postman_id":"32f1cecd-3d75-425e-9b09-03c3f02bbff6"},{"name":"LOGIN [public]","event":[{"listen":"test","script":{"id":"6e078031-23f5-488c-97c8-34fc7045f0a3","exec":[""],"type":"text/javascript"}}],"id":"36cda8ab-4852-41a9-b3a9-fa39250a2f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"username\": \"01760000000\",\r\n    \"password\": \"Password@1234\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/login","description":"<p>User will be logged in using phone number or password, first check email, or mobile if exists fetch user set cookie to client send user info else create new user create creator profile then set cookie to client and send user info.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>firstName</td>\n<td>String</td>\n<td>User First Name</td>\n<td>no</td>\n</tr>\n<tr>\n<td>2</td>\n<td>lastName</td>\n<td>String</td>\n<td>User Last Name</td>\n<td>no</td>\n</tr>\n<tr>\n<td>3</td>\n<td>mobile</td>\n<td>String</td>\n<td>Mobile number will be pre-verified using enablex no need verify it again.</td>\n<td>yes (mobile or email)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>email</td>\n<td>String</td>\n<td>Email will be collected from user social account no need to verify it again.</td>\n<td>Yes (mobile or email)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-demo\">Request Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"firstName\":\"Jhon\",\n    \"lastName\": \"Doe\",\n    \"email\":\"jhon@gmail.com\",\n    \"mobile\":\"01746888130\"\n}\n\n</code></pre>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/58470993\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.758Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T14:51:36.204Z\"\n    },\n    \"session\": \"63b6e3f8e952c0b05372f324\"\n}\n\n</code></pre>\n","urlObject":{"path":["auth","login"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"15833a8e-81f8-4465-ab0c-cabdc9cfcbe8","name":"success - login successfull","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"username\": \"01760000000\",\r\n    \"password\": \"Password@1234\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"51"},{"key":"Set-Cookie","value":"accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjY0MDIwMDE5ZDY4ZDk5NjQ1MzFlNDYxZCIsIm5hbWUiOiJOYXptdWwgSHVkYSIsImVtYWlsIjoibmF6bXVsQGV4YW1wbGUuY29tIiwibW9iaWxlIjoiMDE3NjAwMDAwMDAiLCJhdmF0YXIiOiJodHRwOi8vbG9jYWxob3N0OjUwMDAvZGVmYXVsdC9hdmF0YXIuanBnIiwiZG9iIjoiMTk5Ni0wMS0wMVQwMDowMDowMC4wMDBaIiwiZ2VuZGVyIjoibWFsZSIsImNyZWF0ZWRBdCI6IjIwMjMtMDMtMDNUMTQ6MTE6MzcuNjcwWiJ9LCJzZXNzaW9uIjp7InVzZXIiOiI2NDAyMDAxOWQ2OGQ5OTY0NTMxZTQ2MWQiLCJ2YWxpZCI6dHJ1ZSwidXNlckFnZW50IjoiIFBvc3RtYW4gRGVza3RvcCAgIiwiX2lkIjoiNjQwMjAwOWIyYzk5YmY3NDlhMzc4YTA5IiwiY3JlYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMzo0Ny42NjdaIiwidXBkYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMzo0Ny42NjdaIn0sImlhdCI6MTY3Nzg1MjgyNywiZXhwIjoxNjc3ODU2NDI3fQ.4vlHtRl60z4Z73DjtJjFOU4Nln9h_7DTpB2bdU7DkBM; Max-Age=3600; Path=/; Expires=Fri, 03 Mar 2023 15:13:47 GMT; HttpOnly"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXNzaW9uIjp7InVzZXIiOiI2NDAyMDAxOWQ2OGQ5OTY0NTMxZTQ2MWQiLCJ2YWxpZCI6dHJ1ZSwidXNlckFnZW50IjoiIFBvc3RtYW4gRGVza3RvcCAgIiwiX2lkIjoiNjQwMjAwOWIyYzk5YmY3NDlhMzc4YTA5IiwiY3JlYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMzo0Ny42NjdaIiwidXBkYXRlZEF0IjoiMjAyMy0wMy0wM1QxNDoxMzo0Ny42NjdaIn0sImlhdCI6MTY3Nzg1MjgyNywiZXhwIjoxNjc3OTM5MjI3fQ.qgyUbdW4GFCYCAg1DWKn6-HRWDWelMZLNRPGimN08to; Max-Age=86400; Path=/; Expires=Sat, 04 Mar 2023 14:13:47 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"ETag","value":"W/\"125-QzsV18lKxCt7scSKs7JBIY+iwxM\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:13:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"_id\": \"64020019d68d9964531e461d\",\n        \"name\": \"Nazmul Huda\",\n        \"email\": \"nazmul@example.com\",\n        \"mobile\": \"01760000000\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1996-01-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:11:37.670Z\"\n    },\n    \"session\": \"6402009b2c99bf749a378a09\"\n}"},{"id":"cf0244d8-b22f-4bc3-bf19-b93c8c9e8d94","name":"failed- invalid credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"username\": \"0176000000\",\r\n    \"password\": \"Password@1234\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-YbEhKh4qNJl6dHORO7Qukw8nkNk\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:14:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Failed!\"\n}"}],"_postman_id":"36cda8ab-4852-41a9-b3a9-fa39250a2f96"},{"name":"PROFILE [private]","event":[{"listen":"test","script":{"id":"a165d72f-0147-41d9-9bd1-9413b56ac2e3","exec":[""],"type":"text/javascript"}}],"id":"a1790510-2439-4ad9-9984-4535144f62ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/profile","description":"<p>That we are not going to store user data in browser storage good practice to maintian global state in aplication, this api will provide logged in user profile info.</p>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/58470993\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.758Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T14:51:36.204Z\"\n    },\n    \"session\": \"63b6e3f8e952c0b05372f324\"\n}\n\n</code></pre>\n","urlObject":{"path":["auth","profile"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"18f5a987-192f-4a42-a4b7-75d6cf1422f7","name":"success - profile data","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"43"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"ETag","value":"W/\"125-I3fQCP/GxD4ZSA+HUCmtUWH/GC4\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:14:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"_id\": \"64020019d68d9964531e461d\",\n        \"name\": \"Nazmul Huda\",\n        \"email\": \"nazmul@example.com\",\n        \"mobile\": \"01760000000\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1996-01-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:11:37.670Z\"\n    },\n    \"session\": \"640200d82c99bf749a378a0d\"\n}"}],"_postman_id":"a1790510-2439-4ad9-9984-4535144f62ed"},{"name":"USER_ACTIVE_SESSIONS_LIST [private]","event":[{"listen":"test","script":{"id":"44236d3c-9dbb-4c16-8f0f-7ebad85099c5","exec":[""],"type":"text/javascript"}}],"id":"eacbbdb2-6264-4f42-b9df-bcef1929cd0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/sessions/64020019d68d9964531e461d","description":"<p>This api will send loggedIn user all loggedIn sessions from different devices.</p>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"_id\": \"63b6eb22e952c0b05372f32f\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"valid\": true,\n        \"userAgent\": \" Postman Desktop  \",\n        \"createdAt\": \"2023-01-05T15:22:10.031Z\",\n        \"updatedAt\": \"2023-01-05T15:22:10.031Z\"\n    },\n    {\n        \"_id\": \"63b6e3f8e952c0b05372f324\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"valid\": true,\n        \"userAgent\": \" Postman Desktop  \",\n        \"createdAt\": \"2023-01-05T14:51:36.198Z\",\n        \"updatedAt\": \"2023-01-05T15:21:58.189Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["auth","sessions","64020019d68d9964531e461d"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9f7425de-6c55-4ab5-b4bc-b03ac186c0d0","name":"success - user active session by uID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/sessions/64020019d68d9964531e461d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"97"},{"key":"RateLimit-Reset","value":"11"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"580"},{"key":"ETag","value":"W/\"244-rmOVBeRYkV9XCwEvPbdYvZvNaRg\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:15:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"640200d82c99bf749a378a0d\",\n        \"user\": \"64020019d68d9964531e461d\",\n        \"valid\": true,\n        \"userAgent\": \" Postman Desktop  \",\n        \"createdAt\": \"2023-03-03T14:14:48.417Z\",\n        \"updatedAt\": \"2023-03-03T14:14:48.417Z\"\n    },\n    {\n        \"_id\": \"6402009b2c99bf749a378a09\",\n        \"user\": \"64020019d68d9964531e461d\",\n        \"valid\": true,\n        \"userAgent\": \" Postman Desktop  \",\n        \"createdAt\": \"2023-03-03T14:13:47.667Z\",\n        \"updatedAt\": \"2023-03-03T14:13:47.667Z\"\n    },\n    {\n        \"_id\": \"6402001ad68d9964531e4622\",\n        \"user\": \"64020019d68d9964531e461d\",\n        \"valid\": true,\n        \"userAgent\": \" Postman Desktop  \",\n        \"createdAt\": \"2023-03-03T14:11:38.577Z\",\n        \"updatedAt\": \"2023-03-03T14:11:38.577Z\"\n    }\n]"}],"_postman_id":"eacbbdb2-6264-4f42-b9df-bcef1929cd0a"},{"name":"DEACTIVATE_SESSION [private]","event":[{"listen":"test","script":{"id":"584c1533-cda9-4ac0-bd0e-74ed37b11654","exec":[""],"type":"text/javascript"}}],"id":"baf360e4-b1ad-4ca9-8b75-486361bb7561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/sessions/6402009b2c99bf749a378a09","description":"<p>This api will logout session by Session ID. It just will update the session validity (false). When ever user will try to access resource usign refreshToken it will check the session false and send back with error status 401.</p>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": \"63b6e3f8e952c0b05372f324\",\n    \"user\": \"63b5cf02ab9194308f954a65\",\n    \"valid\": false,\n    \"userAgent\": \" Postman Desktop  \",\n    \"createdAt\": \"2023-01-05T14:51:36.198Z\",\n    \"updatedAt\": \"2023-01-05T15:33:42.357Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["auth","sessions","6402009b2c99bf749a378a09"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"dc416c49-26b9-43f2-8b5e-b161c996f8de","name":"success - session closed successfully","originalRequest":{"method":"PUT","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/sessions/6402009b2c99bf749a378a09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-7E+S8r5bpmUdgFHbdTrok6en9OU\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:16:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6402009b2c99bf749a378a09\",\n    \"user\": \"64020019d68d9964531e461d\",\n    \"valid\": false,\n    \"userAgent\": \" Postman Desktop  \",\n    \"createdAt\": \"2023-03-03T14:13:47.667Z\",\n    \"updatedAt\": \"2023-03-03T14:16:28.961Z\"\n}"},{"id":"0b72f179-c771-4198-82a1-ef6d8cd1c568","name":"falied - invalid session id","originalRequest":{"method":"PUT","header":[],"url":"http://127.0.0.1:5000/api/v1/auth/sessions/63f900c328290b8fbe70ce35"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"32"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"ETag","value":"W/\"20-cJzYV8ZpPb/W4mup/dlOh3/vwRk\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:16:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Session ID\"\n}"}],"_postman_id":"baf360e4-b1ad-4ca9-8b75-486361bb7561"},{"name":"LOGOUT [private]","event":[{"listen":"test","script":{"id":"6e33d0c2-c5cf-46f5-acb2-8d31a7038525","exec":[""],"type":"text/javascript"}}],"id":"0e5be391-562b-4575-9d5f-c8a84a636a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/logout","description":"<p>This api also work like <code>deactivate_session</code>api it just not required session id, logout current loggedin user.</p>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": true\n}\n\n</code></pre>\n","urlObject":{"path":["auth","logout"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f32c89b3-eb0f-4a21-81aa-a2b4bb1cdafb","name":"success- logout success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"33"},{"key":"Set-Cookie","value":"accessToken=; Max-Age=0; Path=/; Expires=Fri, 03 Mar 2023 14:17:03 GMT; HttpOnly"},{"key":"Set-Cookie","value":"refreshToken=; Max-Age=0; Path=/; Expires=Fri, 03 Mar 2023 14:17:03 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-AZMLZIkhLL6zV6brmxWwd5pv3rs\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:17:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"},{"id":"5cf354aa-77ac-4f6a-9ecd-6b0d66691229","name":"failed - authentication failed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/auth/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"14"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-zsDdEZBhhJhs3eK8LA79aXy+rkE\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:17:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Failed\"\n}"}],"_postman_id":"0e5be391-562b-4575-9d5f-c8a84a636a57"}],"id":"8dd7d617-536b-48b5-a3e0-87665b5715aa","description":"<h1 id=\"authentication-apis\"><strong>Authentication APIs</strong></h1>\n<ul>\n<li><p><strong><code>SINGIN_MECHANISM:</code></strong></p>\n<ul>\n<li><p>After successfully logged in Create a session with userID, deviceName, activeStatus.</p>\n</li>\n<li><p><code>AccessToken</code>: Contains User info and session Data. Only has 30 second validity.</p>\n</li>\n<li><p><code>RefreshToken</code>: Contains only Session Info also has long duration.</p>\n</li>\n<li><p><code>Logics</code>: Backend Decode access token and refresh token Both, If access Token available redirect to resource controller else check refresh token session validity if refreshToken valid create new accessToken and redirect to resource controller else clear cookie.</p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"8dd7d617-536b-48b5-a3e0-87665b5715aa"},{"name":"ADMINS [private] *","item":[{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"2e977306-4946-4941-bdc3-b060dc31e7f4","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"66ac90a0-3a1b-45f0-91ab-271233bf9b1a","exec":[""],"type":"text/javascript"}}],"id":"eaec12bd-81ad-45f7-8377-c5686eca7322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623","description":"<p>Get Sigle User Infromation with Creator Data</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a6b\",\n        \"firstName\": \"Adrian\",\n        \"lastName\": \"Twrag\",\n        \"email\": \"adrian@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/22957728?v=4\",\n        \"mobile\": \"01746000006\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"1995-01-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.780Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.780Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a98\",\n        \"user\": \"63b5cf02ab9194308f954a6b\",\n        \"availability\": 0,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.808Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.808Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["users","6401ffe6cfb281274af23623"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5aad3f91-cc8f-4784-85e2-30f4126eb705","name":"success - single data by userID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"31"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"ETag","value":"W/\"f4-jAf1UONtTsexN71ZAQcg58ZDA3E\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:29:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe6cfb281274af23623\",\n    \"name\": \"Jane Doe\",\n    \"email\": \"jdoe@example.com\",\n    \"mobile\": \"01760000006\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"dob\": \"1992-02-01T00:00:00.000Z\",\n    \"gender\": \"female\",\n    \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n}"}],"_postman_id":"eaec12bd-81ad-45f7-8377-c5686eca7322"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"99e41e78-7d53-42be-a0d1-e40cc7897821","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"dc3fb60c-b54c-4e96-baa8-16f7ef8b7233","exec":[""],"type":"text/javascript"}}],"id":"25ffe22b-0b94-434c-9e46-0f259828fe04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/users","description":"<p>Get All Users Infromations with Creator Data. Currently pagination not applied will be applied in future.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">[\n    {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/58470993\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.758Z\"\n    },\n    {\n        \"_id\": \"63b5cf02ab9194308f954a67\",\n        \"firstName\": \"Jhanker\",\n        \"lastName\": \"Mahabub\",\n        \"email\": \"jhankar@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/53802153?v=4\",\n        \"mobile\": \"01746000002\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"1991-10-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.763Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.763Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["users"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"disabled":true,"key":"search","value":"naz"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"2"}],"variable":[]}},"response":[{"id":"6fdced6d-c425-472d-8aa0-7a950d074284","name":"success - fetch all data","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/users","host":["http://127.0.0.1:5000/api/v1"],"path":["users"],"query":[{"key":"search","value":"naz","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"limit","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"55"},{"key":"x-total-count","value":"11"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2498"},{"key":"ETag","value":"W/\"9c2-dbLWQIs+q/79mCSZE3c12W4L++A\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:28:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe6cfb281274af23623\",\n        \"name\": \"Jane Doe\",\n        \"email\": \"jdoe@example.com\",\n        \"mobile\": \"01760000006\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1992-02-01T00:00:00.000Z\",\n        \"gender\": \"female\",\n        \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23625\",\n        \"name\": \"Maria Rodriguez\",\n        \"email\": \"mrodriguez@example.com\",\n        \"mobile\": \"01760000008\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1995-04-01T00:00:00.000Z\",\n        \"gender\": \"female\",\n        \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23622\",\n        \"name\": \"John Smith\",\n        \"email\": \"jsmith@example.com\",\n        \"mobile\": \"01760000005\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1990-01-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23624\",\n        \"name\": \"David Lee\",\n        \"email\": \"dlee@example.com\",\n        \"mobile\": \"01760000007\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1988-03-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23629\",\n        \"name\": \"Amanda Nguyen\",\n        \"email\": \"anguyen@example.com\",\n        \"mobile\": \"01760000012\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1994-08-01T00:00:00.000Z\",\n        \"gender\": \"female\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af2362a\",\n        \"name\": \"Mark Brown\",\n        \"email\": \"mbrown@example.com\",\n        \"mobile\": \"01760000013\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1996-09-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23626\",\n        \"name\": \"Chris Johnson\",\n        \"email\": \"cjohnson@example.com\",\n        \"mobile\": \"01760000009\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1993-05-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af2362b\",\n        \"name\": \"Laura Martinez\",\n        \"email\": \"lmartinez@example.com\",\n        \"mobile\": \"01760000014\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1997-10-01T00:00:00.000Z\",\n        \"gender\": \"female\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23627\",\n        \"name\": \"Samantha Lee\",\n        \"email\": \"slee@example.com\",\n        \"mobile\": \"01760000010\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1991-06-01T00:00:00.000Z\",\n        \"gender\": \"female\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    },\n    {\n        \"_id\": \"6401ffe6cfb281274af23628\",\n        \"name\": \"Michael Kim\",\n        \"email\": \"mkim@example.com\",\n        \"mobile\": \"01760000011\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"1989-07-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.874Z\"\n    }\n]"}],"_postman_id":"25ffe22b-0b94-434c-9e46-0f259828fe04"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"7b153ca6-53ec-46b2-8d8f-2d69c16a87fb","exec":[""],"type":"text/javascript"}}],"id":"b1210bc9-948d-4e5d-92b4-be88df4cddc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623","description":"<p>Update user infromation (firstName, lastName, about, gender, dob) by userID</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>firstName</td>\n<td>String</td>\n<td>User First Name</td>\n<td>No</td>\n</tr>\n<tr>\n<td>2</td>\n<td>lastName</td>\n<td>String</td>\n<td>User Last Name</td>\n<td>No</td>\n</tr>\n<tr>\n<td>3</td>\n<td>about</td>\n<td>String</td>\n<td>user about section</td>\n<td>No</td>\n</tr>\n<tr>\n<td>4</td>\n<td>gender</td>\n<td>String</td>\n<td>user Gender</td>\n<td>No</td>\n</tr>\n<tr>\n<td>5</td>\n<td>dob</td>\n<td>Date</td>\n<td>User Date of birth</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-demo\">Request Demo:</h4>\n<p>JSON</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"firstName\":\"Nazmul\",\n    \"lastName\": \"Huda\",\n    \"about\": \"hello this is about section\",\n    \"gender\": \"male\",\n    \"dob\": Sat Jan 24 2026 07:49:52 GMT+0000 (Coordinated Universal Time)\n}\n\n</code></pre>\n<h4 id=\"response-demo\">Response Demo:</h4>\n<p>JSON</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a6b\",\n        \"firstName\": \"Adrian\",\n        \"lastName\": \"Twrag\",\n        \"email\": \"adrian@gmail.com\",\n        \"avatar\": \"https://avatars.githubusercontent.com/u/22957728?v=4\",\n        \"mobile\": \"01746000006\",\n        \"about\": \"Hello there how are working on my side, you are most welcome\",\n        \"dob\": \"1995-01-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.780Z\",\n        \"updatedAt\": \"2023-01-05T15:47:08.590Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a98\",\n        \"user\": \"63b5cf02ab9194308f954a6b\",\n        \"availability\": 0,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.808Z\",\n        \"updatedAt\": \"2023-01-04T19:09:54.808Z\"\n    },\n    \"session\": \"63b6ef4de952c0b05372f33d\"\n}\n\n</code></pre>\n","urlObject":{"path":["users","6401ffe6cfb281274af23623"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c44a4141-3914-4236-b037-2ff450a4f43c","name":"failed - unknown error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"mobile\": \"01760000000\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"46"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"ETag","value":"W/\"b3-m57PJGCgU+RhXxlLdOd4k/ek+SE\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:29:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plan executor error during findAndModify :: caused by :: E11000 duplicate key error collection: sms.peoples index: email_1 dup key: { email: \\\"nazmul@example.com\\\" }\"\n}"},{"id":"c009d575-70dc-4e45-9c5f-7916951cea11","name":"success - update success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"name\": \"Nazmul Huda\",\r\n    \"password\": \"Password@1234\",\r\n    \"about\": \"I am a software engineer.\",\r\n    \"dob\":  \"1996-01-01\",\r\n    \"gender\": \"male\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"15"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"245"},{"key":"ETag","value":"W/\"f5-Yfx3qxnemKAcpAakHNhHHBNMuHo\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:30:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe6cfb281274af23623\",\n    \"name\": \"Nazmul Huda\",\n    \"email\": \"jdoe@example.com\",\n    \"mobile\": \"01760000006\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"dob\": \"1996-01-01T00:00:00.000Z\",\n    \"gender\": \"male\",\n    \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n}"}],"_postman_id":"b1210bc9-948d-4e5d-92b4-be88df4cddc1"},{"name":"UPDATE AVATAR","event":[{"listen":"test","script":{"id":"b5136a86-9f12-4667-b6dc-9c1f0272bdf5","exec":[""],"type":"text/javascript"}}],"id":"ee48e42a-d3b4-480c-9269-1252b1250390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668566538398.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623/upload","description":"<p>upload user avatar if avatar uploaded before it will be replaced by new upload if avatar from social media url just replace url link in document. Uploaded image will be converted into webp format and remove uploaded image.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>avatar</td>\n<td><code>multipart/form-data</code></td>\n<td>Maximum File Size 2000000 kb (2MB),  <br />Maximum File Limit 1, supported file format(png, jpg, jpeg)  <br /></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"http://localhost:5000/uploads/users/1668566538436_1672934152503.webp\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-05T15:55:52.660Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T15:39:57.948Z\"\n    },\n    \"session\": \"63b6ef4de952c0b05372f33d\"\n}\n\n</code></pre>\n","urlObject":{"path":["users","6401ffe6cfb281274af23623","upload"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"19adb81d-027c-4f2c-8bd5-96e9df00036a","name":"success - avatar uploaded","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668566538398.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af23623/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"19"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-mptLt47FJzi8NjkbVKhCkEIWMrQ\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:31:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"_id\": \"6401ffe6cfb281274af23623\",\n        \"name\": \"Nazmul Huda\",\n        \"email\": \"jdoe@example.com\",\n        \"mobile\": \"01760000006\",\n        \"avatar\": \"http://localhost:5000/uploads/users/1668566538398_1677853878656.webp\",\n        \"dob\": \"1996-01-01T00:00:00.000Z\",\n        \"gender\": \"male\",\n        \"createdAt\": \"2023-03-03T14:10:46.873Z\"\n    }\n}"}],"_postman_id":"ee48e42a-d3b4-480c-9269-1252b1250390"},{"name":"DELETE","id":"513ddaa8-f820-4960-859f-e27c03615d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af2362b","description":"<p>This <code>DELETE API</code> used to Delete Existing User From Collection By ID Parameter. Also remove delete account, avatar, creatorProfile, userTweets, comments, videos.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["users","6401ffe6cfb281274af2362b"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e32b85ca-5c8e-48e2-a4ae-6af098688acb","name":"success - user deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/users/6401ffe6cfb281274af2362b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"31"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:32:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"513ddaa8-f820-4960-859f-e27c03615d82"}],"id":"f8bf92fd-2418-4bdc-a8f7-e330e30c8fd0","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2d39bd7b-84ea-483d-b313-4d309868d252"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d6b017fc-9963-40b6-adcc-d1c92bc9c468"}}],"_postman_id":"f8bf92fd-2418-4bdc-a8f7-e330e30c8fd0"},{"name":"TEACHERS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"dcf82cac-1e7d-4130-9c6a-b6fd63758a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"teacher_name\": \"John Smith\",\r\n    \"mobile\": \"01760000005\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"password\": \"Password@1234\",\r\n    \"dob\": \"1980-01-01\",\r\n    \"department\": \"Mathematics\",\r\n    \"qualifications\": [\r\n      \"Bachelor's Degree in Mathematics\",\r\n      \"Master's Degree in Mathematics\"\r\n    ],\r\n    \"address\": {\r\n      \"street\": \"123 Main St.\",\r\n      \"city\": \"New York\",\r\n      \"state\": \"NY\",\r\n      \"zipcode\": \"10001\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/teachers","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["teachers"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"783c1d11-e860-495c-8130-f23fc7394338","name":"success - teacher created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"teacher_name\": \"John Smith\",\r\n    \"mobile\": \"01760000005\",\r\n    \"email\": \"nazmul@example.com\",\r\n    \"password\": \"Password@1234\",\r\n    \"dob\": \"1980-01-01\",\r\n    \"department\": \"Mathematics\",\r\n    \"qualifications\": [\r\n      \"Bachelor's Degree in Mathematics\",\r\n      \"Master's Degree in Mathematics\"\r\n    ],\r\n    \"address\": {\r\n      \"street\": \"123 Main St.\",\r\n      \"city\": \"New York\",\r\n      \"state\": \"NY\",\r\n      \"zipcode\": \"10001\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/teachers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"56"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"419"},{"key":"ETag","value":"W/\"1a3-U4o7JC7f03VIFLGbQj0S58lMoP0\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:35:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"teacher_name\": \"John Smith\",\n    \"mobile\": \"01760000005\",\n    \"email\": \"nazmul@example.com\",\n    \"dob\": \"1980-01-01T00:00:00.000Z\",\n    \"department\": \"Mathematics\",\n    \"qualifications\": [\n        \"Bachelor's Degree in Mathematics\",\n        \"Master's Degree in Mathematics\"\n    ],\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"address\": {\n        \"street\": \"123 Main St.\",\n        \"city\": \"New York\",\n        \"state\": \"NY\"\n    },\n    \"_id\": \"640205bd2c99bf749a378a28\",\n    \"createdAt\": \"2023-03-03T14:35:41.278Z\"\n}"}],"_postman_id":"dcf82cac-1e7d-4130-9c6a-b6fd63758a76"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"e200c685-9f20-4a70-8f83-e402263d61ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["teachers","6401ffe7cfb281274af2364b"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"204c4f10-c024-4c2e-baf7-ec9467413edd","name":"success - single teacher by teacherID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"17"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"423"},{"key":"ETag","value":"W/\"1a7-bt/gf2EtXfj8u+sdLZrlW5CGsqw\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:33:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": {\n        \"street\": \"123 Main St.\",\n        \"city\": \"New York\",\n        \"state\": \"NY\"\n    },\n    \"_id\": \"6401ffe7cfb281274af2364b\",\n    \"teacher_name\": \"John Smith\",\n    \"mobile\": \"01860000001\",\n    \"email\": \"john.smith@example.com\",\n    \"dob\": \"1980-01-01T00:00:00.000Z\",\n    \"department\": \"Mathematics\",\n    \"qualifications\": [\n        \"Bachelor's Degree in Mathematics\",\n        \"Master's Degree in Mathematics\"\n    ],\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"createdAt\": \"2023-03-03T14:10:47.058Z\"\n}"}],"_postman_id":"e200c685-9f20-4a70-8f83-e402263d61ee"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"32ffbd02-e5b4-4198-ad57-3b25ee9666a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/teachers?search&limit=2&page=1","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["teachers"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"description":{"content":"<p>find teacher by ['name', 'department', 'qualifications']</p>\n","type":"text/plain"},"key":"search","value":null},{"key":"limit","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"fd31e74d-a186-4ef3-bbcf-faf970627d5b","name":"success - all teachers json array","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/teachers?search&limit=2&page=1","host":["http://127.0.0.1:5000/api/v1"],"path":["teachers"],"query":[{"key":"search","value":null,"description":"find teacher by ['name', 'department', 'qualifications']"},{"key":"limit","value":"2"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"51"},{"key":"x-total-count","value":"6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"820"},{"key":"ETag","value":"W/\"334-yXJBInbN7YndoTj8N5FfSc75WKI\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:32:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"address\": {\n            \"street\": \"123 Main St.\",\n            \"city\": \"New York\",\n            \"state\": \"NY\"\n        },\n        \"_id\": \"6401ffe7cfb281274af2364b\",\n        \"teacher_name\": \"John Smith\",\n        \"mobile\": \"01860000001\",\n        \"email\": \"john.smith@example.com\",\n        \"dob\": \"1980-01-01T00:00:00.000Z\",\n        \"department\": \"Mathematics\",\n        \"qualifications\": [\n            \"Bachelor's Degree in Mathematics\",\n            \"Master's Degree in Mathematics\"\n        ],\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"createdAt\": \"2023-03-03T14:10:47.058Z\"\n    },\n    {\n        \"address\": {\n            \"street\": \"456 Elm St.\",\n            \"city\": \"Boston\",\n            \"state\": \"MA\"\n        },\n        \"_id\": \"6401ffe7cfb281274af2364c\",\n        \"teacher_name\": \"Jane Doe\",\n        \"mobile\": \"01860000002\",\n        \"email\": \"jane.doe@example.com\",\n        \"dob\": \"1985-02-01T00:00:00.000Z\",\n        \"department\": \"Science\",\n        \"qualifications\": [\n            \"Bachelor's Degree in Biology\",\n            \"Ph.D. in Biology\"\n        ],\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"createdAt\": \"2023-03-03T14:10:47.058Z\"\n    }\n]"}],"_postman_id":"32ffbd02-e5b4-4198-ad57-3b25ee9666a7"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"b1ac7520-3378-4265-a66f-6c1cee5385dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": {\r\n        \"street\": \"123 Main St.\",\r\n        \"city\": \"New Yorkx\",\r\n        \"state\": \"NY\"\r\n    },\r\n    \"_id\": \"6401ffe7cfb281274af2364b\",\r\n    \"teacher_name\": \"John Smith\",\r\n    \"mobile\": \"01860000001\",\r\n    \"email\": \"john.smith@example.com\",\r\n    \"dob\": \"1980-01-01T00:00:00.000Z\",\r\n    \"department\": \"Mathematics\",\r\n    \"qualifications\": [\r\n        \"Bachelor's Degree in Mathematics\",\r\n        \"Master's Degree in Mathematics\"\r\n    ],\r\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\r\n    \"createdAt\": \"2023-03-03T14:10:47.058Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["teachers","6401ffe7cfb281274af2364b"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ff49ae37-108b-4acd-ba6b-da0569f5fc21","name":"success - teacher updated by ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": {\r\n        \"street\": \"123 Main St.\",\r\n        \"city\": \"New Yorkx\",\r\n        \"state\": \"NY\"\r\n    },\r\n    \"_id\": \"6401ffe7cfb281274af2364b\",\r\n    \"teacher_name\": \"John Smith\",\r\n    \"mobile\": \"01860000001\",\r\n    \"email\": \"john.smith@example.com\",\r\n    \"dob\": \"1980-01-01T00:00:00.000Z\",\r\n    \"department\": \"Mathematics\",\r\n    \"qualifications\": [\r\n        \"Bachelor's Degree in Mathematics\",\r\n        \"Master's Degree in Mathematics\"\r\n    ],\r\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\r\n    \"createdAt\": \"2023-03-03T14:10:47.058Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"25"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"433"},{"key":"ETag","value":"W/\"1b1-2oH2PT09d3p4O3lTAQsCEfwCrVo\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:34:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"address\": {\n            \"street\": \"123 Main St.\",\n            \"city\": \"New Yorkx\",\n            \"state\": \"NY\"\n        },\n        \"_id\": \"6401ffe7cfb281274af2364b\",\n        \"teacher_name\": \"John Smith\",\n        \"mobile\": \"01860000001\",\n        \"email\": \"john.smith@example.com\",\n        \"dob\": \"1980-01-01T00:00:00.000Z\",\n        \"department\": \"Mathematics\",\n        \"qualifications\": [\n            \"Bachelor's Degree in Mathematics\",\n            \"Master's Degree in Mathematics\"\n        ],\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"createdAt\": \"2023-03-03T14:10:47.058Z\"\n    }\n}"}],"_postman_id":"b1ac7520-3378-4265-a66f-6c1cee5385dd"},{"name":"UPDATE AVATAR","event":[{"listen":"test","script":{"id":"b5136a86-9f12-4667-b6dc-9c1f0272bdf5","exec":[""],"type":"text/javascript"}}],"id":"556381de-37e6-4a35-96fe-111664a2a1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576179902.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b/upload","description":"<p>upload user avatar if avatar uploaded before it will be replaced by new upload if avatar from social media url just replace url link in document. Uploaded image will be converted into webp format and remove uploaded image.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>avatar</td>\n<td><code>multipart/form-data</code></td>\n<td>Maximum File Size 2000000 kb (2MB),  <br />Maximum File Limit 1, supported file format(png, jpg, jpeg)  <br /></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"http://localhost:5000/uploads/users/1668566538436_1672934152503.webp\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-05T15:55:52.660Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T15:39:57.948Z\"\n    },\n    \"session\": \"63b6ef4de952c0b05372f33d\"\n}\n\n</code></pre>\n","urlObject":{"path":["teachers","6401ffe7cfb281274af2364b","upload"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"78b6abdf-5e87-4818-99c6-0e8dd2270897","name":"success- avatar uploaded","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576179902.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/teachers/6401ffe7cfb281274af2364b/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"32"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"464"},{"key":"ETag","value":"W/\"1d0-RdSnedBCum8YoMVdeMyK+0rDWus\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:35:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"address\": {\n            \"street\": \"123 Main St.\",\n            \"city\": \"New Yorkx\",\n            \"state\": \"NY\"\n        },\n        \"_id\": \"6401ffe7cfb281274af2364b\",\n        \"teacher_name\": \"John Smith\",\n        \"mobile\": \"01860000001\",\n        \"email\": \"john.smith@example.com\",\n        \"dob\": \"1980-01-01T00:00:00.000Z\",\n        \"department\": \"Mathematics\",\n        \"qualifications\": [\n            \"Bachelor's Degree in Mathematics\",\n            \"Master's Degree in Mathematics\"\n        ],\n        \"avatar\": \"http://localhost:5000/uploads/teachers/1668576179902_1677854105611.webp\",\n        \"createdAt\": \"2023-03-03T14:10:47.058Z\"\n    }\n}"}],"_postman_id":"556381de-37e6-4a35-96fe-111664a2a1b5"},{"name":"DELETE","id":"d1993f03-1a56-4036-877f-478159d5f44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/teachers/640205bd2c99bf749a378a28","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["teachers","640205bd2c99bf749a378a28"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"08414e58-64d5-425d-a55f-08ffe149e501","name":"success - entry deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/teachers/640205bd2c99bf749a378a28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"35"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:36:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"d1993f03-1a56-4036-877f-478159d5f44d"}],"id":"c59aeda9-c772-4667-af14-d58e27e01798","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"c59aeda9-c772-4667-af14-d58e27e01798"},{"name":"STUDENTS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"217bd506-1ed2-4342-ba0e-2c98d410f11a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"address\": {\r\n            \"street\": \"987 Maple St.\",\r\n            \"city\": \"Seattle\",\r\n            \"state\": \"WA\"\r\n        },\r\n        \"student_name\": \"Jane Doe\",\r\n        \"roll_number\": \"20230029\",\r\n        \"mobile\": \"01946000000\",\r\n        \"email\": \"jdoex@example.com\",\r\n        \"password\": \"Password@1234\",\r\n        \"dob\": \"2005-07-15\",\r\n        \"gender\": \"female\",\r\n        \"blood_group\": \"B+\",\r\n        \"createdAt\": \"2023-02-25T18:00:29.144Z\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/students","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["students"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a277e867-4d95-4c0c-bc84-717d6dea6c5c","name":"success - student create success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"address\": {\r\n            \"street\": \"987 Maple St.\",\r\n            \"city\": \"Seattle\",\r\n            \"state\": \"WA\"\r\n        },\r\n        \"student_name\": \"Jane Doe\",\r\n        \"roll_number\": \"20230029\",\r\n        \"mobile\": \"01946000000\",\r\n        \"email\": \"jdoex@example.com\",\r\n        \"password\": \"Password@1234\",\r\n        \"dob\": \"2005-07-15\",\r\n        \"gender\": \"female\",\r\n        \"blood_group\": \"B+\",\r\n        \"createdAt\": \"2023-02-25T18:00:29.144Z\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/students"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"ETag","value":"W/\"15e-+YVnBLRNpykZUmyu2J7l0HKGqZo\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:42:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"student_name\": \"Jane Doe\",\n    \"roll_number\": \"20230029\",\n    \"mobile\": \"01946000000\",\n    \"email\": \"jdoex@example.com\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"dob\": \"2005-07-15\",\n    \"gender\": \"female\",\n    \"blood_group\": \"B+\",\n    \"address\": {\n        \"street\": \"987 Maple St.\",\n        \"city\": \"Seattle\",\n        \"state\": \"WA\"\n    },\n    \"_id\": \"640207652c99bf749a378a31\",\n    \"createdAt\": \"2023-02-25T18:00:29.144Z\"\n}"}],"_postman_id":"217bd506-1ed2-4342-ba0e-2c98d410f11a"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"fbb392c1-cf56-4ba0-ae41-14b75c673dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/students/6401ffe7cfb281274af23664","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["students","6401ffe7cfb281274af23664"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6d375b23-bdb2-4399-886f-f76a127622cb","name":"success - single students by ID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/students/6401ffe7cfb281274af23664"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"20"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"ETag","value":"W/\"15e-hEAp3fnydWLhvk2C0NkioADjtrs\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:42:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": {\n        \"street\": \"987 Maple St.\",\n        \"city\": \"Seattle\",\n        \"state\": \"WA\"\n    },\n    \"_id\": \"6401ffe7cfb281274af23664\",\n    \"student_name\": \"John Smith\",\n    \"roll_number\": \"2023001\",\n    \"mobile\": \"01946000001\",\n    \"email\": \"jsmith@example.com\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"dob\": \"2005-06-12\",\n    \"gender\": \"male\",\n    \"blood_group\": \"A+\",\n    \"createdAt\": \"2023-03-03T14:10:47.337Z\"\n}"}],"_postman_id":"fbb392c1-cf56-4ba0-ae41-14b75c673dd1"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"66c19087-b4cf-4987-b1b4-327615b7c042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/students?search&limit=2&page=1","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["students"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"description":{"content":"<p>find student by ['name']</p>\n","type":"text/plain"},"key":"search","value":null},{"key":"limit","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"429967c5-91ad-43e6-9a7e-1b1b8647c806","name":"success - all students data","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/students?search&limit=2&page=1","host":["http://127.0.0.1:5000/api/v1"],"path":["students"],"query":[{"key":"search","value":null,"description":"find student by ['name']"},{"key":"limit","value":"2"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"10"},{"key":"x-total-count","value":"10"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"701"},{"key":"ETag","value":"W/\"2bd-dPDtsLfj20UoxmY70mcme8pPuHY\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:37:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"address\": {\n            \"street\": \"987 Maple St.\",\n            \"city\": \"Seattle\",\n            \"state\": \"WA\"\n        },\n        \"_id\": \"6401ffe7cfb281274af23664\",\n        \"student_name\": \"John Smith\",\n        \"roll_number\": \"2023001\",\n        \"mobile\": \"01946000001\",\n        \"email\": \"jsmith@example.com\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"2005-06-12\",\n        \"gender\": \"male\",\n        \"blood_group\": \"A+\",\n        \"createdAt\": \"2023-03-03T14:10:47.337Z\"\n    },\n    {\n        \"address\": {\n            \"street\": \"987 Maple St.\",\n            \"city\": \"Seattle\",\n            \"state\": \"WA\"\n        },\n        \"_id\": \"6401ffe7cfb281274af23665\",\n        \"student_name\": \"Jane Doe\",\n        \"roll_number\": \"2023002\",\n        \"mobile\": \"01946000002\",\n        \"email\": \"jdoe@example.com\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"2005-07-15\",\n        \"gender\": \"female\",\n        \"blood_group\": \"B+\",\n        \"createdAt\": \"2023-03-03T14:10:47.338Z\"\n    }\n]"}],"_postman_id":"66c19087-b4cf-4987-b1b4-327615b7c042"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"251be2ca-0ecb-4d84-a959-822f6d6a5e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"student_name\": \"Jane Doex\",\r\n    \"roll_number\": \"20230029\",\r\n    \"mobile\": \"01946000000\",\r\n    \"email\": \"jdoex@example.com\",\r\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\r\n    \"dob\": \"2005-07-15\",\r\n    \"gender\": \"female\",\r\n    \"blood_group\": \"B+\",\r\n    \"address\": {\r\n        \"street\": \"987 Maple St.\",\r\n        \"city\": \"Seattle\",\r\n        \"state\": \"WA\"\r\n    },\r\n    \"_id\": \"640207652c99bf749a378a31\",\r\n    \"createdAt\": \"2023-02-25T18:00:29.144Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["students","640207652c99bf749a378a31"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e595cba5-8f73-4b5d-8176-fb692990de1e","name":"success - student updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"student_name\": \"Jane Doex\",\r\n    \"roll_number\": \"20230029\",\r\n    \"mobile\": \"01946000000\",\r\n    \"email\": \"jdoex@example.com\",\r\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\r\n    \"dob\": \"2005-07-15\",\r\n    \"gender\": \"female\",\r\n    \"blood_group\": \"B+\",\r\n    \"address\": {\r\n        \"street\": \"987 Maple St.\",\r\n        \"city\": \"Seattle\",\r\n        \"state\": \"WA\"\r\n    },\r\n    \"_id\": \"640207652c99bf749a378a31\",\r\n    \"createdAt\": \"2023-02-25T18:00:29.144Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"360"},{"key":"ETag","value":"W/\"168-jmn1JH7mAYSrl2tlZZoE2EBdUUM\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:43:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"address\": {\n            \"street\": \"987 Maple St.\",\n            \"city\": \"Seattle\",\n            \"state\": \"WA\"\n        },\n        \"_id\": \"640207652c99bf749a378a31\",\n        \"student_name\": \"Jane Doex\",\n        \"roll_number\": \"20230029\",\n        \"mobile\": \"01946000000\",\n        \"email\": \"jdoex@example.com\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"dob\": \"2005-07-15\",\n        \"gender\": \"female\",\n        \"blood_group\": \"B+\",\n        \"createdAt\": \"2023-02-25T18:00:29.144Z\"\n    }\n}"}],"_postman_id":"251be2ca-0ecb-4d84-a959-822f6d6a5e7a"},{"name":"UPDATE AVATAR","event":[{"listen":"test","script":{"id":"b5136a86-9f12-4667-b6dc-9c1f0272bdf5","exec":[""],"type":"text/javascript"}}],"id":"921aeabe-2009-4ceb-ad2b-406b7d8a9d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576179902.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31/upload","description":"<p>upload user avatar if avatar uploaded before it will be replaced by new upload if avatar from social media url just replace url link in document. Uploaded image will be converted into webp format and remove uploaded image.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>avatar</td>\n<td><code>multipart/form-data</code></td>\n<td>Maximum File Size 2000000 kb (2MB),  <br />Maximum File Limit 1, supported file format(png, jpg, jpeg)  <br /></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"http://localhost:5000/uploads/users/1668566538436_1672934152503.webp\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-05T15:55:52.660Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T15:39:57.948Z\"\n    },\n    \"session\": \"63b6ef4de952c0b05372f33d\"\n}\n\n</code></pre>\n","urlObject":{"path":["students","640207652c99bf749a378a31","upload"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7d607eb8-8790-451a-89b7-d63d1fee6268","name":"success - avatar updated","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576179902.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"31"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"391"},{"key":"ETag","value":"W/\"187-1gAaq12hMziHW5wrAOmNDiQi9FQ\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:44:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"address\": {\n            \"street\": \"987 Maple St.\",\n            \"city\": \"Seattle\",\n            \"state\": \"WA\"\n        },\n        \"_id\": \"640207652c99bf749a378a31\",\n        \"student_name\": \"Jane Doex\",\n        \"roll_number\": \"20230029\",\n        \"mobile\": \"01946000000\",\n        \"email\": \"jdoex@example.com\",\n        \"avatar\": \"http://localhost:5000/uploads/students/1668576179902_1677854646210.webp\",\n        \"dob\": \"2005-07-15\",\n        \"gender\": \"female\",\n        \"blood_group\": \"B+\",\n        \"createdAt\": \"2023-02-25T18:00:29.144Z\"\n    }\n}"}],"_postman_id":"921aeabe-2009-4ceb-ad2b-406b7d8a9d92"},{"name":"DELETE","id":"fc70b3c9-c7ff-4066-82fa-f380108807f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["students","640207652c99bf749a378a31"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"13ec029e-c4f1-4f93-a258-105ace4a3090","name":"success student deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/students/640207652c99bf749a378a31"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:44:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"fc70b3c9-c7ff-4066-82fa-f380108807f4"}],"id":"a2f16c75-5b94-417c-9bb7-da31dffa0496","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"a2f16c75-5b94-417c-9bb7-da31dffa0496"},{"name":"PARENTS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"b85f900d-9fa1-41fb-a794-6843b6732d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parent_name\": \"John Smith Sr.\",\r\n    \"mobile\": \"01346000000\",\r\n    \"password\": \"Password@1234\",\r\n    \"relation\": \"Father\",\r\n    \"children\": [\r\n        \"63fa5701d097a499690ac74c\",\r\n        \"63fa5701d097a499690ac74d\"\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.813Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/parents","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["parents"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"caf610e5-d48b-4cd5-b535-46fe2866b7f5","name":"success - parents created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parent_name\": \"John Smith Sr.\",\r\n    \"mobile\": \"01346000000\",\r\n    \"password\": \"Password@1234\",\r\n    \"relation\": \"Father\",\r\n    \"children\": [\r\n        \"63fa5701d097a499690ac74c\",\r\n        \"63fa5701d097a499690ac74d\"\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.813Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/parents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"266"},{"key":"ETag","value":"W/\"10a-OMDeJWMQ13R4fYkDb0BPulsqaeU\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:46:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"parent_name\": \"John Smith Sr.\",\n    \"mobile\": \"01346000000\",\n    \"relation\": \"Father\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"children\": [\n        \"63fa5701d097a499690ac74c\",\n        \"63fa5701d097a499690ac74d\"\n    ],\n    \"_id\": \"6402085f2c99bf749a378a3e\",\n    \"createdAt\": \"2023-02-25T18:44:17.813Z\"\n}"}],"_postman_id":"b85f900d-9fa1-41fb-a794-6843b6732d4a"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"53ac039b-8803-48aa-b3b3-0eba6f3b0e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/parents/6401ffe7cfb281274af23698","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["parents","6401ffe7cfb281274af23698"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cad29119-0726-4709-847f-1dc4f9609cee","name":"success - single parent by ID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/parents/6401ffe7cfb281274af23698"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"264"},{"key":"ETag","value":"W/\"108-lf+h0lmByGf5BFtCiNUb8u51cJI\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:46:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af23698\",\n    \"parent_name\": \"Jane Doe Sr.\",\n    \"mobile\": \"01346000002\",\n    \"relation\": \"Mother\",\n    \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n    \"children\": [\n        \"6401ffe7cfb281274af23666\",\n        \"6401ffe7cfb281274af23667\"\n    ],\n    \"createdAt\": \"2023-03-03T14:10:47.500Z\"\n}"}],"_postman_id":"53ac039b-8803-48aa-b3b3-0eba6f3b0e11"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"799a796e-ee91-47d1-85a1-6a0caceac9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/parents?search&limit=2&page=1","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["parents"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"description":{"content":"<p>find student by ['name']</p>\n","type":"text/plain"},"key":"search","value":null},{"key":"limit","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c6dc1125-da8d-4633-bdc3-c0804efbf727","name":"success - all parents json","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/parents?search&limit=2&page=1","host":["http://127.0.0.1:5000/api/v1"],"path":["parents"],"query":[{"key":"search","value":null,"description":"find student by ['name']"},{"key":"limit","value":"2"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"5"},{"key":"x-total-count","value":"5"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"ETag","value":"W/\"215-vgeF5K4nyKVxVHpUeLTm0JGmJUU\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:45:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe7cfb281274af23697\",\n        \"parent_name\": \"John Smith Sr.\",\n        \"mobile\": \"01346000001\",\n        \"relation\": \"Father\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"children\": [\n            \"6401ffe7cfb281274af23664\",\n            \"6401ffe7cfb281274af23665\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.500Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af23698\",\n        \"parent_name\": \"Jane Doe Sr.\",\n        \"mobile\": \"01346000002\",\n        \"relation\": \"Mother\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"children\": [\n            \"6401ffe7cfb281274af23666\",\n            \"6401ffe7cfb281274af23667\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.500Z\"\n    }\n]"}],"_postman_id":"799a796e-ee91-47d1-85a1-6a0caceac9b6"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"a4116e8e-ac9f-4772-a6de-9eee27b693f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parent_name\": \"John Smith Srx\",\r\n    \"mobile\": \"0134600000\",\r\n    \"password\": \"Password@1234\",\r\n    \"relation\": \"Father\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["parents","6402085f2c99bf749a378a3e"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"440930e1-444a-4001-9a31-71329f7abe61","name":"success - parents updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parent_name\": \"John Smith Srx\",\r\n    \"mobile\": \"0134600000\",\r\n    \"password\": \"Password@1234\",\r\n    \"relation\": \"Father\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"274"},{"key":"ETag","value":"W/\"112-VE07hozv4cfKawtrfZ8uPWcC4Hw\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:48:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"_id\": \"6402085f2c99bf749a378a3e\",\n        \"parent_name\": \"John Smith Srx\",\n        \"mobile\": \"0134600000\",\n        \"relation\": \"Father\",\n        \"avatar\": \"http://localhost:5000/default/avatar.jpg\",\n        \"children\": [\n            \"63fa5701d097a499690ac74c\",\n            \"63fa5701d097a499690ac74d\"\n        ],\n        \"createdAt\": \"2023-02-25T18:44:17.813Z\"\n    }\n}"}],"_postman_id":"a4116e8e-ac9f-4772-a6de-9eee27b693f7"},{"name":"UPDATE AVATAR","event":[{"listen":"test","script":{"id":"b5136a86-9f12-4667-b6dc-9c1f0272bdf5","exec":[""],"type":"text/javascript"}}],"id":"c8a8d98a-f052-4c99-b119-2f435093fe20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576233179.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e/upload","description":"<p>upload user avatar if avatar uploaded before it will be replaced by new upload if avatar from social media url just replace url link in document. Uploaded image will be converted into webp format and remove uploaded image.</p>\n<h4 id=\"request-body\">REQUEST BODY:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Level</strong></th>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>avatar</td>\n<td><code>multipart/form-data</code></td>\n<td>Maximum File Size 2000000 kb (2MB),  <br />Maximum File Limit 1, supported file format(png, jpg, jpeg)  <br /></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-demo\">Response Demo:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"user\": {\n        \"_id\": \"63b5cf02ab9194308f954a65\",\n        \"firstName\": \"Nazmul\",\n        \"lastName\": \"Huda\",\n        \"email\": \"nazmul@gmail.com\",\n        \"avatar\": \"http://localhost:5000/uploads/users/1668566538436_1672934152503.webp\",\n        \"mobile\": \"01746000000\",\n        \"about\": \"I'm a self-taught passionate Web Application Developer specialized in MERN Stack Web Development. JavaScript is my native programming language. I use HTML, CSS, and Tailwind to design a perfect responsive website template and give them life using React.JS. I can develop scalable REST APIs using Node.JS, Express.JS and MongoDB and connect them with front-end single page applications. Use Redux for State management &amp; RTK Query for Caching and Revalidation.\",\n        \"dob\": \"2001-12-31T18:00:00.000Z\",\n        \"totalSupportedCount\": 0,\n        \"totalWatchTime\": 0,\n        \"totalLikesCount\": 0,\n        \"totalReactionsCount\": 0,\n        \"totalTweetForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"userStatus\": \"active\",\n        \"createdAt\": \"2023-01-04T19:09:54.758Z\",\n        \"updatedAt\": \"2023-01-05T15:55:52.660Z\"\n    },\n    \"creator\": {\n        \"_id\": \"63b5cf02ab9194308f954a92\",\n        \"user\": \"63b5cf02ab9194308f954a65\",\n        \"availability\": 1,\n        \"totalSupportedCount\": 0,\n        \"totalUploadedVideos\": 0,\n        \"totalLiveVideosCount\": 0,\n        \"totalTweetsCount\": 0,\n        \"totalViewsCount\": 0,\n        \"totalWatchTimeCount\": 0,\n        \"totalLikesCount\": 0,\n        \"totalTweetsForwardsCount\": 0,\n        \"totalSharesCount\": 0,\n        \"totalTweetSharesCount\": 0,\n        \"totalVideoSharesCount\": 0,\n        \"totalCommentsCount\": 0,\n        \"totalNotInterestedCount\": 0,\n        \"totalReportsCount\": 0,\n        \"totalProfileSearchCount\": 0,\n        \"totalProfileViewsCount\": 0,\n        \"createdAt\": \"2023-01-04T19:09:54.807Z\",\n        \"updatedAt\": \"2023-01-05T15:39:57.948Z\"\n    },\n    \"session\": \"63b6ef4de952c0b05372f33d\"\n}\n\n</code></pre>\n","urlObject":{"path":["parents","6402085f2c99bf749a378a3e","upload"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"935dd47a-a3c8-4564-acaf-2146d762dd07","name":"success - avatar uploaded","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/prona/OneDrive/Inspirations/1668576233179.jpg"}]},"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"44"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"304"},{"key":"ETag","value":"W/\"130-dLCUkzYdAJX74uREaMaO4slxT3I\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:49:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"_id\": \"6402085f2c99bf749a378a3e\",\n        \"parent_name\": \"John Smith Srx\",\n        \"mobile\": \"0134600000\",\n        \"relation\": \"Father\",\n        \"avatar\": \"http://localhost:5000/uploads/parents/1668576233179_1677854993667.webp\",\n        \"children\": [\n            \"63fa5701d097a499690ac74c\",\n            \"63fa5701d097a499690ac74d\"\n        ],\n        \"createdAt\": \"2023-02-25T18:44:17.813Z\"\n    }\n}"}],"_postman_id":"c8a8d98a-f052-4c99-b119-2f435093fe20"},{"name":"DELETE","id":"e5701715-af91-46dd-868a-36a583b88c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["parents","6402085f2c99bf749a378a3e"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6ff31a6a-0c9b-4cfb-97be-405590febe85","name":"success - user deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/parents/6402085f2c99bf749a378a3e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"21"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:50:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"e5701715-af91-46dd-868a-36a583b88c9a"}],"id":"1826abb6-4f92-40ce-8e1d-1461acf1b430","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"1826abb6-4f92-40ce-8e1d-1461acf1b430"},{"name":"CLASSES [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"f705f19e-4be9-46fa-b3cd-7e6fcac069bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class_name\": 1,\r\n    \"number_of_students\": 20,\r\n    \"schedule\": [\r\n        {\r\n            \"day\": \"2023-02-14T00:00:00.000Z\",\r\n            \"start_time\": \"08:30\",\r\n            \"end_time\": \"10:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7aa\"\r\n        },\r\n        {\r\n            \"day\": \"2023-02-16T00:00:00.000Z\",\r\n            \"start_time\": \"09:00\",\r\n            \"end_time\": \"11:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7ab\"\r\n        }\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/classes","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["classes"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c3dd77f6-5fa6-43cd-b7d1-339f68f4d694","name":"success - class created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class_name\": 1,\r\n    \"number_of_students\": 20,\r\n    \"schedule\": [\r\n        {\r\n            \"day\": \"2023-02-14T00:00:00.000Z\",\r\n            \"start_time\": \"08:30\",\r\n            \"end_time\": \"10:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7aa\"\r\n        },\r\n        {\r\n            \"day\": \"2023-02-16T00:00:00.000Z\",\r\n            \"start_time\": \"09:00\",\r\n            \"end_time\": \"11:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7ab\"\r\n        }\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/classes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"21"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"ETag","value":"W/\"155-x2RCbjXlxyDEWKeystye1b5uQ0Q\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:51:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"class_name\": 1,\n    \"number_of_students\": 20,\n    \"schedule\": [\n        {\n            \"day\": \"2023-02-14T00:00:00.000Z\",\n            \"start_time\": \"08:30\",\n            \"end_time\": \"10:00\",\n            \"_id\": \"63fa5701d097a499690ac7aa\"\n        },\n        {\n            \"day\": \"2023-02-16T00:00:00.000Z\",\n            \"start_time\": \"09:00\",\n            \"end_time\": \"11:00\",\n            \"_id\": \"63fa5701d097a499690ac7ab\"\n        }\n    ],\n    \"_id\": \"640209642c99bf749a378a4f\",\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\n}"}],"_postman_id":"f705f19e-4be9-46fa-b3cd-7e6fcac069bc"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"030be1df-8259-441b-ad7c-23affe582b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/classes/6401ffe7cfb281274af236c4","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["classes","6401ffe7cfb281274af236c4"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"97b17a31-2eaa-437f-9b8d-66c1f4cd8dca","name":"success - single class by classID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/classes/6401ffe7cfb281274af236c4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"ETag","value":"W/\"155-MwFZLCFdvLHgnmQ9ciwvqMzyCzw\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:50:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af236c4\",\n    \"class_name\": 2,\n    \"number_of_students\": 18,\n    \"schedule\": [\n        {\n            \"day\": \"2023-02-13T00:00:00.000Z\",\n            \"start_time\": \"10:00\",\n            \"end_time\": \"11:30\",\n            \"_id\": \"6401ffe7cfb281274af236c5\"\n        },\n        {\n            \"day\": \"2023-02-15T00:00:00.000Z\",\n            \"start_time\": \"11:00\",\n            \"end_time\": \"13:00\",\n            \"_id\": \"6401ffe7cfb281274af236c6\"\n        }\n    ],\n    \"createdAt\": \"2023-03-03T14:10:47.524Z\"\n}"}],"_postman_id":"030be1df-8259-441b-ad7c-23affe582b08"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"7ebd8157-d294-47b0-b625-cdd920c6190d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/classes?search&limit=2&page=1","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["classes"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"description":{"content":"<p>find student by ['name']</p>\n","type":"text/plain"},"key":"search","value":null},{"key":"limit","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"5f4a8541-7995-4e1d-a617-b99eb50d7e90","name":"success - all classes json","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/classes?search&limit=2&page=1","host":["http://127.0.0.1:5000/api/v1"],"path":["classes"],"query":[{"key":"search","value":null,"description":"find student by ['name']"},{"key":"limit","value":"2"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"97"},{"key":"RateLimit-Reset","value":"2"},{"key":"x-total-count","value":"7"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"685"},{"key":"ETag","value":"W/\"2ad-D9mHn7JV1vKNx901ppjNem2TagI\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:50:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe7cfb281274af236c1\",\n        \"class_name\": 1,\n        \"number_of_students\": 20,\n        \"schedule\": [\n            {\n                \"day\": \"2023-02-14T00:00:00.000Z\",\n                \"start_time\": \"08:30\",\n                \"end_time\": \"10:00\",\n                \"_id\": \"6401ffe7cfb281274af236c2\"\n            },\n            {\n                \"day\": \"2023-02-16T00:00:00.000Z\",\n                \"start_time\": \"09:00\",\n                \"end_time\": \"11:00\",\n                \"_id\": \"6401ffe7cfb281274af236c3\"\n            }\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.523Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236c4\",\n        \"class_name\": 2,\n        \"number_of_students\": 18,\n        \"schedule\": [\n            {\n                \"day\": \"2023-02-13T00:00:00.000Z\",\n                \"start_time\": \"10:00\",\n                \"end_time\": \"11:30\",\n                \"_id\": \"6401ffe7cfb281274af236c5\"\n            },\n            {\n                \"day\": \"2023-02-15T00:00:00.000Z\",\n                \"start_time\": \"11:00\",\n                \"end_time\": \"13:00\",\n                \"_id\": \"6401ffe7cfb281274af236c6\"\n            }\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.524Z\"\n    }\n]"}],"_postman_id":"7ebd8157-d294-47b0-b625-cdd920c6190d"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"ca9c14bc-ce08-44ca-8def-8526085e412f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class_name\": 1,\r\n    \"number_of_students\": 20,\r\n    \"schedule\": [\r\n        {\r\n            \"day\": \"2023-02-14T00:00:00.000Z\",\r\n            \"start_time\": \"08:30\",\r\n            \"end_time\": \"10:30\",\r\n            \"_id\": \"63fa5701d097a499690ac7aa\"\r\n        },\r\n        {\r\n            \"day\": \"2023-02-16T00:00:00.000Z\",\r\n            \"start_time\": \"09:00\",\r\n            \"end_time\": \"11:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7ab\"\r\n        }\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/classes/640209642c99bf749a378a4f","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["classes","640209642c99bf749a378a4f"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"053b96ab-08a7-485d-98b0-1d0242cc143e","name":"success - classes updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class_name\": 1,\r\n    \"number_of_students\": 20,\r\n    \"schedule\": [\r\n        {\r\n            \"day\": \"2023-02-14T00:00:00.000Z\",\r\n            \"start_time\": \"08:30\",\r\n            \"end_time\": \"10:30\",\r\n            \"_id\": \"63fa5701d097a499690ac7aa\"\r\n        },\r\n        {\r\n            \"day\": \"2023-02-16T00:00:00.000Z\",\r\n            \"start_time\": \"09:00\",\r\n            \"end_time\": \"11:00\",\r\n            \"_id\": \"63fa5701d097a499690ac7ab\"\r\n        }\r\n    ],\r\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/classes/640209642c99bf749a378a4f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"ETag","value":"W/\"155-SDox/j+izf9GBzTIRPfYY8pCD80\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:51:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"640209642c99bf749a378a4f\",\n    \"class_name\": 1,\n    \"number_of_students\": 20,\n    \"schedule\": [\n        {\n            \"day\": \"2023-02-14T00:00:00.000Z\",\n            \"start_time\": \"08:30\",\n            \"end_time\": \"10:30\",\n            \"_id\": \"63fa5701d097a499690ac7aa\"\n        },\n        {\n            \"day\": \"2023-02-16T00:00:00.000Z\",\n            \"start_time\": \"09:00\",\n            \"end_time\": \"11:00\",\n            \"_id\": \"63fa5701d097a499690ac7ab\"\n        }\n    ],\n    \"createdAt\": \"2023-02-25T18:44:17.835Z\"\n}"}],"_postman_id":"ca9c14bc-ce08-44ca-8def-8526085e412f"},{"name":"DELETE","id":"b863e20e-704e-407f-9d3d-88035d604956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/classes/640209642c99bf749a378a4f","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["classes","640209642c99bf749a378a4f"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cb635cac-5356-40de-bc6d-21623b77efc7","name":"success - class deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/classes/640209642c99bf749a378a4f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 14:51:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"b863e20e-704e-407f-9d3d-88035d604956"}],"id":"61482dda-0b47-49ca-9000-def40514658d","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"61482dda-0b47-49ca-9000-def40514658d"},{"name":"SUBJECTS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"f73282d2-7f84-4ae2-b727-01baa592907e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"subject_name\": \"Languages\",\r\n        \"syllabus\": [\r\n            \"French\",\r\n            \"Spanish\",\r\n            \"German\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/subjects","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["subjects"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3eec7759-c3a3-41a4-8bfa-c2b91e88f431","name":"success - subject created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"subject_name\": \"Languages\",\r\n        \"syllabus\": [\r\n            \"French\",\r\n            \"Spanish\",\r\n            \"German\"\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/subjects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-7KuDDc8uHVFRUB4lmW8uaRULC20\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:27:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"subject_name\": \"Languages\",\n    \"syllabus\": [\n        \"French\",\n        \"Spanish\",\n        \"German\"\n    ],\n    \"_id\": \"640211fd3a12c42fa6d4b15b\",\n    \"createdAt\": \"2023-03-03T15:27:57.682Z\"\n}"}],"_postman_id":"f73282d2-7f84-4ae2-b727-01baa592907e"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"2ed4aa8d-0d57-4673-ba81-dd5fe16262b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/subjects/640211fd3a12c42fa6d4b15b","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["subjects","640211fd3a12c42fa6d4b15b"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1b7dc774-c8f1-4e62-b0ae-40c9d4158b30","name":"success- single subject by ID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/subjects/640211fd3a12c42fa6d4b15b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"18"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-izi9ZdeWKMAhomovrF74fbfXGjk\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:28:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"640211fd3a12c42fa6d4b15b\",\n    \"subject_name\": \"Languages\",\n    \"syllabus\": [\n        \"French\",\n        \"Spanish\",\n        \"German\"\n    ],\n    \"createdAt\": \"2023-03-03T15:27:57.682Z\"\n}"}],"_postman_id":"2ed4aa8d-0d57-4673-ba81-dd5fe16262b3"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"a8c1587c-28c1-42d4-a182-15cdfcb88105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/subjects?search&page=1&limit=10","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["subjects"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"e4967370-83e6-4456-9563-909a17e1dbdb","name":"success - subjects json array","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/subjects?search&page=1&limit=10","host":["http://127.0.0.1:5000/api/v1"],"path":["subjects"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"37"},{"key":"x-total-count","value":"12"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1520"},{"key":"ETag","value":"W/\"5f0-wluJ07aeI97oFAcibplZ5Hl1ihQ\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:30:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe7cfb281274af236b4\",\n        \"subject_name\": \"Languages\",\n        \"syllabus\": [\n            \"French\",\n            \"Spanish\",\n            \"German\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236b5\",\n        \"subject_name\": \"Economics\",\n        \"syllabus\": [\n            \"Microeconomics\",\n            \"Macroeconomics\",\n            \"International Trade\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236b0\",\n        \"subject_name\": \"Computer Science\",\n        \"syllabus\": [\n            \"Programming\",\n            \"Data Structures\",\n            \"Algorithms\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236b3\",\n        \"subject_name\": \"Physical Education\",\n        \"syllabus\": [\n            \"Sports\",\n            \"Fitness\",\n            \"Health\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236b1\",\n        \"subject_name\": \"Art\",\n        \"syllabus\": [\n            \"Drawing\",\n            \"Painting\",\n            \"Sculpture\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236af\",\n        \"subject_name\": \"Social Studies\",\n        \"syllabus\": [\n            \"History\",\n            \"Geography\",\n            \"Civics\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236ad\",\n        \"subject_name\": \"English\",\n        \"syllabus\": [\n            \"Grammar\",\n            \"Literature\",\n            \"Writing\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236ac\",\n        \"subject_name\": \"Mathematics\",\n        \"syllabus\": [\n            \"Algebra\",\n            \"Geometry\",\n            \"Trigonometry\",\n            \"Calculus\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236ae\",\n        \"subject_name\": \"Science\",\n        \"syllabus\": [\n            \"Biology\",\n            \"Chemistry\",\n            \"Physics\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236b2\",\n        \"subject_name\": \"Music\",\n        \"syllabus\": [\n            \"Theory\",\n            \"Composition\",\n            \"Performance\"\n        ],\n        \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n    }\n]"}],"_postman_id":"a8c1587c-28c1-42d4-a182-15cdfcb88105"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"c78356f2-746f-42a0-9ec6-b86833b02f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_name\": \"Languagesx\",\r\n    \"syllabus\": [\r\n        \"French\",\r\n        \"Spanish\",\r\n        \"German\"\r\n    ],\r\n    \"createdAt\": \"2023-03-03T15:27:57.682Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/subjects/6401ffe7cfb281274af236b4","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["subjects","6401ffe7cfb281274af236b4"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"99fb81ab-9416-4bcf-96c5-5f263669efed","name":"success - update subjects by ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_name\": \"Languagesx\",\r\n    \"syllabus\": [\r\n        \"French\",\r\n        \"Spanish\",\r\n        \"German\"\r\n    ],\r\n    \"createdAt\": \"2023-03-03T15:27:57.682Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/subjects/6401ffe7cfb281274af236b4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"28"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-nuUH7bJ8lgfRJfKGn3dk2AwnaP4\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:31:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af236b4\",\n    \"subject_name\": \"Languagesx\",\n    \"syllabus\": [\n        \"French\",\n        \"Spanish\",\n        \"German\"\n    ],\n    \"createdAt\": \"2023-03-03T14:10:47.510Z\"\n}"}],"_postman_id":"c78356f2-746f-42a0-9ec6-b86833b02f2f"},{"name":"DELETE","id":"51f8696c-3b26-4d95-bd33-4d8678365b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/subjects/6401ffe7cfb281274af236b4","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["subjects","6401ffe7cfb281274af236b4"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e08bbd57-1c4d-47f9-bb98-11bbd0a59c52","name":"success - entry deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/subjects/6401ffe7cfb281274af236b4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:32:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"51f8696c-3b26-4d95-bd33-4d8678365b2c"}],"id":"a7044995-2e0b-41cd-b3d1-e0a49fe7414f","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"a7044995-2e0b-41cd-b3d1-e0a49fe7414f"},{"name":"EVENTS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"9b0aff3d-db81-40e9-b9bc-517ce35d8424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_name\": \"Annual Sports Dax\",\r\n    \"date\": \"2023-02-28T00:00:00.000Z\",\r\n    \"startsAt\": \"09:00:00\",\r\n    \"endsAt\": \"15:00:00\",\r\n    \"venue\": \"School Playground\",\r\n    \"description\": \"A day full of exciting sports events for all students.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/events","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["events"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"66a5f661-807f-47bc-9a3f-727587d69ecc","name":"success - event created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_name\": \"Annual Sports Dax\",\r\n    \"date\": \"2023-02-28T00:00:00.000Z\",\r\n    \"startsAt\": \"09:00:00\",\r\n    \"endsAt\": \"15:00:00\",\r\n    \"venue\": \"School Playground\",\r\n    \"description\": \"A day full of exciting sports events for all students.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"17"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"281"},{"key":"ETag","value":"W/\"119-ZiGuwLGvb4jHptq5EcD9i0mV5H0\""},{"key":"Date","value":"Fri, 03 Mar 2023 16:47:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_name\": \"Annual Sports Dax\",\n    \"date\": \"2023-02-28T00:00:00.000Z\",\n    \"startsAt\": \"09:00:00\",\n    \"endsAt\": \"15:00:00\",\n    \"venue\": \"School Playground\",\n    \"description\": \"A day full of exciting sports events for all students.\",\n    \"_id\": \"640224b1f2bd47440767f7ff\",\n    \"createdAt\": \"2023-03-03T16:47:45.281Z\"\n}"}],"_postman_id":"9b0aff3d-db81-40e9-b9bc-517ce35d8424"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"08a464c7-0e4a-4fb0-9207-9b30af747a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["events","6401ffe7cfb281274af236f3"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"54cc4a42-c553-48a0-9b8a-6426614ad442","name":"success - single event data by ID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"281"},{"key":"ETag","value":"W/\"119-EWgBEXl2yBiRUVEt9Bn7LoM1tG8\""},{"key":"Date","value":"Fri, 03 Mar 2023 16:47:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af236f3\",\n    \"event_name\": \"Annual Sports Day\",\n    \"date\": \"2023-02-28T00:00:00.000Z\",\n    \"startsAt\": \"09:00:00\",\n    \"endsAt\": \"15:00:00\",\n    \"venue\": \"School Playground\",\n    \"description\": \"A day full of exciting sports events for all students.\",\n    \"createdAt\": \"2023-03-03T14:10:47.546Z\"\n}"}],"_postman_id":"08a464c7-0e4a-4fb0-9207-9b30af747a6f"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"7ab5141a-c98b-4c7b-9585-7f6c0a56241a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/events?search&limit=10&page=1","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["events"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"key":"search","value":null},{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"5091a9e1-1521-4c05-90d1-37ed8510bb38","name":"success - all events array","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/events?search&limit=10&page=1","host":["http://127.0.0.1:5000/api/v1"],"path":["events"],"query":[{"key":"search","value":null},{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"31"},{"key":"x-total-count","value":"9"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2659"},{"key":"ETag","value":"W/\"a63-Gq7cXh2b62KNPVMqz5pSGtFTUHI\""},{"key":"Date","value":"Fri, 03 Mar 2023 16:46:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe7cfb281274af236f3\",\n        \"event_name\": \"Annual Sports Day\",\n        \"date\": \"2023-02-28T00:00:00.000Z\",\n        \"startsAt\": \"09:00:00\",\n        \"endsAt\": \"15:00:00\",\n        \"venue\": \"School Playground\",\n        \"description\": \"A day full of exciting sports events for all students.\",\n        \"createdAt\": \"2023-03-03T14:10:47.546Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f4\",\n        \"event_name\": \"Parent-Teacher Meeting\",\n        \"date\": \"2023-03-10T00:00:00.000Z\",\n        \"startsAt\": \"16:00:00\",\n        \"endsAt\": \"19:00:00\",\n        \"venue\": \"School Auditorium\",\n        \"description\": \"Opportunity for parents to meet their child's teachers and discuss academic progress.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f5\",\n        \"event_name\": \"Science Fair\",\n        \"date\": \"2023-04-15T00:00:00.000Z\",\n        \"startsAt\": \"10:00:00\",\n        \"endsAt\": \"14:00:00\",\n        \"venue\": \"School Science Lab\",\n        \"description\": \"Students showcase their innovative and creative science projects.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f6\",\n        \"event_name\": \"Annual Day Celebration\",\n        \"date\": \"2023-05-20T00:00:00.000Z\",\n        \"startsAt\": \"17:00:00\",\n        \"endsAt\": \"21:00:00\",\n        \"venue\": \"School Auditorium\",\n        \"description\": \"A cultural extravaganza showcasing the talents of our students.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f7\",\n        \"event_name\": \"Field Trip\",\n        \"date\": \"2023-06-05T00:00:00.000Z\",\n        \"startsAt\": \"08:00:00\",\n        \"endsAt\": \"16:00:00\",\n        \"venue\": \"City Zoo\",\n        \"description\": \"An educational and fun-filled trip to the zoo for our students.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f8\",\n        \"event_name\": \"Teacher's Day\",\n        \"date\": \"2023-09-05T00:00:00.000Z\",\n        \"startsAt\": \"10:00:00\",\n        \"endsAt\": \"11:30:00\",\n        \"venue\": \"School Auditorium\",\n        \"description\": \"A special event to express gratitude and appreciation towards our teachers.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236f9\",\n        \"event_name\": \"Independence Day Celebration\",\n        \"date\": \"2023-08-15T00:00:00.000Z\",\n        \"startsAt\": \"09:00:00\",\n        \"endsAt\": \"10:30:00\",\n        \"venue\": \"School Ground\",\n        \"description\": \"A patriotic event to celebrate India's Independence Day.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236fa\",\n        \"event_name\": \"Christmas Celebration\",\n        \"date\": \"2023-12-25T00:00:00.000Z\",\n        \"startsAt\": \"11:00:00\",\n        \"endsAt\": \"13:00:00\",\n        \"venue\": \"School Auditorium\",\n        \"description\": \"A festive event to celebrate Christmas and spread joy and happiness.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af236fb\",\n        \"event_name\": \"Inter-School Debate Competition\",\n        \"date\": \"2023-07-10T00:00:00.000Z\",\n        \"startsAt\": \"10:00:00\",\n        \"endsAt\": \"14:00:00\",\n        \"venue\": \"School Auditorium\",\n        \"description\": \"Students participate in a debating competition with other schools.\",\n        \"createdAt\": \"2023-03-03T14:10:47.547Z\"\n    }\n]"}],"_postman_id":"7ab5141a-c98b-4c7b-9585-7f6c0a56241a"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"83a75a4d-25ac-4996-86ab-3f600072e0f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_name\": \"Annual Sports Dax\",\r\n    \"date\": \"2023-02-28T00:00:00.000Z\",\r\n    \"startsAt\": \"09:00:00\",\r\n    \"endsAt\": \"15:00:00\",\r\n    \"venue\": \"School Playgroundx\",\r\n    \"description\": \"A day full of exciting sports events for all students.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["events","6401ffe7cfb281274af236f3"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"23cf0542-d280-4320-8110-e1b7deae00df","name":"success - events updated BY ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_name\": \"Annual Sports Dax\",\r\n    \"date\": \"2023-02-28T00:00:00.000Z\",\r\n    \"startsAt\": \"09:00:00\",\r\n    \"endsAt\": \"15:00:00\",\r\n    \"venue\": \"School Playgroundx\",\r\n    \"description\": \"A day full of exciting sports events for all students.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"41"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-PhE4myrW8hl+PfzWLDxZKTxuNEY\""},{"key":"Date","value":"Fri, 03 Mar 2023 16:54:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af236f3\",\n    \"event_name\": \"Annual Sports Dax\",\n    \"date\": \"2023-02-28T00:00:00.000Z\",\n    \"startsAt\": \"09:00:00\",\n    \"endsAt\": \"15:00:00\",\n    \"venue\": \"School Playgroundx\",\n    \"description\": \"A day full of exciting sports events for all students.\",\n    \"createdAt\": \"2023-03-03T14:10:47.546Z\"\n}"}],"_postman_id":"83a75a4d-25ac-4996-86ab-3f600072e0f4"},{"name":"DELETE","id":"9c61958e-4ba8-48da-b89e-c2be1dc4eace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["events","6401ffe7cfb281274af236f3"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5ec15574-ed3b-4c7e-9bcb-d534f22cde1a","name":"success - entry deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/events/6401ffe7cfb281274af236f3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"98"},{"key":"RateLimit-Reset","value":"6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 16:54:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"9c61958e-4ba8-48da-b89e-c2be1dc4eace"}],"id":"fde13adb-475b-41e3-8183-8f66b5297464","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"fde13adb-475b-41e3-8183-8f66b5297464"},{"name":"NOTIFICATIONS [private] *","item":[{"name":"CREATE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"c2653170-61c9-48b8-a995-b9b1e91d6363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Meeting reminder\",\r\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\r\n    \"date\": \"2022-03-15T11:30:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/notifications","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["notifications"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"116d3569-1e36-4d23-8492-7e486a5be35a","name":"success - notification created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Meeting reminder\",\r\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\r\n    \"date\": \"2022-03-15T11:30:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/notifications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"13"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"ETag","value":"W/\"ba-DE424Uq0ces0atHuvctL1vJpBuo\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:49:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Meeting reminder\",\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\n    \"date\": \"2022-03-15T11:30:00.000Z\",\n    \"_id\": \"6402171776a5bbe797bf17cb\",\n    \"createdAt\": \"2023-03-03T15:49:43.414Z\"\n}"}],"_postman_id":"c2653170-61c9-48b8-a995-b9b1e91d6363"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"cbf0190d-4350-46ae-8301-d2ad834e7988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications/6401ffe7cfb281274af23708","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["notifications","6401ffe7cfb281274af23708"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cd762b22-7d82-4ad4-91dc-547da6c307f1","name":"success - single notification by ID","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications/6401ffe7cfb281274af23708"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"97"},{"key":"RateLimit-Reset","value":"9"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"ETag","value":"W/\"ba-6khsGM2zf+DcE8EQ3oYqUUaUAr8\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:48:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6401ffe7cfb281274af23708\",\n    \"title\": \"Meeting reminder\",\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\n    \"date\": \"2022-03-15T11:30:00.000Z\",\n    \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n}"}],"_postman_id":"cbf0190d-4350-46ae-8301-d2ad834e7988"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"9b54c7f8-2b40-4405-bd46-8ce4d0e98ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["notifications"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7b93c3b6-dd55-4d40-b617-19301531d47d","name":"success - notification json array","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"59"},{"key":"x-total-count","value":"8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1464"},{"key":"ETag","value":"W/\"5b8-sP2UFMglTmuXbaJ5khfY0k8YlbM\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:47:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6401ffe7cfb281274af23706\",\n        \"title\": \"Website maintenance\",\n        \"message\": \"Our website will be down for maintenance tomorrow\",\n        \"date\": \"2022-03-16T02:00:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af23707\",\n        \"title\": \"New order\",\n        \"message\": \"You have a new order from John\",\n        \"date\": \"2022-03-14T18:15:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af23708\",\n        \"title\": \"Meeting reminder\",\n        \"message\": \"Your meeting with Jane is in 30 minutes\",\n        \"date\": \"2022-03-15T11:30:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af23709\",\n        \"title\": \"Product update\",\n        \"message\": \"We've released a new version of our app\",\n        \"date\": \"2022-03-13T16:30:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af2370a\",\n        \"title\": \"New follower\",\n        \"message\": \"You have a new follower on Twitter\",\n        \"date\": \"2022-03-14T09:15:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af2370b\",\n        \"title\": \"Payment received\",\n        \"message\": \"Your payment of $50.00 has been received\",\n        \"date\": \"2022-03-15T11:45:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.557Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af2370c\",\n        \"title\": \"Reminder\",\n        \"message\": \"Your appointment is tomorrow at 2:00 PM\",\n        \"date\": \"2022-03-16T14:00:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.558Z\"\n    },\n    {\n        \"_id\": \"6401ffe7cfb281274af2370d\",\n        \"title\": \"New message\",\n        \"message\": \"You have a new message from John\",\n        \"date\": \"2022-03-15T10:30:00.000Z\",\n        \"createdAt\": \"2023-03-03T14:10:47.558Z\"\n    }\n]"}],"_postman_id":"9b54c7f8-2b40-4405-bd46-8ce4d0e98ee5"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"291cf893-1252-450b-94fb-f862548e9489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Meeting reminderx\",\r\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\r\n    \"date\": \"2022-03-15T11:30:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/notifications/6402171776a5bbe797bf17cb","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["notifications","6402171776a5bbe797bf17cb"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"699be960-2845-4c9d-aae5-bd2d3709d9f9","name":"success - notificatoni update successfully","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Meeting reminderx\",\r\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\r\n    \"date\": \"2022-03-15T11:30:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/notifications/6402171776a5bbe797bf17cb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-9+vwZ0Yf7KycytvUH4+/jb/YQxk\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:50:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6402171776a5bbe797bf17cb\",\n    \"title\": \"Meeting reminderx\",\n    \"message\": \"Your meeting with Jane is in 30 minutes\",\n    \"date\": \"2022-03-15T11:30:00.000Z\",\n    \"createdAt\": \"2023-03-03T15:49:43.414Z\"\n}"}],"_postman_id":"291cf893-1252-450b-94fb-f862548e9489"},{"name":"DELETE","id":"87a073f7-66db-448d-820f-8df1ee3bcde5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications/6402171776a5bbe797bf17cb","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["notifications","6402171776a5bbe797bf17cb"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"41631db6-2474-4866-9377-b501cbc084cd","name":"success - entry deleted","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/notifications/6402171776a5bbe797bf17cb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"53"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Fri, 03 Mar 2023 15:52:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"87a073f7-66db-448d-820f-8df1ee3bcde5"}],"id":"029e651c-d7ae-4694-9d0a-6c364dceab1c","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"029e651c-d7ae-4694-9d0a-6c364dceab1c"},{"name":"ATTANDANCE [private] *","item":[{"name":"GENERATE_ATTANDANCE","event":[{"listen":"test","script":{"id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d","exec":[""],"type":"text/javascript"}}],"id":"4ab6ddb1-e394-4b77-bfec-b568ba48ddae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/attendances/generate/640617a6aadda6a344a722db?date=Tue Jun 02 2026 11:47:57 GMT+0000 (Coordinated Universal Time)","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["attendances","generate","640617a6aadda6a344a722db"],"host":["http://127.0.0.1:5000/api/v1"],"query":[{"key":"date","value":"Tue Jun 02 2026 08:59:26 GMT+0000 (Coordinated Universal Time)"}],"variable":[]}},"response":[{"id":"6638fab1-276b-4cb3-8a80-7de6e8965bd7","name":"success- generate student attendance by classID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/api/v1/attendances/generate/640617a6aadda6a344a722db?date=Tue Jun 02 2026 07:25:33 GMT+0000 (Coordinated Universal Time)","host":["http://127.0.0.1:5000/api/v1"],"path":["attendances","generate","640617a6aadda6a344a722db"],"query":[{"key":"date","value":"Mon Jun 01 2026 19:47:37 GMT+0000 (Coordinated Universal Time)"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"92"},{"key":"RateLimit-Reset","value":"39"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"331"},{"key":"ETag","value":"W/\"14b-kaXIBWXbzUg27LKYdYaLExcsoTI\""},{"key":"Date","value":"Thu, 09 Mar 2023 21:11:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2023-03-09T14:06:05.000Z\",\n    \"class\": \"640617a6aadda6a344a722db\",\n    \"attendance\": [\n        {\n            \"student\": \"640617a6aadda6a344a722fd\",\n            \"status\": false,\n            \"_id\": \"640a4b72e78d49de9a391a33\"\n        },\n        {\n            \"student\": \"640617a6aadda6a344a72301\",\n            \"status\": false,\n            \"_id\": \"640a4b72e78d49de9a391a34\"\n        }\n    ],\n    \"_id\": \"640a4b72e78d49de9a391a32\",\n    \"createdAt\": \"2023-03-09T21:11:14.141Z\"\n}"}],"_postman_id":"4ab6ddb1-e394-4b77-bfec-b568ba48ddae"},{"name":"UPDATE_BY_ATTENDANCE_ID","event":[{"listen":"test","script":{"id":"1e075916-26d0-4540-a8b0-83cbbb11b121","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4","exec":[""],"type":"text/javascript"}}],"id":"1c78f32d-1d41-4bb4-9282-f5bb55c77f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"students\": [\"640617a6aadda6a344a722fd\", \"640617a6aadda6a344a72301\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["attendances","640a4b5ee78d49de9a391a08"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ada2aa64-5fac-4327-bc01-11bc4832311a","name":"success - multiple student bulk present by attendance ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"students\": [\"640617a6aadda6a344a722fd\", \"640617a6aadda6a344a72301\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"ETag","value":"W/\"149-IYtIRic6EFQq3g6XqqHmTCnorN4\""},{"key":"Date","value":"Thu, 09 Mar 2023 21:43:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"640a4b5ee78d49de9a391a08\",\n    \"date\": \"2023-03-09T05:20:35.000Z\",\n    \"class\": \"640617a6aadda6a344a722db\",\n    \"attendance\": [\n        {\n            \"student\": \"640617a6aadda6a344a722fd\",\n            \"status\": true,\n            \"_id\": \"640a4b5ee78d49de9a391a09\"\n        },\n        {\n            \"student\": \"640617a6aadda6a344a72301\",\n            \"status\": true,\n            \"_id\": \"640a4b5ee78d49de9a391a0a\"\n        }\n    ],\n    \"createdAt\": \"2023-03-09T21:10:54.900Z\"\n}"}],"_postman_id":"1c78f32d-1d41-4bb4-9282-f5bb55c77f84"},{"name":"SINGLE_ATTENDANCE_ATTENDANCE_ID","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"e0b0effa-80f9-4de2-b392-c292ef76e820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["attendances","640a4b5ee78d49de9a391a08"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"996d4af3-7e1f-46c8-81a4-af43c6e62466","name":"success- find single attendance by Attendance_id","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"ETag","value":"W/\"149-IYtIRic6EFQq3g6XqqHmTCnorN4\""},{"key":"Date","value":"Thu, 09 Mar 2023 21:59:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"640a4b5ee78d49de9a391a08\",\n    \"date\": \"2023-03-09T05:20:35.000Z\",\n    \"class\": \"640617a6aadda6a344a722db\",\n    \"attendance\": [\n        {\n            \"student\": \"640617a6aadda6a344a722fd\",\n            \"status\": true,\n            \"_id\": \"640a4b5ee78d49de9a391a09\"\n        },\n        {\n            \"student\": \"640617a6aadda6a344a72301\",\n            \"status\": true,\n            \"_id\": \"640a4b5ee78d49de9a391a0a\"\n        }\n    ],\n    \"createdAt\": \"2023-03-09T21:10:54.900Z\"\n}"}],"_postman_id":"e0b0effa-80f9-4de2-b392-c292ef76e820"},{"name":"DELETE","id":"5fdfa444-a931-4e75-9e8f-7ceb635839bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["attendances","640a4b5ee78d49de9a391a08"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"afd6e540-aa3d-403a-9682-064fe4a82c8d","name":"success- Delete Attendance by Attendance_ID","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/v1/attendances/640a4b5ee78d49de9a391a08"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"RateLimit-Limit","value":"100"},{"key":"RateLimit-Remaining","value":"99"},{"key":"RateLimit-Reset","value":"55"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-7VUtZXtGwbvVSU+g1ytHFr5HSM8\""},{"key":"Date","value":"Thu, 09 Mar 2023 22:01:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Entry Deleted\"\n}"}],"_postman_id":"5fdfa444-a931-4e75-9e8f-7ceb635839bc"}],"id":"739473e8-b141-4a42-8300-393fd9cdf61e","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"739473e8-b141-4a42-8300-393fd9cdf61e"},{"name":"EXAMS [private]","item":[{"name":"CREATE","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d"}}],"id":"f57578da-e0af-4f4c-ba8c-bf6eb0edb09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Accusantium laudantium laudantium quos omnis harum quia ipsam corporis. Explicabo nobis ut at explicabo et dicta distinctio beatae. Aut quasi facilis omnis libero repudiandae dolorum sit soluta.","type":"text"},{"key":"tweetFor","value":"everyone","type":"text"},{"key":"attachments","type":"file","src":["/G:/github.png","/G:/github-icon-7.png"]}]},"url":"{{youline_url}}/tweets","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["tweets"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f57578da-e0af-4f4c-ba8c-bf6eb0edb09c"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"fa62eb99-f442-421d-a0b0-75ced63da6e8"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"477c26fc-1100-4699-aa11-6ed324e8af89"}}],"id":"9211f79c-4bab-42bd-98c8-e7a883b623d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{youline_url}}/tweets/63cccd3340e6b17a6de53dea","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63cccd3340e6b17a6de53dea"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9211f79c-4bab-42bd-98c8-e7a883b623d3"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"75d08ad5-0064-4c62-a8be-1740cc0acca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/exams","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["exams"],"host":["http://127.0.0.1:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"75d08ad5-0064-4c62-a8be-1740cc0acca4"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1e075916-26d0-4540-a8b0-83cbbb11b121"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4"}}],"id":"813337a5-ad31-47d4-9757-08bad47a70ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"abcd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{youline_url}}/tweets/63ca7ae87bd8f5c3b5581120","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63ca7ae87bd8f5c3b5581120"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"813337a5-ad31-47d4-9757-08bad47a70ad"},{"name":"DELETE","id":"9f47d9ed-76dc-4da8-a5f8-27d4f13a9d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"{{youline_url}}/tweets/63b8613e39baab9a7e0f1dbe","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63b8613e39baab9a7e0f1dbe"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f47d9ed-76dc-4da8-a5f8-27d4f13a9d3d"}],"id":"235fa3d9-0661-4e8c-b764-d989f003d68c","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"235fa3d9-0661-4e8c-b764-d989f003d68c"},{"name":"MARKS [private]","item":[{"name":"CREATE","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dc8493a9-5542-4a0c-84d1-7c9b31b91dd6"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"89e5a0f1-db90-41b8-9398-49ce6f2b300d"}}],"id":"722be205-e758-490b-ae7c-f7d933939dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Similique nihil suscipit molestiae voluptatem recusandae temporibus facere. Architecto eum ab et deserunt minus. Animi unde error. Exercitationem rerum ut ducimus dolor qui soluta voluptatem qui. Expedita ut incidunt dignissimos fugiat voluptatem voluptatibus praesentium facilis. Est iste temporibus.","type":"text"},{"key":"tweetFor","value":"everyone","type":"text"},{"key":"attachments","type":"file","src":["/G:/github.png","/G:/github-icon-7.png"]}]},"url":"{{youline_url}}/tweets","description":"<p>Add New Tweet:</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["tweets"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"722be205-e758-490b-ae7c-f7d933939dcb"},{"name":"SINGLE DATA","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"fa62eb99-f442-421d-a0b0-75ced63da6e8"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"477c26fc-1100-4699-aa11-6ed324e8af89"}}],"id":"e7af4329-8df4-497b-a54d-c4e057187cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{youline_url}}/tweets/63cccd3340e6b17a6de53dea","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63cccd3340e6b17a6de53dea"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7af4329-8df4-497b-a54d-c4e057187cb6"},{"name":"ALL DATA","event":[{"listen":"test","script":{"id":"fa62eb99-f442-421d-a0b0-75ced63da6e8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"477c26fc-1100-4699-aa11-6ed324e8af89","exec":[""],"type":"text/javascript"}}],"id":"b70f6d8d-a0a8-4a75-807c-8357e5fdbfbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{youline_url}}/tweets/63cccd3340e6b17a6de53dea","description":"<p>Retrive single tweet by Tweet ID.</p>\n<ul>\n<li>Check existing user liked, forwroded tweet or not and return boolean likded and forworded status.</li>\n</ul>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"_id\": \"63bb0a92859941dbe23b1f8d\",\n    \"user\": \"63bb0a92859941dbe23b1f10\",\n    \"category\": \"63bb0a92859941dbe23b1f49\",\n    \"description\": \"The car on the left has a gas engine and gets 20 MPG. It has 21 miles of electric range. It gets a $7,500 EV Tax Credit.\",\n    \"attacments\": [\n        \"https://pbs.twimg.com/media/FlahAyvWIAAl2GE?format=jpg&amp;name=900x900\",\n        \"https://pbs.twimg.com/media/FlahDwGWYAQUf-F?format=jpg&amp;name=900x900\"\n    ],\n    \"tags\": [],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 1,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"createdAt\": \"2023-01-08T18:25:22.806Z\",\n    \"updatedAt\": \"2023-01-08T19:02:58.982Z\",\n    \"liked\": true,\n    \"forworded\": false\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63cccd3340e6b17a6de53dea"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b70f6d8d-a0a8-4a75-807c-8357e5fdbfbf"},{"name":"UPDATE DATA","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1e075916-26d0-4540-a8b0-83cbbb11b121"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f504422e-dd56-4c6e-88e7-33fd4ba7f8a4"}}],"id":"a365ceb3-178b-4576-a52a-7c647086473b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"abcd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{youline_url}}/tweets/63ca7ae87bd8f5c3b5581120","description":"<p>Get Single Tweet by Tweet ID</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"user\": \"63b83de60b0ac05335504f6d\",\n    \"category\": \"63b83de60b0ac05335504fa4\",\n    \"description\": \"Veniam non molestias vel beatae doloremque. A illo laboriosam enim sed. Consequatur qui neque laboriosam sint. Ad soluta omnis sed praesentium.\",\n    \"attacments\": [\n        \"http://localhost:5000/uploads/tweets/shoes_1673027959686.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens_1673027959694.png\",\n        \"http://localhost:5000/uploads/tweets/womens2_1673027959702.jpg\",\n        \"http://localhost:5000/uploads/tweets/womens-fushion_1673027959706.png\"\n    ],\n    \"tags\": [\n        \"InnoDB\"\n    ],\n    \"tweetFor\": \"everyone\",\n    \"totalLikesCount\": 0,\n    \"totalForwardsCount\": 0,\n    \"totalSharesCount\": 0,\n    \"totalViewsCount\": 0,\n    \"totalCommentsCount\": 0,\n    \"totalReportedCount\": 0,\n    \"_id\": \"63b861777e07160ee18ece61\",\n    \"createdAt\": \"2023-01-06T17:59:19.738Z\",\n    \"updatedAt\": \"2023-01-06T17:59:19.738Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63ca7ae87bd8f5c3b5581120"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a365ceb3-178b-4576-a52a-7c647086473b"},{"name":"DELETE","id":"88cfe0de-7b3d-4d6d-898f-03f346762671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"{{youline_url}}/tweets/63b8613e39baab9a7e0f1dbe","description":"<p>This <code>DELETE API</code> used to Delete Existing Tweet From Collection By ID Parameter.</p>\n<h4 id=\"response-demo\">RESPONSE DEMO:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"deletedCount\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["tweets","63b8613e39baab9a7e0f1dbe"],"host":["{{youline_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88cfe0de-7b3d-4d6d-898f-03f346762671"}],"id":"d592f9c3-971b-4cca-87fe-ec531cce04ff","description":"<p>APIs for managing Application all users.</p>\n<ul>\n<li>Get Single user Data.</li>\n<li>All User Data</li>\n<li>Update Existing User</li>\n<li>Update user Avatar</li>\n<li>Delete User Data</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb1992c2-6503-4c41-9152-23a638c3e32f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ae48f817-f32a-4539-86c5-7a182d4bf45d"}}],"_postman_id":"d592f9c3-971b-4cca-87fe-ec531cce04ff"},{"name":"HEALTH_CHECK","id":"3e1b65b5-f16b-4ccb-b14b-e580073b335b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/health","urlObject":{"host":["http://127.0.0.1:5000/health"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e1b65b5-f16b-4ccb-b14b-e580073b335b"}],"event":[{"listen":"prerequest","script":{"id":"a5a0c7c9-e3c3-42b9-a1f2-313031f7254a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f16c97c3-f5fc-4c97-89c0-ebf77754526b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"sms_url","value":"http://127.0.0.1:5000/api/v1"},{"key":"health_check","value":"http://127.0.0.1:5000/health","type":"string"}]}