{"info":{"_postman_id":"cd34876b-a78b-4b7b-970d-14f91af0888c","name":"Learnwise_api_-api-documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29232780","collectionId":"cd34876b-a78b-4b7b-970d-14f91af0888c","publishedId":"2sA35MyyuE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-08T10:29:50.000Z"},"item":[{"name":"User","item":[{"name":"login","id":"43a65358-9844-4701-bb0e-8767a772eee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"rithick@gmail.com\",\r\n    \"password\":\"Rithck@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/login","description":"<p>This endpoint is a POST request to the /login route, which is used to authenticate a user. The request requires a JSON payload in the raw request body type, including the user's name, email, and password.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>name</code> (string): The name of the user.</li>\n<li><code>email</code> (string): The email address of the user.</li>\n<li><code>password</code> (string): The password of the user.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful execution, the endpoint returns a JSON response with a status code of 200 and a Content-Type of application/json. The response body includes the following fields:</p>\n<ul>\n<li><code>success</code> (boolean): Indicates whether the login was successful.</li>\n<li><code>data</code> (object): An object containing user data upon successful login.</li>\n<li><code>message</code> (string): A message related to the login process.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"4000","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"61430be6-9e9b-40f2-97a3-bbb389170728","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"rithick@gmail.com\",\r\n    \"password\":\"Rithck@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"auth_token=werthdduiehjindyeueie.jdieofudhfkdsj.iedueoeijd; Max-Age=86400; Path=/; Expires=Tue, 16 Apr 2024 10:15:51 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-rPlwrta99DTS9kBWnoLamOndkvA\""},{"key":"Date","value":"Mon, 15 Apr 2024 10:15:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"user logged in successfully\"\n}"}],"_postman_id":"43a65358-9844-4701-bb0e-8767a772eee2"},{"name":"getuser","id":"14750bf9-09f4-4ff3-b43f-ba91299f5f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/users/12345","urlObject":{"protocol":"http","port":"4000","path":["api","users","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a4ecbfc-c2d6-41f9-b5ac-46b1b79259e8","name":"getuser","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/users/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"358"},{"key":"ETag","value":"W/\"166-K/3MQzeNJIeiN3D+dmiheghj74k\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:10:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"username\": \"rithick_p\",\n        \"email\": \"rithick@web.com\",\n        \"roles\": [\n            \"user\"\n        ],\n        \"profile\": {\n            \"avatar\": \"avatar_1.jpg\",\n            \"dob\": \"2000-11-28T18:30:00.000Z\",\n            \"gender\": \"male\"\n        },\n        \"contact\": {\n            \"email\": \"rithick@web.com\",\n            \"phone\": \"9539590441\",\n            \"social_media\": [\n                \"insta.com\",\n                \"facebook.com\"\n            ]\n        },\n        \"isVerified\": true,\n        \"isActive\": true\n    },\n    \"message\": \"User data successfully retrieved\"\n}"}],"_postman_id":"14750bf9-09f4-4ff3-b43f-ba91299f5f98"},{"name":"register_user","id":"9e46665e-7545-4dc7-9977-f5bacf405599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"rithick\",\r\n    \"last_name\":\"p\",\r\n    \"email\": \"rithick@web.com\",\r\n    \"password\":\"Rithick@123\",\r\n    \"avatar\": \"avatar_1.jpg\",\r\n    \"dob\": \"28-11-2000\",\r\n    \"gender\": \"male\",\r\n    \"phone\": \"9539590441\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/register","urlObject":{"protocol":"http","port":"4000","path":["api","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0038fb7a-f270-4c99-be73-e512f4d60c37","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"rithick\",\r\n    \"last_name\":\"p\",\r\n    \"email\": \"rithick@web.com\",\r\n    \"password\":\"Rithick@123\",\r\n    \"avatar\": \"avatar_1.jpg\",\r\n    \"dob\": \"28-11-2000\",\r\n    \"gender\": \"male\",\r\n    \"phone\": \"9539590441\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-u04gm2f7o/T4FoqmcvGEBzAVKTo\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:02:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"User created successfully\"\n}"}],"_postman_id":"9e46665e-7545-4dc7-9977-f5bacf405599"},{"name":"logout","id":"c2dd6204-f2f7-437e-8ea4-0f43b4a7fa67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/users/logout","urlObject":{"protocol":"http","port":"4000","path":["api","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bcfca729-324b-41f3-a450-d80ffa69cd0a","name":"logout","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-OyJy6+4N6v5L3qkaHZOYl+zSC4Q\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:13:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"User deactivated successfully\"\n}"}],"_postman_id":"c2dd6204-f2f7-437e-8ea4-0f43b4a7fa67"},{"name":"get all users","id":"1d0930a7-6269-4f59-9640-6cf47644d3ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/users?q=user&page=1&limit=10","urlObject":{"protocol":"http","port":"4000","path":["api","users"],"host":["localhost"],"query":[{"key":"q","value":"user"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"ec14d42d-7bb7-46d1-a4b8-6fb22057138b","name":"get all users","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:4000/api/users?q=user&page=1&limit=10","protocol":"http","host":["localhost"],"port":"4000","path":["api","users"],"query":[{"key":"q","value":"user"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"429"},{"key":"ETag","value":"W/\"1ad-uFs2eGOAf06bp8HeOtn6cOUqx+o\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:38:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"success\": true,\n        \"data\": [\n            {\n                \"username\": \"rithick_p\",\n                \"email\": \"rithick@web.com\",\n                \"roles\": [\n                    \"user\"\n                ],\n                \"profile\": {\n                    \"avatar\": \"avatar_1.jpg\",\n                    \"dob\": \"2000-11-10T18:30:00.000Z\",\n                    \"gender\": \"male\"\n                },\n                \"contact\": {\n                    \"email\": \"rithick@web.com\",\n                    \"phone\": \"9539590441\",\n                    \"social_media\": [\n                        \"insta.com\",\n                        \"facebook.com\"\n                    ]\n                },\n                \"isVerified\": true,\n                \"isActive\": true\n            }\n        ],\n        \"message\": \"User data successfully retrieved\"\n    },\n    \"message\": \"User data successfully retrieved\"\n}"}],"_postman_id":"1d0930a7-6269-4f59-9640-6cf47644d3ef"},{"name":"updateuser","id":"73bc5e64-073d-46af-b72c-606498c395c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"rithick\",\r\n    \"avatar\": \"avatar_1.jpg\",\r\n    \"dob\": \"28-11-2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345","urlObject":{"protocol":"http","port":"4000","path":["api","users","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"676b00d3-9453-4fe1-970a-316dc1484f44","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"rithick\",\r\n    \"avatar\": \"avatar_1.jpg\",\r\n    \"dob\": \"28-11-2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-lSgCjvotJgaHsrOdYm2iP0VwvDc\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:42:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"User updated successfully\"\n}"}],"_postman_id":"73bc5e64-073d-46af-b72c-606498c395c4"},{"name":"change-password","id":"e77e171c-eb38-41ba-beba-c111ce26c1ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"current_password\":\"rithick\",\r\n    \"new_password\":\"Rithick@123\",\r\n    \"confirm_password\":\"Rithick@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345/change-password","urlObject":{"protocol":"http","port":"4000","path":["api","users","12345","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19a4112b-88c6-4eb4-b3da-719051c7b70a","name":"change-password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"current_password\":\"rithick\",\r\n    \"new_password\":\"Rithick@123\",\r\n    \"confirm_password\":\"Rithick@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-ym+ec1VffYjkIPEyqY0L6/+8Uj0\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:45:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Password updated successfully\"\n}"}],"_postman_id":"e77e171c-eb38-41ba-beba-c111ce26c1ef"},{"name":"reset-password","id":"0b50aaab-f997-4084-b758-f196c18baf59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"new_password\":\"rithick\",\r\n    \"confirm_password\":\"rithick\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345/reset-password","urlObject":{"protocol":"http","port":"4000","path":["api","users","12345","reset-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"43b3c68a-bdc8-4bf2-9360-fd07948bab3a","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"new_password\":\"rithick\",\r\n    \"confirm_password\":\"rithick\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/users/12345/reset-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-KK9xdX7IwOHjcEA7l7lE2Ju/hic\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:48:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Password reset successfully\"\n}"}],"_postman_id":"0b50aaab-f997-4084-b758-f196c18baf59"}],"id":"7965f7d2-15f2-4c01-a6d0-e21b3dff1ee5","_postman_id":"7965f7d2-15f2-4c01-a6d0-e21b3dff1ee5","description":""},{"name":"courses","item":[{"name":"createCourse","id":"6c6f372a-bae1-4b00-a1d3-05a64a747e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"New Course\",\r\n    \"Description\": \"This is a new course.\",\r\n    \"Instructor_id\": \"instructor_id\",\r\n    \"Duration\": 8.0,\r\n    \"Lessons\": [],\r\n    \"Topics\": \"New Topic\",\r\n    \"Language\": \"English\",\r\n    \"Type\": \"pre-uploaded\",\r\n    \"Certification\": {},\r\n    \"Trial_video\": {},\r\n    \"Pricing\": {},\r\n    \"Category_id\": \"category_id\",\r\n    \"Thumbnail\":\"tubmndjndjksnjdn.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"082e8306-0943-4afa-bb31-352e1c76e531","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"New Course\",\r\n    \"Description\": \"This is a new course.\",\r\n    \"Instructor_id\": \"instructor_id\",\r\n    \"Duration\": 8.0,\r\n    \"Lessons\": [],\r\n    \"Topics\": \"New Topic\",\r\n    \"Language\": \"English\",\r\n    \"Type\": \"pre-uploaded\",\r\n    \"Certification\": {},\r\n    \"Trial_video\": {},\r\n    \"Pricing\": {},\r\n    \"Category_id\": \"category_id\",\r\n    \"Thumbnail\":\"tubmndjndjksnjdn.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-GKSHbZOziFtn6zYgetrAxrRDF+I\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:58:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Course created successfully\"\n}"}],"_postman_id":"6c6f372a-bae1-4b00-a1d3-05a64a747e5b"},{"name":"getallcourses","id":"7b98ec69-0904-48ab-806c-a7b11def578d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12fbb29b-1bba-4675-a2f2-498167094712","name":"getallCouses","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"449"},{"key":"ETag","value":"W/\"1c1-xhqH6cp2BjEb3vEV7rIHe7R57aU\""},{"key":"Date","value":"Mon, 08 Apr 2024 12:59:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"course_id\",\n            \"Title\": \"Sample Course\",\n            \"Description\": \"This is a sample course.\",\n            \"Instructor_id\": \"instructor_id\",\n            \"Duration\": 10.5,\n            \"Created_at\": \"2022-01-15T12:30:00.000Z\",\n            \"Updated_at\": \"2022-01-16T10:45:00.000Z\",\n            \"Lessons\": [],\n            \"Topics\": \"Sample Topic\",\n            \"Language\": \"English\",\n            \"Type\": \"pre-uploaded\",\n            \"Certification\": {},\n            \"Total_rating\": 4.5,\n            \"Trial_video\": {},\n            \"Pricing\": {},\n            \"Category_id\": \"category_id\"\n        }\n    ],\n    \"message\": \"Courses data retrieved\"\n}"}],"_postman_id":"7b98ec69-0904-48ab-806c-a7b11def578d"},{"name":"update_course","id":"39dcad54-0a0c-43d0-b8ef-bdb07315b760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:4000/api/v1/course/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a256843e-a243-40f4-ae76-7624d6c10e34","name":"updateCourse","originalRequest":{"method":"PUT","header":[],"url":"http://localhost:4000/api/v1/course/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-jVGDwJ/Jv6GUkCt9pDBw3iWMI9o\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:14:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Course data updated successfully\"\n}"}],"_postman_id":"39dcad54-0a0c-43d0-b8ef-bdb07315b760"},{"name":"getCourse","id":"15b53b2d-ecfa-4a10-ae32-797fe82f2de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"78557ea1-bea1-49dc-b4ad-e7a276b4a014","name":"getCourse","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"459"},{"key":"ETag","value":"W/\"1cb-J2FTDvIgu75xVKpABOam6J+6fzs\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:14:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"course_id\",\n        \"Title\": \"Sample Course\",\n        \"Description\": \"This is a sample course.\",\n        \"Instructor_id\": \"instructor_id\",\n        \"Duration\": 10.5,\n        \"Created_at\": \"2022-01-15T12:30:00.000Z\",\n        \"Updated_at\": \"2022-01-16T10:45:00.000Z\",\n        \"Lessons\": [],\n        \"Topics\": \"Sample Topic\",\n        \"Language\": \"English\",\n        \"Type\": \"pre-uploaded\",\n        \"Certification\": {},\n        \"Total_rating\": 4.5,\n        \"Trial_video\": {},\n        \"Pricing\": {},\n        \"Category_id\": \"category_id\"\n    },\n    \"message\": \"Course data retrieved successfully\"\n}"}],"_postman_id":"15b53b2d-ecfa-4a10-ae32-797fe82f2de4"},{"name":"deleteCourse","id":"bbc0d184-3fb1-43af-b88e-60f2fdcecf73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f51896ed-8ab3-40bf-b082-a9c09071067c","name":"delete couse","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-kKYNm3apF7al29V2daUkGhL4Zw4\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:15:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Course data deleted successfully\"\n}"}],"_postman_id":"bbc0d184-3fb1-43af-b88e-60f2fdcecf73"},{"name":"add lesson","id":"0e14f672-b8f8-48da-948e-62c9d98fd4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"title\",\r\n    \"description\":\"description description descriotpidjf\",\r\n    \"thumbnail\":\"thumbnail.jpg\",\r\n    \"video_url\":\"video_url_link\",\r\n    \"exam\":{\r\n        \"available\":true,\r\n        \"exam_id\":\"eexam_object_id\"\r\n    },\r\n    \"attachments\":{\r\n        \"title\":\"fkdkdieitjje\",\r\n        \"url\":\"http://likenekne\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/lessons","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","lessons"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3d3b5c5a-22d0-44d5-a691-09bebd2551c4","name":"add_lessons","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"title\",\r\n    \"description\":\"description description descriotpidjf\",\r\n    \"thumbnail\":\"thumbnail.jpg\",\r\n    \"video_url\":\"video_url_link\",\r\n    \"exam\":{\r\n        \"available\":true,\r\n        \"exam_id\":\"eexam_object_id\"\r\n    },\r\n    \"attachments\":{\r\n        \"title\":\"fkdkdieitjje\",\r\n        \"url\":\"http://likenekne\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/lessons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-5sJq9shhfG7pOj1rR4Cv5/EBM1o\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:20:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Lesson added to course successfully\"\n}"}],"_postman_id":"0e14f672-b8f8-48da-948e-62c9d98fd4cd"},{"name":"get_lesson","id":"fb597877-2141-4704-9a68-869403497cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/lessons/45678","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","lessons","45678"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4dfd5095-de18-49a6-a88b-ca94cd4f0b70","name":"getlesson","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/lessons/45678"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"ETag","value":"W/\"138-l6KwNUaWL6mbTqES5iRwVCmZ1v8\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:25:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"title\": \"title\",\n        \"description\": \"description description descriotpidjf\",\n        \"thumbnail\": \"thumbnail.jpg\",\n        \"video_url\": \"video_url_link\",\n        \"exam\": {\n            \"available\": true,\n            \"exam_id\": \"eexam_object_id\"\n        },\n        \"attachments\": {\n            \"title\": \"fkdkdieitjje\",\n            \"url\": \"http://like\"\n        }\n    },\n    \"message\": \"Lesson data retrieved successfully\"\n}"}],"_postman_id":"fb597877-2141-4704-9a68-869403497cf4"},{"name":"update_lesson","id":"541ca157-8c8e-4209-9a78-607583fbafc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"title\",\r\n    \"description\":\"description description descriotpidjf\",\r\n    \"thumbnail\":\"thumbnail.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/lessons/45678","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","lessons","45678"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"52cbea8b-13c5-4aed-93e9-399a31380100","name":"updateLesson","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"title\",\r\n    \"description\":\"description description descriotpidjf\",\r\n    \"thumbnail\":\"thumbnail.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/lessons/45678"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-f0ep1vSIx9UoYaoX9I5g0hlEYgU\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:26:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Lesson data updated successfully\"\n}"}],"_postman_id":"541ca157-8c8e-4209-9a78-607583fbafc4"},{"name":"deleteLesson","id":"f2dadb3e-0fc8-4702-ab34-66df5d8dea82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345/lessons/45678","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","lessons","45678"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32ef6ae2-d908-421f-a157-e985e4c93880","name":"deleteLesson","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345/lessons/45678"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-QoQZk25Af4cOfbaYqJidZyyJJQE\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:28:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Lesson data deleted successfully\"\n}"}],"_postman_id":"f2dadb3e-0fc8-4702-ab34-66df5d8dea82"},{"name":"enrollToCourse","id":"4c9781aa-0dbb-41a4-91af-55b5895381f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"jfjkdkjjkfdijfieij\",\r\n    \"course_id\":\"ifijdifjidsjofie\",\r\n    \"enrolled_at\":\"838-83\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/enrollment","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","enrollment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d218f4db-74d8-45ae-91f7-a0ba9c673171","name":"enrollment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"jfjkdkjjkfdijfieij\",\r\n    \"course_id\":\"ifijdifjidsjofie\",\r\n    \"enrolled_at\":\"838-83\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/enrollment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-fPOGbbxDU2QZS6dkKTMpXY7tXNU\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:32:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"User enrolled successfully\"\n}"}],"_postman_id":"4c9781aa-0dbb-41a4-91af-55b5895381f6"},{"name":"getEnrollment","id":"12964548-e1d3-4f56-a816-486d670d7970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","enrollment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"de5bb28a-4393-45db-8aa0-62c9e27aef8b","name":"getEnrollment","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"ETag","value":"W/\"df-lNzOWtISSscJzYbKF9WNHd/dHos\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:32:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"user_id\": \"jfkjsdlkfjksl\",\n            \"course_id\": \"kfjdlsjdfksk\",\n            \"enrolled_at\": \"jfksjkdf\",\n            \"progress\": {\n                \"completed_lessons\": \"4\",\n                \"completed_exams\": \"88\",\n                \"current_lesson\": \"5\"\n            }\n        }\n    ],\n    \"message\": \"Course enrollements data\"\n}"}],"_postman_id":"12964548-e1d3-4f56-a816-486d670d7970"},{"name":"retrieve user enrollment details","id":"60fe9d93-521d-4698-9835-73d8592e39ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment/567890","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","enrollment","567890"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"adb8346f-8ba7-4957-bd8e-9d0104f21ebf","name":"getEnrollment","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment/567890"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"230"},{"key":"ETag","value":"W/\"e6-Xj5s3IE/CQ3mvIcwTB34XWUvbd0\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:36:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"user_id\": \"jfkjsdlkfjksl\",\n        \"course_id\": \"kfjdlsjdfksk\",\n        \"enrolled_at\": \"jfksjkdf\",\n        \"progress\": {\n            \"completed_lessons\": \"4\",\n            \"completed_exams\": \"88\",\n            \"current_lesson\": \"5\"\n        }\n    },\n    \"message\": \"Retrieve user enrollement details\"\n}"}],"_postman_id":"60fe9d93-521d-4698-9835-73d8592e39ec"},{"name":"unenroll user from course","id":"12e77bec-7c59-43fb-aad0-e35712042e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment/567890","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","enrollment","567890"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96f73237-179c-42af-8f74-0a97d043c3a3","name":"deleteEnrollment","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/course/12345/enrollment/567890"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-JK5/4adqBupbMigRe2FMFr6TFQY\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:36:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"User enrolled deleted successfully\"\n}"}],"_postman_id":"12e77bec-7c59-43fb-aad0-e35712042e89"},{"name":"getReview","id":"2806a6f7-ea85-4041-a31a-1a8a92d43461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/reviews","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cfae0fe-81ae-49e7-8bbb-8d4227770b72","name":"getReview","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/course/12345/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-H/tgy+SEy6QY41mwWMUlWekM50k\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:40:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"course_id\": \"fksjdlfks\",\n            \"user_id\": \"jflskdlkfs\",\n            \"rating\": \"3.6\",\n            \"comment\": \"good one\"\n        }\n    ],\n    \"message\": \"Reviews retrieved!\"\n}"}],"_postman_id":"2806a6f7-ea85-4041-a31a-1a8a92d43461"},{"name":"postReview","id":"4c66ab14-a0d1-4a88-a70c-d926c22f9ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"fksjdlfks\",\r\n    \"user_id\": \"jflskdlkfs\",\r\n    \"rating\": \"3.6\",\r\n    \"comment\": \"good one\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/reviews","urlObject":{"protocol":"http","port":"4000","path":["api","v1","course","12345","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a2bc701-237b-4dbc-85cc-df4c1c27a8ad","name":"postReview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"fksjdlfks\",\r\n    \"user_id\": \"jflskdlkfs\",\r\n    \"rating\": \"3.6\",\r\n    \"comment\": \"good one\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/course/12345/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-lDCS15wJiXRxNEmAuVEI3GfNAy4\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:41:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Review added\"\n}"}],"_postman_id":"4c66ab14-a0d1-4a88-a70c-d926c22f9ce1"}],"id":"dfa8c65e-18dd-436b-b0ea-81ec28a944a4","_postman_id":"dfa8c65e-18dd-436b-b0ea-81ec28a944a4","description":""},{"name":"Announcements","item":[{"name":"getAnnouncement","id":"d55ae24d-1bb0-460d-a8b5-5c883f59afcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/announcements/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39fdb109-c999-414e-ba1d-a8af5da86c9b","name":"getAnnouncements","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/announcements/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-wra2QH/5NlcdPRA9XL+QTI56Cog\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:49:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"posted_by\": \"user_id\",\n        \"post\": \"postimage.jpg\",\n        \"title\": \"post_title\",\n        \"likes\": 4,\n        \"dislikes\": 6,\n        \"comments\": [\n            {\n                \"user_id\": \"commented_by_user_id\",\n                \"comment\": \"comment_1\"\n            }\n        ]\n    },\n    \"message\": \"Announcement data retrieved!\"\n}"}],"_postman_id":"d55ae24d-1bb0-460d-a8b5-5c883f59afcd"},{"name":"getAllAnnouncements","id":"d6b0fde2-6e00-4fdf-97be-7df56b94dcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/announcements","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4d3e20fe-22b2-47d6-a544-0af80ff2fdf0","name":"getallAnnouncements","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/announcements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-wra2QH/5NlcdPRA9XL+QTI56Cog\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:53:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"posted_by\": \"user_id\",\n        \"post\": \"postimage.jpg\",\n        \"title\": \"post_title\",\n        \"likes\": 4,\n        \"dislikes\": 6,\n        \"comments\": [\n            {\n                \"user_id\": \"commented_by_user_id\",\n                \"comment\": \"comment_1\"\n            }\n        ]\n    },\n    \"message\": \"Announcement data retrieved!\"\n}"}],"_postman_id":"d6b0fde2-6e00-4fdf-97be-7df56b94dcb4"},{"name":"createAnnouncement","id":"8cbd41a3-ba74-4750-a37a-89982b599c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"posted_by\": \"user_id\",\r\n    \"post\": \"postimage.jpg\",\r\n    \"title\": \"post_title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9b73a842-3a5d-430e-8fa1-bb01ed8cffea","name":"new Announcement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"posted_by\": \"user_id\",\r\n    \"post\": \"postimage.jpg\",\r\n    \"title\": \"post_title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-rtglBdkUiyC3Astd1xNAwHHFk2I\""},{"key":"Date","value":"Mon, 08 Apr 2024 13:57:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"New announcement created!\"\n}"}],"_postman_id":"8cbd41a3-ba74-4750-a37a-89982b599c0f"},{"name":"updateAnnouncement","id":"2c11853b-23f3-4077-bfad-e9f1dd6e4777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"post_title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a76784f2-80e0-4d15-bfdb-f3d5f8c83d23","name":"updateAnnouncement","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"post_title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-VDKJLgZUkpvSKB1CcN7hMBd8slg\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:00:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Announcement updated!\"\n}"}],"_postman_id":"2c11853b-23f3-4077-bfad-e9f1dd6e4777"},{"name":"like or dislike","id":"c2608f91-cc90-4761-9c44-1dffbb42fd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user_id\",\r\n    \"type\":\"like\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/response","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements","response"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3eeaf6bd-22b3-44e6-8a6a-64223f26bf8b","name":"like","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user_id\",\r\n    \"type\":\"like\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/response"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-Wh9NYBHe2Ot3YIyhfx7u2oVYGto\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:28:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Like/dislike added to announcement\"\n}"}],"_postman_id":"c2608f91-cc90-4761-9c44-1dffbb42fd1c"},{"name":"comment","id":"c75866a0-1890-4892-ab43-2cfa1e157c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user_object_id\",\r\n    \"comment\":\"comment_description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/comment","urlObject":{"protocol":"http","port":"4000","path":["api","v1","announcements","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ce68142-9683-415b-ae0b-5918b3ed34a3","name":"comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user_object_id\",\r\n    \"comment\":\"comment_description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/announcements/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-MW8PQjofOsi+txLGhcaZCw6870E\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:31:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"comment added to announcement\"\n}"}],"_postman_id":"c75866a0-1890-4892-ab43-2cfa1e157c2d"}],"id":"b1ad35be-f589-4fe4-927e-32fb71179d50","_postman_id":"b1ad35be-f589-4fe4-927e-32fb71179d50","description":""},{"name":"Categories","item":[{"name":"create Categories","id":"94feb505-69f9-4526-b5a7-39ed9b156d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"category_1\",\r\n    \"thumbnail\": \"thumb-img.jpg\",\r\n    \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/categories","urlObject":{"protocol":"http","port":"4000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a733ca51-b86b-4024-af0b-961ac7abd112","name":"createCategories","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"category_1\",\r\n    \"thumbnail\": \"thumb-img.jpg\",\r\n    \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-GukLVwK+o8dynSMe3K/JCXTnrFE\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:39:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"New category created|\"\n}"}],"_postman_id":"94feb505-69f9-4526-b5a7-39ed9b156d54"},{"name":"getallCategory","id":"222eff11-ce6e-43c2-aadf-94c893c8bbc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/categories","urlObject":{"protocol":"http","port":"4000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"86abb2bd-a175-455b-90c2-c70d19941691","name":"getallCategories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"ETag","value":"W/\"82-n//kb8hF7qrng79pk95mDi7OTpc\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:42:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"name\": \"category_1\",\n            \"thumbnail\": \"thumb-img.jpg\",\n            \"isActive\": true\n        }\n    ],\n    \"message\": \"Categories data retrieved!\"\n}"}],"_postman_id":"222eff11-ce6e-43c2-aadf-94c893c8bbc6"},{"name":"updateCategories","id":"c07b7928-c277-43df-aac6-49970c58146c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"thumbnail\": \"thumb-img.jpg\",\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/categories/123456","urlObject":{"protocol":"http","port":"4000","path":["api","v1","categories","123456"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e684386-006f-49b0-ab8b-da261e7f1903","name":"update_category","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"thumbnail\": \"thumb-img.jpg\",\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/categories/123456"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-PBwCf+ionWOpHm4AVppdaZ9aHp4\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:44:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"category data updated!\"\n}"}],"_postman_id":"c07b7928-c277-43df-aac6-49970c58146c"}],"id":"3de2465a-e0f7-4317-b4d0-5d1c18143935","_postman_id":"3de2465a-e0f7-4317-b4d0-5d1c18143935","description":""},{"name":"Assessments","item":[{"name":"createAssessment","id":"080a5601-6c7a-4c34-a87c-703fc73eff98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"course_id\",\r\n    \"lesson_id\": \"lesson_id\",\r\n    \"type\": \"assessment_type\",\r\n    \"questions\": [\r\n        {\r\n            \"question\": \"question_1\",\r\n            \"answer\": \"answer_1\",\r\n            \"option\": [\r\n                \"option_1\",\r\n                \"option_2\",\r\n                \"option_3\",\r\n                \"option_4\"\r\n            ],\r\n            \"mark\": 2\r\n        }\r\n    ],\r\n    \"total_score\": 50,\r\n    \"passing_score\": 40,\r\n    \"duration\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/assessments","urlObject":{"protocol":"http","port":"4000","path":["api","v1","assessments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aac8bd76-b14f-43e7-88b0-00b536e95100","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"course_id\",\r\n    \"lesson_id\": \"lesson_id\",\r\n    \"type\": \"assessment_type\",\r\n    \"questions\": [\r\n        {\r\n            \"question\": \"question_1\",\r\n            \"answer\": \"answer_1\",\r\n            \"option\": [\r\n                \"option_1\",\r\n                \"option_2\",\r\n                \"option_3\",\r\n                \"option_4\"\r\n            ],\r\n            \"mark\": 2\r\n        }\r\n    ],\r\n    \"total_score\": 50,\r\n    \"passing_score\": 40,\r\n    \"duration\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/assessments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-w6RdKB2QladR3Vl4dzdfijRVY70\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:51:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"New assessment created!\"\n}"}],"_postman_id":"080a5601-6c7a-4c34-a87c-703fc73eff98"},{"name":"get all assessments","id":"3371f209-72cc-4a24-bfa2-c966158c4b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/assessments","urlObject":{"protocol":"http","port":"4000","path":["api","v1","assessments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cdd833cc-1b89-4e98-98c0-7468c32b2b9d","name":"get all assessments","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/assessments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"564"},{"key":"ETag","value":"W/\"234-kCdnXTBL/15cieWJo8AfGHMFJQY\""},{"key":"Date","value":"Mon, 08 Apr 2024 14:57:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"course_id\": \"course_id\",\n            \"lesson_id\": \"lesson_id\",\n            \"type\": \"assessment_type\",\n            \"questions\": [\n                {\n                    \"question\": \"question_1\",\n                    \"answer\": \"answer_1\",\n                    \"option\": [\n                        \"option_1\",\n                        \"option_2\",\n                        \"option_3\",\n                        \"option_4\"\n                    ],\n                    \"mark\": 2\n                }\n            ],\n            \"total_score\": 50,\n            \"passing_score\": 40,\n            \"duration\": 200\n        },\n        {\n            \"course_id\": \"course_id\",\n            \"lesson_id\": \"lesson_id\",\n            \"type\": \"assessment_type\",\n            \"questions\": [\n                {\n                    \"question\": \"question_1\",\n                    \"answer\": \"answer_1\",\n                    \"option\": [\n                        \"option_1\",\n                        \"option_2\",\n                        \"option_3\",\n                        \"option_4\"\n                    ],\n                    \"mark\": 2\n                }\n            ],\n            \"total_score\": 50,\n            \"passing_score\": 40,\n            \"duration\": 200\n        }\n    ],\n    \"message\": \"All assessments retrieved!\"\n}"}],"_postman_id":"3371f209-72cc-4a24-bfa2-c966158c4b0d"},{"name":"update assessment","id":"c58a9b20-699e-4f5b-8913-a43107666849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"passing_score\": 20,\r\n    \"duration\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/assessments/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","assessments","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b19ab38f-b20f-4dd4-92e5-e2c2967317f4","name":"update assessment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"passing_score\": 20,\r\n    \"duration\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/assessments/12345"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-1uqLO4Tq1A7RlG58Fjn1BmCnv4k\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:05:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Assessment updated!\"\n}"}],"_postman_id":"c58a9b20-699e-4f5b-8913-a43107666849"},{"name":"delete assessment","id":"a78c0398-8ad5-4b50-8b2a-fa67db629e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/assessments/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","assessments","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83c1e28a-a5b7-439a-8729-26422ad1c4a1","name":"delete assessment","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/assessments/12345"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-l3rYJzmE+/GctzJuPLPbweSHLBU\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:07:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Assessment deleted!\"\n}"}],"_postman_id":"a78c0398-8ad5-4b50-8b2a-fa67db629e3a"},{"name":"get assessment details","id":"8daead26-82ef-437a-8fa8-dd05b4ea7fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/assessments/12345","urlObject":{"protocol":"http","port":"4000","path":["api","v1","assessments","12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"10e0adfd-4f69-4009-a91d-1313555665ba","name":"assessment details","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/assessments/12345"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"ETag","value":"W/\"135-vwKZ6nrE4xPWbMVq7pWDJsh+ghk\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:08:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"course_id\": \"course_id\",\n        \"lesson_id\": \"lesson_id\",\n        \"type\": \"assessment_type\",\n        \"questions\": [\n            {\n                \"question\": \"question_1\",\n                \"answer\": \"answer_1\",\n                \"option\": [\n                    \"option_1\",\n                    \"option_2\",\n                    \"option_3\",\n                    \"option_4\"\n                ],\n                \"mark\": 2\n            }\n        ],\n        \"total_score\": 50,\n        \"passing_score\": 40,\n        \"duration\": 200\n    },\n    \"message\": \"New assessment created!\"\n}"}],"_postman_id":"8daead26-82ef-437a-8fa8-dd05b4ea7fc4"}],"id":"f79bcf46-e552-4ea1-aa6c-bef716e06350","_postman_id":"f79bcf46-e552-4ea1-aa6c-bef716e06350","description":""},{"name":"Chat","item":[{"name":"createMessage","id":"ef2ef5ac-8c03-427d-bd76-9e1b0cae8661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"@jam\",\r\n    \"receiver\": \"@nab\",\r\n    \"content\": \"content\",\r\n    \"content_type\": \"text\",\r\n    \"receiver_seen\": true,\r\n    \"send_at\": 73828930938293,\r\n    \"updated_at\": 73828930938293\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/chats","urlObject":{"protocol":"http","port":"4000","path":["api","v1","chats"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7cea6c4e-d34a-4486-bc01-285c9c7b507c","name":"sendMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"@jam\",\r\n    \"receiver\": \"@nab\",\r\n    \"content\": \"content\",\r\n    \"content_type\": \"text\",\r\n    \"receiver_seen\": true,\r\n    \"send_at\": 73828930938293,\r\n    \"updated_at\": 73828930938293\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/chats"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-btylu/ttUQpX7ZOnwE0IOiBBGv0\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:32:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Chat added!\"\n}"}],"_postman_id":"ef2ef5ac-8c03-427d-bd76-9e1b0cae8661"},{"name":"update message","id":"e8409f5d-8fc9-4261-8259-823b241daba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"content\",\r\n    \"updated_at\": 73828930938293\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/chats/sender123/message123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","chats","sender123","message123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5f0036b-7ea2-4ce5-acf7-aa286f67f119","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"content\",\r\n    \"updated_at\": 73828930938293\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/chats/sender123/message123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-kor48hVZEwiHX9+GxYD7xLws6Gs\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:40:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Chat updated!\"\n}"}],"_postman_id":"e8409f5d-8fc9-4261-8259-823b241daba7"},{"name":"deleteMessage","id":"29354ce3-2eaa-411c-9f0f-8764234a9f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/chats/sender123/message123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","chats","sender123","message123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9332d66f-de31-4b90-a8e6-047a29dbafe2","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/chats/sender123/message123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-cQkH6BaFiwzykcYeNKqYcjuyCVY\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:41:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Chat deleted!\"\n}"}],"_postman_id":"29354ce3-2eaa-411c-9f0f-8764234a9f36"},{"name":"get all user chats","id":"b4d2e3ea-4154-402e-b176-598b3fb41c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/chats/sender123/message123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","chats","sender123","message123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"49eff962-8c50-46bc-b14b-50462f1f2fe4","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/chats/sender123/message123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"582"},{"key":"ETag","value":"W/\"246-aneaIcBvAWqUZEal4axWlXeaIek\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:42:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"sender\": \"@jam\",\n            \"receiver\": \"@nab\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.868Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        },\n        {\n            \"sender\": \"@nab\",\n            \"receiver\": \"@jam\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.869Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        },\n        {\n            \"sender\": \"@jam\",\n            \"receiver\": \"@nab\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.869Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        }\n    ],\n    \"message\": \"Chats retrieved!\"\n}"},{"id":"64a92e75-f20f-413e-9f0e-316b105ee5f6","name":"get all user chats","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/chats/sender123/message123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"582"},{"key":"ETag","value":"W/\"246-aneaIcBvAWqUZEal4axWlXeaIek\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:42:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"sender\": \"@jam\",\n            \"receiver\": \"@nab\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.868Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        },\n        {\n            \"sender\": \"@nab\",\n            \"receiver\": \"@jam\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.869Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        },\n        {\n            \"sender\": \"@jam\",\n            \"receiver\": \"@nab\",\n            \"content\": \"content\",\n            \"content_type\": \"text\",\n            \"receiver_seen\": true,\n            \"send_at\": \"2024-01-13T07:29:55.869Z\",\n            \"updated_at\": \"2024-01-13T07:29:55.869Z\"\n        }\n    ],\n    \"message\": \"Chats retrieved!\"\n}"}],"_postman_id":"b4d2e3ea-4154-402e-b176-598b3fb41c11"}],"id":"fd7dae13-60f0-4116-837a-7a442fc36ee6","_postman_id":"fd7dae13-60f0-4116-837a-7a442fc36ee6","description":""},{"name":"call_logs","item":[{"name":"add call information","id":"58fab0bb-0855-499c-8755-985222fc80fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caller_id\": \"@mike\",\r\n    \"receiver_id\": \"@john\",\r\n    \"type\": \"audio\",\r\n    \"start_time\": \"2024-01-13T09:20:39.024Z\",\r\n    \"end_time\": \"2024-01-13T09:20:39.025Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/calls","urlObject":{"protocol":"http","port":"4000","path":["api","v1","calls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a773020-af1e-41ca-a638-db3d57ce1d74","name":"add call information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caller_id\": \"@mike\",\r\n    \"receiver_id\": \"@john\",\r\n    \"type\": \"audio\",\r\n    \"start_time\": \"2024-01-13T09:20:39.024Z\",\r\n    \"end_time\": \"2024-01-13T09:20:39.025Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/calls"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-EBrAe/STlNoKzKpivCSkZVYTNgQ\""},{"key":"Date","value":"Mon, 08 Apr 2024 15:59:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Call information added!\"\n}"}],"_postman_id":"58fab0bb-0855-499c-8755-985222fc80fc"},{"name":"deleteCallInformation","id":"cc8d78d4-0d05-4879-917b-6b03e7f51e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/calls/mike123/jame123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","calls","mike123","jame123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2c3ed89e-8df5-43fe-a9ed-40883c5d474a","name":"deletecall","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/calls/mike123/jame123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-d4TReu0HGEd2EZTmeWpgazO6EBs\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:06:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Call information deleted!\"\n}"}],"_postman_id":"cc8d78d4-0d05-4879-917b-6b03e7f51e7a"},{"name":"getallinfo","id":"165afdd3-2945-40dc-9da9-d4977d27e0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/calls/mike123/jame123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","calls","mike123","jame123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"202ce1f5-11f2-4587-8e24-70fbdf93a256","name":"getallInfo","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/calls/mike123/jame123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"ETag","value":"W/\"154-A7VJ/WWQ+8eJm9c++rGlPXv6/4A\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:07:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"caller_id\": \"@mike\",\n            \"receiver_id\": \"@john\",\n            \"type\": \"audio\",\n            \"start_time\": \"2024-01-13T09:20:39.024Z\",\n            \"end_time\": \"2024-01-13T09:20:39.025Z\"\n        },\n        {\n            \"caller_id\": \"@john\",\n            \"receiver_id\": \"@mike\",\n            \"type\": \"audio\",\n            \"start_time\": \"2024-01-13T09:20:39.025Z\",\n            \"end_time\": \"2024-01-13T09:20:39.025Z\"\n        }\n    ],\n    \"message\": \"Call informations retrieved!\"\n}"}],"_postman_id":"165afdd3-2945-40dc-9da9-d4977d27e0fd"}],"id":"3bcfa82c-c8d5-48b5-8229-9280e65b1e90","_postman_id":"3bcfa82c-c8d5-48b5-8229-9280e65b1e90","description":""},{"name":"transactions","item":[{"name":"createTransaction","id":"3722e4af-d49c-4adb-ab16-b28868d46736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"\",\r\n    \"timestamp\": \"\",\r\n    \"status\": \"\",\r\n    \"amount\": 100,\r\n    \"payment_method\": \"\",\r\n    \"type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/transactions","urlObject":{"protocol":"http","port":"4000","path":["api","v1","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3dcc3d6a-0ff9-41a0-9a19-2300d7019f02","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"\",\r\n    \"timestamp\": \"\",\r\n    \"status\": \"\",\r\n    \"amount\": 100,\r\n    \"payment_method\": \"\",\r\n    \"type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/transactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-GbwrCjO15JcyNiP6BBnf3LcCg2s\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:25:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Transaction created!\"\n}"}],"_postman_id":"3722e4af-d49c-4adb-ab16-b28868d46736"},{"name":"uodateTransaction","id":"c5115e0a-33cc-4410-8d16-d314ada42f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/transactions","urlObject":{"protocol":"http","port":"4000","path":["api","v1","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"72a5ed0c-575f-40c5-a172-d8bf007914a6","name":"update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/transactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-HcABPUVxVBOmOYxpt8PLoFdqGnU\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:26:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Transaction updated!\"\n}"}],"_postman_id":"c5115e0a-33cc-4410-8d16-d314ada42f12"},{"name":"get all transactions","id":"5163197a-7440-452e-af41-56b4258e5f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/transactions","urlObject":{"protocol":"http","port":"4000","path":["api","v1","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"77790345-72f3-4586-97f6-516bda9fe296","name":"get all transactions","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/transactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"ETag","value":"W/\"e0-12IGbKzw7CHWXH83ra1HkxtwxBc\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:27:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"timestamp\": \"\",\n            \"status\": \"\",\n            \"amount\": 100,\n            \"payment_method\": \"\",\n            \"type\": \"\"\n        },\n        {\n            \"user_id\": \"\",\n            \"timestamp\": \"\",\n            \"status\": \"\",\n            \"amount\": 100,\n            \"payment_method\": \"\",\n            \"type\": \"\"\n        }\n    ],\n    \"message\": \"All transactions\"\n}"},{"id":"b5069e3d-1d43-4684-afef-18510352773a","name":"get all transactions","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/transactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"ETag","value":"W/\"e0-12IGbKzw7CHWXH83ra1HkxtwxBc\""},{"key":"Date","value":"Mon, 08 Apr 2024 16:28:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"timestamp\": \"\",\n            \"status\": \"\",\n            \"amount\": 100,\n            \"payment_method\": \"\",\n            \"type\": \"\"\n        },\n        {\n            \"user_id\": \"\",\n            \"timestamp\": \"\",\n            \"status\": \"\",\n            \"amount\": 100,\n            \"payment_method\": \"\",\n            \"type\": \"\"\n        }\n    ],\n    \"message\": \"All transactions\"\n}"}],"_postman_id":"5163197a-7440-452e-af41-56b4258e5f5f"}],"id":"a6805c2a-c429-489a-a2ae-2754e8270717","_postman_id":"a6805c2a-c429-489a-a2ae-2754e8270717","description":""},{"name":"subscription","item":[{"name":"take subscription","id":"7b7bd66b-c163-404d-9294-9935fc60bcb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user123\",\r\n    \"plan_id\":\"plan123\",\r\n    \"start_date\":\"2022-01-15T12\",\r\n    \"end_date\":\"2024-01-13T07\",\r\n    \"status\":\"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions/apply","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions","apply"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9033e5c9-8b6d-4f7f-96fe-30691c0f41ce","name":"take subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"user123\",\r\n    \"plan_id\":\"plan123\",\r\n    \"start_date\":\"2022-01-15T12\",\r\n    \"end_date\":\"2024-01-13T07\",\r\n    \"status\":\"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions/apply"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-yVuLt1xmY5g0vBSuAyzGbxqSNok\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:05:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Subscription plan applied!\"\n}"}],"_postman_id":"7b7bd66b-c163-404d-9294-9935fc60bcb6"},{"name":"remove subscription","id":"af58d511-3253-45b1-9fe6-aeaa54487ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/subscriptions//cancel/user123/plan123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions","","cancel","user123","plan123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b1070f5f-9e16-4874-b7f6-ca6260b9ba13","name":"remove subscription","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/subscriptions//cancel/user123/plan123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-Mj6zH8UpMNiUBM8KNwGf2BKx+0I\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:07:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Subscription plan deleted!\"\n}"}],"_postman_id":"af58d511-3253-45b1-9fe6-aeaa54487ca1"},{"name":"create subscription plan","id":"7dfdfc46-c7cb-4ab7-a02f-eab62e63d49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Standard\",\r\n    \"features\": [\r\n        \"basic access to content\",\r\n        \"hoer fier idlse slke\",\r\n        \"jepw flew creuew fsl\",\r\n        \"jeiepe afere eeerl fw\"\r\n    ],\r\n    \"description\": \"fkd dfslepw eiirwe fiseirw sfksl\",\r\n    \"price\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ffb0aaf7-e62f-41d6-8ebd-b9bc63b8dc18","name":"create subscription plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Standard\",\r\n    \"features\": [\r\n        \"basic access to content\",\r\n        \"hoer fier idlse slke\",\r\n        \"jepw flew creuew fsl\",\r\n        \"jeiepe afere eeerl fw\"\r\n    ],\r\n    \"description\": \"fkd dfslepw eiirwe fiseirw sfksl\",\r\n    \"price\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-HbBw9mYNBGZZy6eifrWueRMchss\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:08:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"New subscription plan created!\"\n}"}],"_postman_id":"7dfdfc46-c7cb-4ab7-a02f-eab62e63d49d"},{"name":"update subscription plan","id":"c1ac968e-3acf-4c23-a352-6ff6a843eec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"features\": [\r\n        \"basic access to content\",\r\n        \"hoer fier idlse slke\",\r\n        \"jepw flew creuew fsl\",\r\n        \"jeiepe afere eeerl fw\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions/plan123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions","plan123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e86572f0-af83-4b9d-9fba-cec444cb5472","name":"update subscription plan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"features\": [\r\n        \"basic access to content\",\r\n        \"hoer fier idlse slke\",\r\n        \"jepw flew creuew fsl\",\r\n        \"jeiepe afere eeerl fw\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/subscriptions/plan123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-Iori3b6SBOp7YH3VX6LmYFu/g+g\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:10:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Subscription plan updated!\"\n}"}],"_postman_id":"c1ac968e-3acf-4c23-a352-6ff6a843eec1"},{"name":"delete subscription plan","id":"94062cc9-1de1-4ca6-9cd4-66180c57084b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/subscriptions/plan123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions","plan123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea1905d9-f162-4c6c-9e1e-c24651cc87b6","name":"delete subscription plan","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/subscriptions/plan123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-Mj6zH8UpMNiUBM8KNwGf2BKx+0I\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:11:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Subscription plan deleted!\"\n}"}],"_postman_id":"94062cc9-1de1-4ca6-9cd4-66180c57084b"},{"name":"get all subscription plans","id":"81546d2f-2638-4288-bb2c-aadfe7045771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/subscriptions","urlObject":{"protocol":"http","port":"4000","path":["api","v1","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91f916e5-4826-4707-b85c-bf01a1e1c7fa","name":"get all subscription plans","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"445"},{"key":"ETag","value":"W/\"1bd-Mrv93LsyBJm+GkXlHMIJnrO9GDU\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:12:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"name\": \"Basic\",\n            \"features\": [\n                \"basic access to content\",\n                \"hoer fier idlse slke\",\n                \"jepw flew creuew fsl\",\n                \"jeiepe afere eeerl fw\"\n            ],\n            \"description\": \"fkd dfslepw eiirwe fiseirw sfksl\",\n            \"price\": 0\n        },\n        {\n            \"name\": \"Standard\",\n            \"features\": [\n                \"basic access to content\",\n                \"hoer fier idlse slke\",\n                \"jepw flew creuew fsl\",\n                \"jeiepe afere eeerl fw\"\n            ],\n            \"description\": \"fkd dfslepw eiirwe fiseirw sfksl\",\n            \"price\": 500\n        }\n    ],\n    \"message\": \"All subscription plans retrieved\"\n}"}],"_postman_id":"81546d2f-2638-4288-bb2c-aadfe7045771"}],"id":"60127ffe-136c-44ca-a195-ea4fdd4e78b1","_postman_id":"60127ffe-136c-44ca-a195-ea4fdd4e78b1","description":""},{"name":"reviews","item":[{"name":"create review","id":"f61213be-d18c-4b10-bba1-e1a41022a59b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"course_id_1\",\r\n    \"user_id\": \"user_id_1\",\r\n    \"rating\": \"4.0\",\r\n    \"comment\": \"comment_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/reviews/course123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","reviews","course123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"025e5834-8197-4c44-80ab-d533befa75ca","name":"createReview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course_id\": \"course_id_1\",\r\n    \"user_id\": \"user_id_1\",\r\n    \"rating\": \"4.0\",\r\n    \"comment\": \"comment_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/reviews/course123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-wBENTuvgd6N61joRj1RBbJHHGDg\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:22:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Review added to course!\"\n}"}],"_postman_id":"f61213be-d18c-4b10-bba1-e1a41022a59b"},{"name":"update review","id":"5078a544-d064-4a43-8bf0-79416ec9bc97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": \"4.0\",\r\n    \"comment\": \"comment_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/reviews/user123/review123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","reviews","user123","review123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cfaa339-df06-4484-980e-5e1fb640585c","name":"update review","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": \"4.0\",\r\n    \"comment\": \"comment_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/reviews/user123/review123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-WcofIk+vILkpGIdy31EPz814wbo\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:24:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Review updated!\"\n}"}],"_postman_id":"5078a544-d064-4a43-8bf0-79416ec9bc97"},{"name":"deleteReview","id":"a115a71d-ee6d-47cf-bbf1-f50445e226e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/reviews/user123/review123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","reviews","user123","review123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a62cb899-a878-4727-a22b-c974e123e915","name":"delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/reviews/user123/review123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-i/b5p82TNVbgqN0keuOhfFcnMY8\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:26:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Review deleted!\"\n}"}],"_postman_id":"a115a71d-ee6d-47cf-bbf1-f50445e226e7"},{"name":"getAllreviews","id":"14f28381-a735-4246-b708-eea5288f08ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/reviews/course123","urlObject":{"protocol":"http","port":"4000","path":["api","v1","reviews","course123"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8035fb4c-d5bd-4605-b7df-f156ca71b69e","name":"getall","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/reviews/course123"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"237"},{"key":"ETag","value":"W/\"ed-2N9UEwIXvJ7oN+ifxC/HyZJFRPc\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:27:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"course_id\": \"course_id_1\",\n            \"user_id\": \"user_id_1\",\n            \"rating\": \"4.0\",\n            \"comment\": \"comment_1\"\n        },\n        {\n            \"course_id\": \"course_id_1\",\n            \"user_id\": \"user_id_2\",\n            \"rating\": \"4.0\",\n            \"comment\": \"comment_2\"\n        }\n    ],\n    \"message\": \"Course reviews retreived!\"\n}"}],"_postman_id":"14f28381-a735-4246-b708-eea5288f08ac"}],"id":"e4e028c4-b624-46c0-837f-f0c946260390","_postman_id":"e4e028c4-b624-46c0-837f-f0c946260390","description":""},{"name":"analytics","item":[{"name":"add analytics information","id":"a52eb9fc-8725-4870-9cb5-db4202519e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"\",\r\n    \"course_id\": \"\",\r\n    \"timestamp\": \"\",\r\n    \"action_type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/analytics","urlObject":{"protocol":"http","port":"4000","path":["api","v1","analytics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f704fd5f-090e-4f47-a3b2-ad28062b7458","name":"addAnalytiics","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"\",\r\n    \"course_id\": \"\",\r\n    \"timestamp\": \"\",\r\n    \"action_type\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/analytics"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-lPtx3b6w0zbGB6ThmvDpNI+S4Oo\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:34:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Analytics added!\"\n}"}],"_postman_id":"a52eb9fc-8725-4870-9cb5-db4202519e90"},{"name":"delete analytic information","id":"6ca8ec2f-765a-4d26-8cb8-611c7bc9b13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/analytics/123456","urlObject":{"protocol":"http","port":"4000","path":["api","v1","analytics","123456"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"758ec6ab-86df-4af4-9a01-85bf1f68929c","name":"delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/analytics/123456"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-P1/sY+evc4036/CW5mKuKPzjRBI\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:34:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"message\": \"Analytics deleted!\"\n}"}],"_postman_id":"6ca8ec2f-765a-4d26-8cb8-611c7bc9b13f"},{"name":"get course analytics","id":"80d5d1d3-7818-4f37-8081-e25541bb7902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/analytics/123456","urlObject":{"protocol":"http","port":"4000","path":["api","v1","analytics","123456"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"500807aa-7fed-4e1e-8504-4beeef48ba8d","name":"get course analytics","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/analytics/123456"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"ETag","value":"W/\"bc-xorhTFBLHr50+ObdsHIm/YsYJ2w\""},{"key":"Date","value":"Mon, 08 Apr 2024 18:35:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"course_id\": \"\",\n            \"timestamp\": \"\",\n            \"action_type\": \"\"\n        },\n        {\n            \"user_id\": \"\",\n            \"course_id\": \"\",\n            \"timestamp\": \"\",\n            \"action_type\": \"\"\n        }\n    ],\n    \"message\": \"Course anlytics retrieved!\"\n}"}],"_postman_id":"80d5d1d3-7818-4f37-8081-e25541bb7902"}],"id":"67335ec3-14d7-4c47-b900-b8ba73d27a02","_postman_id":"67335ec3-14d7-4c47-b900-b8ba73d27a02","description":""}]}