{"info":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","description":"<html><head></head><body><p>Schofinity is a platform that provides scholarship information and assists users in preparing to apply for scholarships through various programs such as Bootcamp, Workshops, and Mentoring.</p>\n<p>The Schofinity platform provides many API products, tools, and resources that enable you to:</p>\n<ul>\n<li>Get comprehensive scholarship information</li>\n<li>Adding scholarships to favorites</li>\n<li>Offering scholarships Timeline + Reminder features</li>\n<li>Displaying scholarships based on categories</li>\n<li>Filtering scholarships to be displayed when searched</li>\n<li>Assisting in preparing for scholarships (Bootcamp, Workshops, Mentoring)</li>\n</ul>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<p>To start using this API you need to register as user first, then you need to activate your account using otp that sent to your email. After registering, you need to authenticate yourself using your username and password. You will receive a bearer token which you must include in every request in your request header.</p>\n<ul>\n<li>You must use a valid bearer token to send requests to this API.</li>\n<li>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error.</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The Schofinity API uses JWT bearer token for authentication.</p>\n<p>You can get your JWT bearer token by authenticate your account using username and password in Auth section.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h2 id=\"request-query\">Request Query</h2>\n<p>You can include <strong>limit</strong>, <strong>page</strong>, and <strong>sort</strong> for every get request in this API. Limit is used to limit the data shown in response. Page is used with limit for pagination purposes. Sort is used to sort the response in specific column order.</p>\n<p>e.g., <code>/endpoints?limit=10</code> will only show 10 data in the response. <code>/endpoints?limit=10&amp;page=2</code> will show next 10 data in the response. <code>/endpoints?sort=createdAt</code> will sort by column createdAt in ascending order. If you want to sort in descending order, you need to add dash before the column (<code>/endpoints?sort=-createdAt</code>).</p>\n<p>All <strong>request query</strong> are <strong>optional</strong>.</p>\n<h2 id=\"request-params\">Request Params</h2>\n<p>Request params is used to access specific data, mostly used when make a request to a user, scholarship, class, resources, or comment by its id. All <strong>request params</strong> are <strong>mandatory</strong>, otherwise it may call other endpoint.</p>\n<p>e.g., <code>/endpoints/:id</code>, if request params aren't inserted properly, it may trigger another regular endpoints, like <code>/endpoints</code>.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>All request field in body are using string. All mandatory fields are explained in the endpoints description. <strong>Most of the</strong> post <strong>field</strong> provided in the body <strong>are mandatory</strong>.</p>\n<p><strong>Image field</strong> are not included in this API documentations. You may include image field when using post or patch request to <code>/users</code>, <code>/scholarships</code>, <code>/classes</code>, and <code>/classes/:id/resources</code>. Only .jpeg or .jpg file is accepted. You can only upload <strong>one image</strong> file. This field is <strong>not mandatory</strong>.</p>\n<h2 id=\"foreign-key-references\">Foreign Key References</h2>\n<p>There are few foreign key you can use to post or filter scholarships, online classes, class resources, users, etc. Pay attention to each of these categories descriptions.</p>\n<h3 id=\"categories\">Categories</h3>\n<p>There are 6 categories available you can use to search or upload a scholarship. If you You need to <strong>specify its id</strong> based on the list below.</p>\n<ol>\n<li>Unggulan</li>\n<li>Prestasi Akademik</li>\n<li>Prestasi Non-Akademik</li>\n<li>Mahasiswa Kurang Mampu</li>\n<li>Mahasiswa Difabel</li>\n<li>Putra-putri Daerah</li>\n</ol>\n<h3 id=\"funding-types\">Funding Types</h3>\n<p>There are 2 available funding types you can use to represent a scholarship. You need to <strong>specify its id</strong> based on the list below.</p>\n<ol>\n<li>Pemerintah</li>\n<li>Swasta</li>\n</ol>\n<h3 id=\"locations\">Locations</h3>\n<p>There are 3 available locations you can use to represent a scholarship. You need to <strong>specify its id</strong> based on the list below.</p>\n<ol>\n<li>Dalam Negeri</li>\n<li>Luar Negeri</li>\n</ol>\n<h3 id=\"class-types\">Class Types</h3>\n<p>There are 2 types of class available to use. You need to <strong>specify its id</strong> based on the list below.</p>\n<ol>\n<li>Workshop</li>\n<li>Bootcamp</li>\n</ol>\n<h3 id=\"subjects\">Subjects</h3>\n<p>There are 3 subjects available you can use to search or upload a class (workshop or bootcamp). You need to <strong>specify its id</strong> based on the list below.</p>\n<ol>\n<li>Toefl</li>\n<li>Wawancara</li>\n<li>Essay</li>\n</ol>\n<h3 id=\"roles\">Roles</h3>\n<p>There are 3 roles available for user to use. You need to <strong>specify its id</strong> based on the list below. To create an user with administrator privilege, you need to configure roleId manually in the database. If you already have user with administrator privilege, you can also promote regular user using <code>/users/:userId/admin</code> endpoint.</p>\n<ol>\n<li>User</li>\n<li>Mentor</li>\n<li>Admin</li>\n</ol>\n<h3 id=\"genders\">Genders</h3>\n<p>There are 3 gender available for user to use. This list is using enum and case sensitive. You need to <strong>use its gender</strong>, not its id.</p>\n<ol>\n<li>male</li>\n<li>female</li>\n<li>else</li>\n</ol>\n<h3 id=\"statuses\">Statuses</h3>\n<p>There are 3 statuses to represent scholarship status, user status, and payment status. This list of <strong>statuses isn't accessible</strong> for patch or post request.</p>\n<ol>\n<li>Pending</li>\n<li>Success</li>\n<li>Failed</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32730747","collectionId":"a5dc7594-5281-4589-ab9c-59386613cef3","publishedId":"2sA35A8RHC","public":true,"customColor":{"top-bar":"ece2ff","right-sidebar":"B989FF","highlight":"5825bb"},"publishDate":"2024-03-22T13:08:01.000Z"},"item":[{"name":"Auth","item":[{"name":"Auths","id":"e055cb57-4d9f-4b1e-8f58-bd08923fb559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"Root_123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths","description":"<p>This endpoints responsible for user authentication and return JWT Token in response. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","urlObject":{"path":["auths"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"36882d33-45e3-4dca-86a1-e355d0cd7977","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"Root_123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651147&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=YhJAt9ZY08U2pKyxgLgMA0Fku9U3j918z%2B433fcTPco%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651147&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=YhJAt9ZY08U2pKyxgLgMA0Fku9U3j918z%2B433fcTPco%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"Etag","value":"W/\"df-yiAYZDfC8E0kWxEyokBwRHGfPvo\""},{"key":"Date","value":"Sun, 17 Mar 2024 04:52:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJiYWQxYTQwNy05ZmIxLTQ2MzgtYNDcsImV4cCI6MTcxMDY1NDc0N30.q9uO7Lm4QwmUG8c_z7lT-l26xwFdGRJe4AlPboAAUfg\"\n}"},{"id":"909cc01c-73ff-4db7-ad96-24d6388bd714","name":"Username Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johndoe\",\r\n    \"password\": \"Root_123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651407&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ar2YKN4IW%2FPyxjDGYgDXM0OhwOBcUb%2BdK2wngBNy%2BFo%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651407&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ar2YKN4IW%2FPyxjDGYgDXM0OhwOBcUb%2BdK2wngBNy%2BFo%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-q5fHwakaMYcG9UPQ/wFQXvxE224\""},{"key":"Date","value":"Sun, 17 Mar 2024 04:56:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Username not found\"\n}"},{"id":"9bc8054b-8f5a-4bb2-bb62-ebdc88313047","name":"Incorrect Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"root_123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651436&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=IVuqFobxfeMECvj9r5x3KJOSBsyFZ8fGGfiiwQDOkdw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651436&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=IVuqFobxfeMECvj9r5x3KJOSBsyFZ8fGGfiiwQDOkdw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-7/1+lUGRbgYCrJor/QfauFILO8s\""},{"key":"Date","value":"Sun, 17 Mar 2024 04:57:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Incorrect password\"\n}"}],"_postman_id":"e055cb57-4d9f-4b1e-8f58-bd08923fb559"},{"name":"Generate OTP","id":"42d75fea-cee2-40f6-a717-e666b6baa1b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/generate-otp","description":"<p>This endpoints responsible for sending OTP Code to registered user by email. All fields are mandatory.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["auths","generate-otp"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"eccb1c22-fc91-4d61-90da-2a226343bf83","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/generate-otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651518&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pO8gbzy8u6sq3GHQ1oc5wuD1LDHxn19bwFP87BdkmF0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651518&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pO8gbzy8u6sq3GHQ1oc5wuD1LDHxn19bwFP87BdkmF0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"Etag","value":"W/\"15-ga8EF/lp+ThIsc8w/OHbk4hPrME\""},{"key":"Date","value":"Sun, 17 Mar 2024 04:58:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"43b84a47-482b-440a-9692-f6e4bfcd4748","name":"Username Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johndoe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/generate-otp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651532&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mLc8CNg0eGJwmxoQ4JWvOAtuGGEe19RlwsCBoPnq99A%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651532&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mLc8CNg0eGJwmxoQ4JWvOAtuGGEe19RlwsCBoPnq99A%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-q5fHwakaMYcG9UPQ/wFQXvxE224\""},{"key":"Date","value":"Sun, 17 Mar 2024 04:58:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Username not found\"\n}"}],"_postman_id":"42d75fea-cee2-40f6-a717-e666b6baa1b9"},{"name":"Activate","id":"cc368acb-b4ee-460c-8429-1bd336b5ff45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/activate","description":"<p>This endpoint responsible for activating user account. Without account activation, user that already registered may not authenticate their account. All fields are mandatory.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["auths","activate"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"cc49f374-a0cf-48e8-873a-285d50c4adfe","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"otp\": \"669105\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/activate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651627&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=3eAZF02wrBCW%2BIIefSERArdH1SHbCddGTzRjbi69qOg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651627&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=3eAZF02wrBCW%2BIIefSERArdH1SHbCddGTzRjbi69qOg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"Etag","value":"W/\"15-ga8EF/lp+ThIsc8w/OHbk4hPrME\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:00:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"dfbc30f8-96d4-4e55-b933-2bf6943fae1b","name":"Username Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johndoe\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/activate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651682&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Q78lNyOx5AccbhgNWz%2F5R3PztBjZwjpi9VpFD0enkD4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651682&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Q78lNyOx5AccbhgNWz%2F5R3PztBjZwjpi9VpFD0enkD4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-q5fHwakaMYcG9UPQ/wFQXvxE224\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:01:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Username not found\"\n}"},{"id":"a47da62f-6c5a-48cc-8778-a501e8f33c08","name":"Incorrect OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/activate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651661&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=5%2B4Ux5WP0UXjF93q4oCm%2BuBu8wYFZsrZ2ISabwqWpQ8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651661&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=5%2B4Ux5WP0UXjF93q4oCm%2BuBu8wYFZsrZ2ISabwqWpQ8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Etag","value":"W/\"2a-OPRgnIXwuoTMYatB57kaGaYjGfU\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:01:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Incorrect OTP\"\n}"}],"_postman_id":"cc368acb-b4ee-460c-8429-1bd336b5ff45"},{"name":"Reset Password","id":"f9436b4c-559a-44f1-8a9c-9c21bfcae528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"NewPassword_123\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/reset-password","description":"<p>This endpoint responsible for resetting user account password by verificating the OTP provided in the request body. All fields are mandatory.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["auths","reset-password"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"59659193-a832-43f7-95c4-6fdc46536fc5","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"NewPassword_123\",\r\n    \"otp\": \"728932\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/reset-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651764&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1ZopnpeXfe6%2FT0ltce2VLIMxr%2BCyc%2BWfR1EkZ9dXWBk%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651764&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1ZopnpeXfe6%2FT0ltce2VLIMxr%2BCyc%2BWfR1EkZ9dXWBk%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"Etag","value":"W/\"15-ga8EF/lp+ThIsc8w/OHbk4hPrME\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:02:44 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"},{"id":"0d0cb872-4566-43ad-840c-e8f04f63e4e1","name":"Incorrect OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"yogarn\",\r\n    \"password\": \"NewPassword_123\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/reset-password"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651776&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zAW3kVrZtaEBSWQcK35hJGpaDKNFSGbJpQpct8X7zzY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651776&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zAW3kVrZtaEBSWQcK35hJGpaDKNFSGbJpQpct8X7zzY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Etag","value":"W/\"2a-OPRgnIXwuoTMYatB57kaGaYjGfU\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:02:56 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Incorrect OTP\"\n}"},{"id":"d5a07310-2680-4a9d-bac7-1446ccef6571","name":"Username Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johndoe\",\r\n    \"password\": \"NewPassword_123\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/auths/reset-password"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710651797&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xOpKxU7SCkAtuGpRx%2BA8%2BXUAlVH804%2B58sodJwJhD34%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710651797&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xOpKxU7SCkAtuGpRx%2BA8%2BXUAlVH804%2B58sodJwJhD34%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-q5fHwakaMYcG9UPQ/wFQXvxE224\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:03:17 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Username not found\"\n}"}],"_postman_id":"f9436b4c-559a-44f1-8a9c-9c21bfcae528"}],"id":"790ee67d-c04e-4773-8054-09e48a182f2d","description":"<p>This section contains endpoints responsible for user authentication and security-related features, including login, OTP (One-Time Password) generation and verification, and handling forgot password requests. These endpoints ensure secure access to the platform and provide mechanisms for user verification and password recovery.</p>\n","_postman_id":"790ee67d-c04e-4773-8054-09e48a182f2d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Users","id":"e298c0d7-dcc9-4edd-909a-db112f174a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users","description":"<p>This endpoint responsible for get list of registered user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["users"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>Username to search</p>\n","type":"text/plain"},"key":"username","value":"celine"},{"disabled":true,"description":{"content":"<p>Name to search</p>\n","type":"text/plain"},"key":"name","value":"Celine"},{"disabled":true,"description":{"content":"<p>Description to search</p>\n","type":"text/plain"},"key":"description","value":"bimbingan langsung"},{"disabled":true,"description":{"content":"<p>roleId to search</p>\n","type":"text/plain"},"key":"roleId","value":"2"}],"variable":[]}},"response":[{"id":"2a9c42d7-18cf-4bdd-89f8-d58cbefb569e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users?username=celine&name=Celine&description=bimbingan langsung&roleId=2","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","users"],"query":[{"key":"username","value":"celine","description":"Username to search"},{"key":"name","value":"Celine","description":"Name to search"},{"key":"description","value":"bimbingan langsung","description":"Description to search"},{"key":"roleId","value":"2","description":"roleId to search","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711094221&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Q1kTlEuxqFDYlcbn7bFZvj4Oy83Ly63F9X7TSRWzpRc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711094221&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Q1kTlEuxqFDYlcbn7bFZvj4Oy83Ly63F9X7TSRWzpRc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"745"},{"key":"Etag","value":"W/\"2e9-cVnr3jl7xc1tlvQgSAMqtahQGiY\""},{"key":"Date","value":"Fri, 22 Mar 2024 07:57:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n            \"username\": \"celine\",\n            \"name\": \"Celine\",\n            \"contact\": null,\n            \"email\": \"celine@example.com\",\n            \"description\": \"Saya mementori program persipan beasiswa international dngan bimbingan langsung seperti bimbingan toefl, bimbingan essai dan beberapa bimbingan lainnya\",\n            \"birthDate\": null,\n            \"gender\": \"female\",\n            \"address\": null,\n            \"image\": \"celine-celine.jpg\",\n            \"roleId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T03:43:35.000Z\",\n            \"updatedAt\": \"2024-03-21T05:29:00.000Z\",\n            \"userStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            },\n            \"userRole\": {\n                \"id\": 2,\n                \"roleName\": \"mentor\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e298c0d7-dcc9-4edd-909a-db112f174a16"},{"name":"User by Id","id":"0bb3211e-946c-43f7-b02d-bfc0d3bac8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e","description":"<p>This endpoint responsible for get a user by their user's id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["users","bad1a407-9fb1-4638-bc21-7551f217485e"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"e26b7494-a3c1-4f02-9f89-a85241c3a16a","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652433&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RLSgS%2Fg1l%2BwXz%2BqdPsWhU37SQLPo5xacCeA5DTvWDLw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652433&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RLSgS%2Fg1l%2BwXz%2BqdPsWhU37SQLPo5xacCeA5DTvWDLw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"657"},{"key":"Etag","value":"W/\"291-iJa51kRYdXCAEyWYLnX5CIo6J8M\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:13:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"username\": \"yogarn\",\n        \"name\": \"Yoga Raditya\",\n        \"contact\": null,\n        \"email\": \"yogaradityan@gmail.com\",\n        \"description\": \"Undergraduate Computer Science Students\",\n        \"birthDate\": null,\n        \"gender\": null,\n        \"address\": null,\n        \"image\": \"yogarn-wallpaperflare.com_wallpaper.jpg\",\n        \"roleId\": 1,\n        \"statusId\": 2,\n        \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n        \"updatedAt\": \"2024-03-17T05:13:07.000Z\",\n        \"userStatus\": {\n            \"id\": 2,\n            \"statusName\": \"success\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        },\n        \"userRole\": {\n            \"id\": 1,\n            \"roleName\": \"user\",\n            \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n        }\n    }\n}"}],"_postman_id":"0bb3211e-946c-43f7-b02d-bfc0d3bac8f3"},{"name":"Users","id":"e6b79e89-2e80-434b-b63c-53523d47fa1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Dedi\",\r\n    \"username\": \"dedi\",\r\n    \"email\": \"dedi@example.com\",\r\n    \"password\": \"Root_123\",\r\n    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audiens.\",\r\n    \"contact\": \"+6285123456789\",\r\n    \"birthDate\": \"2024-01-01\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"10th Downing Street\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users","description":"<p>This endpoint responsible for registrating a new user and creating account. This endpoint automatically send the OTP code to the user, you may not need to send the OTP using separated endpoints. Only name, username, email, and password are mandatory.</p>\n","urlObject":{"path":["users"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"66e533ce-4f4f-4b05-8595-722530386ea1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Raditya Nala\",\r\n    \"username\": \"thisisnalaa\",\r\n    \"email\": \"radityanalaa@gmail.com\",\r\n    \"password\": \"Root_123\",\r\n    \"description\": \"Undergraduate Computer Science Students\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652527&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=GUK%2BU%2B5BRwDAQkuMN9hJeseCP7JCgCeT4kGvAD2DpMc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652527&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=GUK%2BU%2B5BRwDAQkuMN9hJeseCP7JCgCeT4kGvAD2DpMc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"386"},{"key":"Etag","value":"W/\"182-c6Tg0qxCEZLWymOZv8Mq7Q+vjxU\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:15:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"5da184dd-0920-46d2-9e33-fb31f08ae441\",\n        \"roleId\": 1,\n        \"statusId\": 1,\n        \"username\": \"thisisnalaa\",\n        \"name\": \"Raditya Nala\",\n        \"password\": \"$2b$10$GJhX.7fiVA5HDfV4NWekFeusCY.5kKy30U/4VX2b.fMPfITichtUK\",\n        \"description\": \"Undergraduate Computer Science Students\",\n        \"email\": \"radityanalaa@gmail.com\",\n        \"updatedAt\": \"2024-03-17T05:15:28.039Z\",\n        \"createdAt\": \"2024-03-17T05:15:28.039Z\"\n    }\n}"},{"id":"29f6baf7-a96e-4436-ad24-fc1aedc4f7f1","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Yoga Raditya\",\r\n    \"username\": \"yogarn\",\r\n    \"email\": \"yogaradityan@gmail.com\",\r\n    \"password\": \"Yogaraditya_67\",\r\n    \"description\": \"Undergraduate Computer Science Students\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652465&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jSs3rTAvZLGnxIwxuoqNxFSYyq5D0hmT1nYgdUsTrFc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652465&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jSs3rTAvZLGnxIwxuoqNxFSYyq5D0hmT1nYgdUsTrFc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Etag","value":"W/\"2d-9+YQYJL74+vV6HiTHCR8+gCYBts\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:14:25 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Validation error\"\n}"}],"_postman_id":"e6b79e89-2e80-434b-b63c-53523d47fa1f"},{"name":"User","id":"07b744ec-b445-46a9-b18c-ac0d25e5ba30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"gender\": \"female\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users","description":"<p>This endpoint responsible for updating user profiles.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["users"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"352aee57-9897-40fc-b3c6-06b1d23b80eb","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Yoga Raditya\",\r\n    \"contact\": \"+6285123456789\",\r\n    \"email\": \"yogaradityan@gmail.com\",\r\n    \"description\": \"Undergraduate Computer Science Students\",\r\n    \"birthDate\": \"2024-01-01\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"10th Downing Street\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652673&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=qW5Q2K3AxOKYU90XkJGJ4NhGqC3rodGEyEORgv4489Y%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652673&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=qW5Q2K3AxOKYU90XkJGJ4NhGqC3rodGEyEORgv4489Y%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"241"},{"key":"Etag","value":"W/\"f1-cSL7cvQLQo4fHP+o4vgfbAdgIks\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:17:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"name\": \"Yoga Raditya\",\n        \"contact\": \"+6285123456789\",\n        \"description\": \"Undergraduate Computer Science Students\",\n        \"birthDate\": \"2024-01-01\",\n        \"gender\": \"male\",\n        \"address\": \"10th Downing Street\",\n        \"email\": \"yogaradityan@gmail.com\"\n    }\n}"},{"id":"9cbd5b15-0300-48d8-8878-126050511ae7","name":"Validation Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Yoga Raditya\",\r\n    \"contact\": \"+6285123456789\",\r\n    \"email\": \"radityanalaa@gmail.com\",\r\n    \"description\": \"Undergraduate Computer Science Students\",\r\n    \"birthDate\": \"2024-01-01\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"10th Downing Street\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652760&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Nk1ElN%2BPLhltveZSlUun0HixVUPGZQDdbTVrRZwakDs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652760&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Nk1ElN%2BPLhltveZSlUun0HixVUPGZQDdbTVrRZwakDs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Etag","value":"W/\"2d-9+YQYJL74+vV6HiTHCR8+gCYBts\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:19:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Validation error\"\n}"}],"_postman_id":"07b744ec-b445-46a9-b18c-ac0d25e5ba30"},{"name":"User (Admin)","id":"1ea796a7-7e0f-402e-976b-f72e32b7a4ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e","description":"<p>This endpoint responsible for deleting user account, including scholarship, online class, mentoring, and comment they already posted.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["users","bad1a407-9fb1-4638-bc21-7551f217485e"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"8f305b50-1911-4230-bb89-03a60bab5933","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710655601&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mAeXpCyfTvzDCaGAeqtTatw%2BMi9ObMhDcsrQ2ekK4HM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710655601&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mAeXpCyfTvzDCaGAeqtTatw%2BMi9ObMhDcsrQ2ekK4HM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Etag","value":"W/\"4e-hmpooD7mfVnc0GWLXrnyZFbun4M\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:06:41 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"userId\": \"6247e954-4f6b-4698-805c-cf4b49b9c913\"\n    }\n}"},{"id":"046f8ded-7c7c-4b99-a9a2-041bb67e19d4","name":"User Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710655702&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=saJPFFfpUWOYd%2FLQIVjxqlUoh9hj2WbHMfYjmsSBHO0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710655702&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=saJPFFfpUWOYd%2FLQIVjxqlUoh9hj2WbHMfYjmsSBHO0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Etag","value":"W/\"93-w6YM4hf/vBzwAKfQxL/XwNnqjuU\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:08:22 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"bad1a407-9fb1-4638-bc21-7551f217485z\",\n            \"msg\": \"User not found\",\n            \"path\": \"id\",\n            \"location\": \"params\"\n        }\n    ]\n}"},{"id":"998bb97e-627a-48a0-9fd6-8c051a1df95c","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652807&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=5qVx1kFZR5gCOprjGTCfFUNEYeiloR2j%2BdofMCLp9AM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652807&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=5qVx1kFZR5gCOprjGTCfFUNEYeiloR2j%2BdofMCLp9AM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:20:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"1ea796a7-7e0f-402e-976b-f72e32b7a4ad"},{"name":"Promote to Admin (Admin)","id":"d09140df-53d5-40e5-b4f8-9d8f13991271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e/admin","description":"<p>This endpoint responsible for promoting regular user to administrator privilege.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["users","bad1a407-9fb1-4638-bc21-7551f217485e","admin"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"d11ef6d6-a440-4e16-a36b-1dc2f5b95f91","name":"Success","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710653174&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pna2IhooB1l85AEu1pz0w%2FwhUocFKceBW32qF8CF%2FKc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710653174&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pna2IhooB1l85AEu1pz0w%2FwhUocFKceBW32qF8CF%2FKc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Etag","value":"W/\"59-2eczhQj+FkSxM9DpkluKckuyLyM\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:26:14 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"roleId\": 3\n    }\n}"},{"id":"ce07fac1-af9e-47e3-86b6-eea2b761a3ba","name":"User Not Found","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e/admin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"ETag","value":"W/\"93-HLhAOQqZVcY8/yX5Ax1TyidjOpw\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:38:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"msg\": \"User not found\",\n            \"path\": \"id\",\n            \"location\": \"params\"\n        }\n    ]\n}"},{"id":"ee9cd480-6f0e-41da-a6b9-178656b6d03f","name":"Insufficient Privilege","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/users/bad1a407-9fb1-4638-bc21-7551f217485e/admin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710652950&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=2gohBTWTWZD47XowrXmRjNNnXSpnXxH4ZeLsuL6lOIY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710652950&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=2gohBTWTWZD47XowrXmRjNNnXSpnXxH4ZeLsuL6lOIY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Sun, 17 Mar 2024 05:22:30 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"d09140df-53d5-40e5-b4f8-9d8f13991271"}],"id":"5c12ecda-2654-46fc-86c2-f71389538b75","description":"<p>This section contains endpoints responsible for user management, including registration, view user profiles, update profile, and delete user request. Some endpoints in this section may only accessed by user with administrator privilege.</p>\n","_postman_id":"5c12ecda-2654-46fc-86c2-f71389538b75","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Mentors","item":[{"name":"Mentor Schedule","item":[{"name":"Schedules","id":"0bc3c52f-1dce-420f-a93a-cf37260c9a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules?mentorId=c7117221-f2b7-40cd-aca8-9b51a3a65283&sort=day","description":"<p>This endpoint is responsible for get list of mentors schedules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["schedules"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"description":{"content":"<p>mentorId to search</p>\n","type":"text/plain"},"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283"},{"disabled":true,"description":{"content":"<p>Day to search</p>\n","type":"text/plain"},"key":"day","value":"1"},{"disabled":true,"description":{"content":"<p>startTime to search</p>\n","type":"text/plain"},"key":"startTime","value":"2024-01-01T00:00:00.000Z"},{"disabled":true,"description":{"content":"<p>endTime to search</p>\n","type":"text/plain"},"key":"endTime","value":"2024-01-01T00:00:00.000Z"},{"key":"sort","value":"day"}],"variable":[]}},"response":[{"id":"cc1960b3-5a91-4cfb-9c20-52ade59644d7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","schedules"],"query":[{"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283","description":"mentorId to search","disabled":true},{"key":"day","value":"1","description":"Day to search","type":"text","disabled":true},{"key":"startTime","value":"2024-01-01T00:00:00.000Z","description":"startTime to search","type":"text","disabled":true},{"key":"endTime","value":"2024-01-01T00:00:00.000Z","description":"endTime to search","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711008310&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EsFYR601%2FJN%2BXXbHpW7%2BocwdT5QrmCcADrzlGEtHmf8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711008310&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EsFYR601%2FJN%2BXXbHpW7%2BocwdT5QrmCcADrzlGEtHmf8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6876"},{"key":"Etag","value":"W/\"1adc-+wxQ7LJ5Gs5ItHFvzW5NOfzCGEs\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:05:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"889d9812-d5b7-4233-867d-27c53ce8d0de\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 1,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:36.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:36.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        },\n        {\n            \"id\": \"031725d4-a056-4282-a6a7-d7e5e11b6193\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 2,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:39.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:39.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        },\n        {\n            \"id\": \"cbb95116-687e-4286-b54d-7184bfcc7fb6\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 3,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:42.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:42.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        },\n        {\n            \"id\": \"4267e099-4339-4aef-9674-3d122a25eee1\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 4,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:45.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:45.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        },\n        {\n            \"id\": \"7d147def-e747-4c74-8f54-6283dbc0f07f\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 5,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:48.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:48.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        },\n        {\n            \"id\": \"03bad974-2baa-4d3d-9de9-aa4a4d2328b5\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"day\": 6,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"15:00:00\",\n            \"createdAt\": \"2024-03-21T08:03:50.000Z\",\n            \"updatedAt\": \"2024-03-21T08:03:50.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n                \"User\": {\n                    \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                    \"username\": \"dedi\",\n                    \"name\": \"Dedi\",\n                    \"contact\": null,\n                    \"email\": \"dedi@example.com\",\n                    \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n                    \"birthDate\": null,\n                    \"gender\": \"male\",\n                    \"address\": null,\n                    \"image\": null,\n                    \"roleId\": 2,\n                    \"statusId\": 2,\n                    \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n                    \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"0bc3c52f-1dce-420f-a93a-cf37260c9a9a"},{"name":"Schedules","id":"aeaf8611-6f04-4d36-8daf-2e6d51f37af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"6\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules","description":"<p>This endpoint is responsible for add a mentor schedule. <code>day</code> is representing days in a week, start from 1 representing monday to 7 representing sunday. <code>startTime</code> and <code>endTime</code> referencing the start time and end time of the mentor's mentoring schedule. Mentor can add multiple schedule in a single day. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["schedules"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"4bc52849-d844-4da6-8429-7f5b249c47a3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"5\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711007840&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hFvrkMMQBFD%2FvkMVSJwFBAOgUtaE3pJftHMGuAWS%2FU8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711007840&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hFvrkMMQBFD%2FvkMVSJwFBAOgUtaE3pJftHMGuAWS%2FU8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"Etag","value":"W/\"fa-Eoh/DCnPBnze3eRHj/IF+r9Kgj4\""},{"key":"Date","value":"Thu, 21 Mar 2024 07:57:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"8d3ab249-e083-499b-a203-f07f8223cfe5\",\n        \"day\": \"5\",\n        \"startTime\": \"08:00\",\n        \"endTime\": \"15:00\",\n        \"mentorId\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n        \"updatedAt\": \"2024-03-21T07:57:20.807Z\",\n        \"createdAt\": \"2024-03-21T07:57:20.807Z\"\n    }\n}"}],"_postman_id":"aeaf8611-6f04-4d36-8daf-2e6d51f37af2"},{"name":"Schedules","id":"75cac361-40fc-4267-9a71-d3536450b6e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"2\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de","description":"<p>This endpoint is responsible for updating a mentoring schedule.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["schedules","889d9812-d5b7-4233-867d-27c53ce8d0de"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"7cb9529c-f6d2-4b36-8adf-417cd5c906b7","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"2\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088442&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=agwvQGA6dVPH9tU7QE3VFmmlQ3jlZda7Pcq2hHa937s%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088442&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=agwvQGA6dVPH9tU7QE3VFmmlQ3jlZda7Pcq2hHa937s%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Etag","value":"W/\"4e-cYSSMrCzhjNG9qrdSGHzpTdbPHw\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:20:42 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"day\": \"2\",\n        \"startTime\": \"08:00\",\n        \"endTime\": \"15:00\"\n    }\n}"},{"id":"f42ae45c-4229-4d87-a585-51a68f30c1e1","name":"Insufficient Privilege","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"2\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013073&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=a1XHh%2BEQSH4FkNVgsoqq%2FX8AK6xdcX3khBEoqvBij%2BE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013073&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=a1XHh%2BEQSH4FkNVgsoqq%2FX8AK6xdcX3khBEoqvBij%2BE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:24:33 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"},{"id":"1ed6edba-3fd6-4d43-ab24-c1427dfaa4f2","name":"Schedule Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"day\": \"2\",\r\n    \"startTime\": \"08:00\",\r\n    \"endTime\": \"15:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088334&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FVPhsWu8zxdlhNbmlGZPsOin%2BQCA3A%2FC1PUdypCUxqg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088334&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FVPhsWu8zxdlhNbmlGZPsOin%2BQCA3A%2FC1PUdypCUxqg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-Ad18JjXO/OUzmlzEW3CojWaE5H0\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:18:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Schedule not found\"\n}"}],"_postman_id":"75cac361-40fc-4267-9a71-d3536450b6e4"},{"name":"Schedule","id":"3d5ecca0-3839-4328-94b4-6972b749f7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de","description":"<p>This endpoint is responsible for delete a mentoring schedule.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["schedules","889d9812-d5b7-4233-867d-27c53ce8d0de"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"0590a089-d059-4b7e-8fee-f4c24e50739c","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088305&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2FeAz4%2BkLEKfcL7B0vgkBIg3uh34AtYHW8VolU0gwoaE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088305&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2FeAz4%2BkLEKfcL7B0vgkBIg3uh34AtYHW8VolU0gwoaE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Etag","value":"W/\"52-2iH3fXLjDGetuqdhYouccxAGzmU\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:18:25 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"scheduleId\": \"0f6e5de4-0861-41e4-b8bf-80b671c5902a\"\n    }\n}"},{"id":"c732348c-034a-4cf5-8a6b-998e92835106","name":"Schedule Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088488&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uk3g99znvDOpHD1PsNgi2V%2F4Lx%2BLiwmjAhBVxUGYN%2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088488&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uk3g99znvDOpHD1PsNgi2V%2F4Lx%2BLiwmjAhBVxUGYN%2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-Ad18JjXO/OUzmlzEW3CojWaE5H0\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:21:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Schedule not found\"\n}"},{"id":"f381fb7f-c92e-48ff-b5ec-8cff902c3e2a","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/schedules/889d9812-d5b7-4233-867d-27c53ce8d0de"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013107&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=edI39XSWm8TjXEpuE5FJbTcYVkZ%2FCLdXRN4%2Bqir60ug%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013107&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=edI39XSWm8TjXEpuE5FJbTcYVkZ%2FCLdXRN4%2Bqir60ug%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:25:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"3d5ecca0-3839-4328-94b4-6972b749f7b9"}],"id":"99b7a351-a5d2-4129-bb87-5795fb795499","description":"<p>This section contains endpoints responsible for mentor schedule management, including get mentor schedule, upload a schedule, update a schedule, and delete a schedule. When creating a schedule, week start from monday and represented by 1.</p>\n<h3 id=\"day-number-reference\">Day Number Reference</h3>\n<ol>\n<li>Monday</li>\n<li>Tuesday</li>\n<li>Wednesday</li>\n<li>Thursday</li>\n<li>Friday</li>\n<li>Saturday</li>\n<li>Monday</li>\n</ol>\n","_postman_id":"99b7a351-a5d2-4129-bb87-5795fb795499","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Mentors","id":"d614981a-fc87-4625-ba71-c9cc252633be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors","description":"<p>This endpoint is responsible for get list of mentors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>Programs to search</p>\n","type":"text/plain"},"key":"programs","value":"Beasiswa"},{"disabled":true,"description":{"content":"<p>userId to search</p>\n","type":"text/plain"},"key":"userId","value":"0aa394dd-a29e-43cc-86ac-e423bf375d04"},{"disabled":true,"description":{"content":"<p>Education to search</p>\n","type":"text/plain"},"key":"education","value":"S2 Harvard University"},{"disabled":true,"description":{"content":"<p>mentoringInterval to search (in hour)</p>\n","type":"text/plain"},"key":"mentoringInterval","value":"60"},{"disabled":true,"description":{"content":"<p>salaryRate to search (in Rupiah)</p>\n","type":"text/plain"},"key":"salaryRate","value":"400000"}],"variable":[]}},"response":[{"id":"f3e391a8-358c-4a49-aa5b-a6be5a9e63f0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","mentors"],"query":[{"key":"programs","value":"Beasiswa","description":"Programs to search","type":"text","disabled":true},{"key":"userId","value":"0aa394dd-a29e-43cc-86ac-e423bf375d04","description":"userId to search","disabled":true},{"key":"education","value":"S2 Harvard University","description":"Education to search","type":"text","disabled":true},{"key":"mentoringInterval","value":"60","description":"mentoringInterval to search (in hour)","disabled":true},{"key":"salaryRate","value":"400000","description":"salaryRate to search (in Rupiah)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711002249&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=kEL%2B%2BRMxT836BgtTtEq2hgC5b1IF0xPJYeksrEPCnM8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711002249&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=kEL%2B%2BRMxT836BgtTtEq2hgC5b1IF0xPJYeksrEPCnM8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"992"},{"key":"Etag","value":"W/\"3e0-3WYL1q0vC68e+qRfWgAnJZ7/i8c\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:24:09 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n            \"userId\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n            \"programs\": \"Beasiswa International\",\n            \"mentoringInterval\": 60,\n            \"breakTime\": 30,\n            \"salaryRate\": 400000,\n            \"statusId\": 2,\n            \"bank\": \"12345678910\",\n            \"education\": \"S2 Havard University\",\n            \"createdAt\": \"2024-03-21T05:27:34.000Z\",\n            \"updatedAt\": \"2024-03-21T06:22:36.000Z\",\n            \"User\": {\n                \"id\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n                \"username\": \"celine\",\n                \"name\": \"Celine\",\n                \"contact\": null,\n                \"email\": \"celine@example.com\",\n                \"description\": \"Saya mementori program persipan beasiswa international dngan bimbingan langsung seperti bimbingan toefl, bimbingan essai dan beberapa bimbingan lainnya\",\n                \"birthDate\": null,\n                \"gender\": \"female\",\n                \"address\": null,\n                \"image\": \"celine-celine.jpg\",\n                \"statusId\": 2,\n                \"otp\": null,\n                \"createdAt\": \"2024-03-21T03:43:35.000Z\",\n                \"updatedAt\": \"2024-03-21T05:29:00.000Z\"\n            },\n            \"MentorSchedules\": [],\n            \"mentorStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d614981a-fc87-4625-ba71-c9cc252633be"},{"name":"Mentor by Id","id":"55a041a7-1d96-45be-bab3-2a5867309244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283","description":"<p>This endpoint is responsible for get mentor by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors","c7117221-f2b7-40cd-aca8-9b51a3a65283"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"6cca7a8e-d9d0-44d8-a927-424f989306fd","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711006453&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FW8fLzKM%2Bp4IFn1jdc4NWE8xpTF3%2BMbuqUBwFJUyDMY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711006453&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FW8fLzKM%2Bp4IFn1jdc4NWE8xpTF3%2BMbuqUBwFJUyDMY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1080"},{"key":"Etag","value":"W/\"438-zUsZ7r9liJ2dwXQG/XjJqXLT+H4\""},{"key":"Date","value":"Thu, 21 Mar 2024 07:34:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n        \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n        \"programs\": \"Mentoring Public Speaking\",\n        \"mentoringInterval\": 60,\n        \"breakTime\": 30,\n        \"salaryRate\": 300000,\n        \"statusId\": 2,\n        \"bank\": \"12345678910\",\n        \"education\": \"S2 University of Indonesia\",\n        \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n        \"updatedAt\": \"2024-03-21T07:12:15.000Z\",\n        \"User\": {\n            \"id\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n            \"username\": \"dedi\",\n            \"name\": \"Dedi\",\n            \"contact\": null,\n            \"email\": \"dedi@example.com\",\n            \"description\": \"Anda akan saya bimbing soal teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audie\",\n            \"birthDate\": null,\n            \"gender\": \"male\",\n            \"address\": null,\n            \"image\": null,\n            \"statusId\": 2,\n            \"otp\": null,\n            \"createdAt\": \"2024-03-21T05:10:32.000Z\",\n            \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n        },\n        \"MentorSchedules\": [],\n        \"mentorStatus\": {\n            \"id\": 2,\n            \"statusName\": \"success\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"}],"_postman_id":"55a041a7-1d96-45be-bab3-2a5867309244"},{"name":"Register for Mentor","id":"66d57901-7bea-4be3-9fb6-86926b7cdc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"programs\": \"Mentoring Public Speaking\",\r\n  \"mentoringInterval\": \"60\",\r\n  \"breakTime\": \"30\",\r\n  \"salaryRate\": \"300000\",\r\n  \"education\": \"S2 University of Indonesia\",\r\n  \"bank\": \"12345678910\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors","description":"<p>This endpoint is responsible for registering user as mentor. <strong>mentoringInterval</strong> referencing to mentor's daily <strong>mentoring duration</strong> for each mentoring. <strong>breakTime</strong> referencing to <strong>delay between each mentoring</strong>. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"bb3f0abf-f1bb-425c-9ddd-b149ff4b9ad9","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"programs\": \"Beasiswa International\",\r\n  \"mentoringInterval\": \"60\",\r\n  \"breakTime\": \"30\",\r\n  \"salaryRate\": \"500000\",\r\n  \"education\": \"S2 Havard University\",\r\n  \"bank\": \"12345678910\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710998854&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=QZZc8rkhj5pzzOdvzVp7llfhI%2FveaMrKDs76RE5QRIY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710998854&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=QZZc8rkhj5pzzOdvzVp7llfhI%2FveaMrKDs76RE5QRIY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"369"},{"key":"Etag","value":"W/\"171-Joa+gOuP9p8JWLJYbo7TreDkNC0\""},{"key":"Date","value":"Thu, 21 Mar 2024 05:27:34 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n        \"statusId\": 1,\n        \"programs\": \"Beasiswa International\",\n        \"mentoringInterval\": \"60\",\n        \"breakTime\": \"30\",\n        \"salaryRate\": \"500000\",\n        \"bank\": \"12345678910\",\n        \"education\": \"S2 Havard University\",\n        \"userId\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n        \"updatedAt\": \"2024-03-21T05:27:34.422Z\",\n        \"createdAt\": \"2024-03-21T05:27:34.422Z\"\n    }\n}"}],"_postman_id":"66d57901-7bea-4be3-9fb6-86926b7cdc01"},{"name":"Mentor","id":"f21765f0-4335-4f60-99de-2f1b0d3fff97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salaryRate\": \"400000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors","description":"<p>This endpoint is responsible for updating mentor profile. No one can update other mentor profile, including user with administrator privilege.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"5a1342df-2b8e-4e2a-99e9-6c611eb7033d","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salaryRate\": \"400000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711002156&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=q9%2FQgFzR1n3kZyB54Qbw5PQ1cH%2BR%2F8t%2Bd1YNbrA1zig%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711002156&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=q9%2FQgFzR1n3kZyB54Qbw5PQ1cH%2BR%2F8t%2Bd1YNbrA1zig%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"Etag","value":"W/\"34-xKeghk8VDVHZ2s7EUosxlK8+nKU\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:22:36 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"salaryRate\": \"400000\"\n    }\n}"}],"_postman_id":"f21765f0-4335-4f60-99de-2f1b0d3fff97"},{"name":"Accept (Admin)","id":"3401628c-1544-4d6e-82cf-b738e3703d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283/accept","description":"<p>This endpoint is responsible for accept a user as admin. When a user is accepted as administrator, its roleId is automatically elevated to mentor and its mentor status will be success.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors","c7117221-f2b7-40cd-aca8-9b51a3a65283","accept"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"c90077b2-193e-4bee-baef-8a8817c68fed","name":"Success","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710998940&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=NdAiyTDgQS3FI7ZMS1r7F%2BRGyRMw0gohz4bhsJ1mXFw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710998940&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=NdAiyTDgQS3FI7ZMS1r7F%2BRGyRMw0gohz4bhsJ1mXFw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"990"},{"key":"Etag","value":"W/\"3de-Q4hXjEykGmL61gN2qfFWA4zq1JI\""},{"key":"Date","value":"Thu, 21 Mar 2024 05:29:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n        \"userId\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n        \"programs\": \"Beasiswa International\",\n        \"mentoringInterval\": 60,\n        \"breakTime\": 30,\n        \"salaryRate\": 500000,\n        \"statusId\": 1,\n        \"bank\": \"12345678910\",\n        \"education\": \"S2 Havard University\",\n        \"createdAt\": \"2024-03-21T05:27:34.000Z\",\n        \"updatedAt\": \"2024-03-21T05:27:34.000Z\",\n        \"User\": {\n            \"id\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n            \"username\": \"celine\",\n            \"name\": \"Celine\",\n            \"contact\": null,\n            \"email\": \"celine@example.com\",\n            \"description\": \"Saya mementori program persipan beasiswa international dngan bimbingan langsung seperti bimbingan toefl, bimbingan essai dan beberapa bimbingan lainnya\",\n            \"birthDate\": null,\n            \"gender\": \"female\",\n            \"address\": null,\n            \"image\": \"celine-celine.jpg\",\n            \"statusId\": 2,\n            \"otp\": null,\n            \"createdAt\": \"2024-03-21T03:43:35.000Z\",\n            \"updatedAt\": \"2024-03-21T05:24:27.000Z\"\n        },\n        \"MentorSchedules\": [],\n        \"mentorStatus\": {\n            \"id\": 1,\n            \"statusName\": \"pending\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"}],"_postman_id":"3401628c-1544-4d6e-82cf-b738e3703d5a"},{"name":"Mentor (Admin)","id":"51793cd0-de67-4545-af4d-6026480fd66e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283","description":"<p>This endpoint is responsible for delete a mentor. Be careful when using this endpoint. If you delete a mentor, you will also delete its corresponding reference key in mentor schedule, mentoring, online class, class resource, and class payments. This action is <strong>irreversible</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentors","c7117221-f2b7-40cd-aca8-9b51a3a65283"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"5ab2999f-74c8-4cd7-b0cf-f60bdbfbc06a","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088900&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=vjukjg3mTbqhvx8zono7deTuAh8HwLqeDQH%2BMKrsgN8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088900&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=vjukjg3mTbqhvx8zono7deTuAh8HwLqeDQH%2BMKrsgN8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"883"},{"key":"Etag","value":"W/\"373-NdredxAP1GKsBlHmnvamMBys1EM\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:28:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"ab699c2f-33e6-44a3-8d47-557f3d56ead4\",\n        \"userId\": \"5da184dd-0920-46d2-9e33-fb31f08ae441\",\n        \"programs\": \"Mentoring Public Speaking\",\n        \"mentoringInterval\": 60,\n        \"breakTime\": 30,\n        \"salaryRate\": 300000,\n        \"statusId\": 2,\n        \"bank\": \"12345678910\",\n        \"education\": \"S2 University of Indonesia\",\n        \"createdAt\": \"2024-03-22T06:15:05.000Z\",\n        \"updatedAt\": \"2024-03-22T06:16:28.000Z\",\n        \"User\": {\n            \"id\": \"5da184dd-0920-46d2-9e33-fb31f08ae441\",\n            \"username\": \"thisisnalaa\",\n            \"name\": \"Raditya Nala\",\n            \"contact\": null,\n            \"email\": \"radityanalaa@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": null,\n            \"gender\": null,\n            \"address\": null,\n            \"image\": null,\n            \"roleId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T05:15:28.000Z\",\n            \"updatedAt\": \"2024-03-22T06:16:28.000Z\"\n        },\n        \"MentorSchedules\": [],\n        \"mentorStatus\": {\n            \"id\": 2,\n            \"statusName\": \"success\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"},{"id":"b4f7991a-37fb-47e1-b049-7874eefdd0df","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentors/c7117221-f2b7-40cd-aca8-9b51a3a65283"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013015&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4Ddz8853RH%2Fu%2FxzpBkmfc2cpgk2ecmy%2F4ujVbGkg52c%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013015&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4Ddz8853RH%2Fu%2FxzpBkmfc2cpgk2ecmy%2F4ujVbGkg52c%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:23:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"51793cd0-de67-4545-af4d-6026480fd66e"}],"id":"b962aed7-d333-4010-ba64-3f85adefb65b","description":"<p>This section contains endpoints responsible for mentors management, including register as mentor, get list of mentors, get mentor by id, update mentor profile, accept mentor as admin, and delete mentor (admin only).</p>\n","_postman_id":"b962aed7-d333-4010-ba64-3f85adefb65b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Scholarships","item":[{"name":"Scholarships","id":"62008016-473e-4238-910e-17c51050c0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships","description":"<p>This endpoint responsible for get list of scholarships.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>Name to search</p>\n","type":"text/plain"},"key":"name","value":"Beasiswa"},{"disabled":true,"description":{"content":"<p>Description to search</p>\n","type":"text/plain"},"key":"description","value":"Beasiswa"},{"disabled":true,"description":{"content":"<p>Categories to search</p>\n","type":"text/plain"},"key":"categories","value":"3"},{"disabled":true,"description":{"content":"<p>Educations to search</p>\n","type":"text/plain"},"key":"educations","value":"3"},{"disabled":true,"description":{"content":"<p>Semester to search</p>\n","type":"text/plain"},"key":"semester","value":"2"},{"disabled":true,"description":{"content":"<p>typeId to search</p>\n","type":"text/plain"},"key":"typeId","value":"1"},{"disabled":true,"description":{"content":"<p>Benefit to search</p>\n","type":"text/plain"},"key":"benefit","value":"UKT"},{"disabled":true,"description":{"content":"<p>Locations to search</p>\n","type":"text/plain"},"key":"locations","value":"1,2"},{"disabled":true,"description":{"content":"<p>endDate to search</p>\n","type":"text/plain"},"key":"endDate","value":"2024-01-01T00:00:00.000Z"},{"disabled":true,"description":{"content":"<p>startDate to search</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01T00:00:00.000Z"}],"variable":[]}},"response":[{"id":"29b4e470-1b7e-40bc-b7a9-4fca2ff0c3c1","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships","host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"path":["scholarships"],"query":[{"key":"name","value":"Beasiswa","description":"Name to search","disabled":true},{"key":"description","value":"Beasiswa","description":"Description to search","disabled":true},{"key":"categories","value":"3","description":"Categories to search","disabled":true},{"key":"educations","value":"3","description":"Educations to search","disabled":true},{"key":"semester","value":"2","description":"Semester to search","disabled":true},{"key":"typeId","value":"1","description":"typeId to search","disabled":true},{"key":"benefit","value":"UKT","description":"Benefit to search","disabled":true},{"key":"locations","value":"1,2","description":"Locations to search","disabled":true},{"key":"endDate","value":"2024-01-01T00:00:00.000Z","description":"endDate to search","disabled":true},{"key":"startDate","value":"2024-01-01T00:00:00.000Z","description":"startDate to search","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711094154&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EAc3QvLxKeKNcCw8E21sfUydooFX%2FTw1d%2BDctS%2BcUe8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711094154&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EAc3QvLxKeKNcCw8E21sfUydooFX%2FTw1d%2BDctS%2BcUe8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50443"},{"key":"Etag","value":"W/\"c50b-j5NenVB9opNj8ANEDznjpX/UbsQ\""},{"key":"Date","value":"Fri, 22 Mar 2024 07:55:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"583ee036-622b-4405-9b77-0df66fba8050\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa KIP Kuliah (Kartu Indonesia Pintar Kuliah)\",\n            \"description\": \"Beasiswa KIP Kuliah (Kartu Indonesia Pintar Kuliah) merupakan program bantuan biaya pendidikan dari pemerintah bagi lulusan Sekolah Menengah Atas (SMA) atau sederajat yang memiliki potensi akademik baik tetapi memiliki keterbatasan ekonomi. Beasiswa ini ditawarkan untuk jenjang diploma, sarjana, magister, dan doktor di perguruan tinggi negeri (PTN) dan perguruan tinggi swasta (PTS) yang terakreditasi.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi Republik Indonesia (Kemendikbudristek)\",\n            \"image\": \"1710987953729-kipk.jpg\",\n            \"benefit\": \"Uang Kuliah Tunggal (UKT)\\nBiaya hidup bulanan\\nBiaya Pendaftaran Seleksi Nasional Masuk Perguruan Tinggi Negeri (SNMPTN), Ujian Tulis Berbasis Komputer (UTBK), dan Seleksi Mandiri PTN\",\n            \"requirement\": \"Lulus SMA/SMK/sederajat dengan NISN, NPSN, dan NIK yang valid.\\nMemiliki potensi akademik baik dengan nilai rata-rata rapor minimal 7,00 untuk semua mata pelajaran.\\nMemiliki keterbatasan ekonomi yang dibuktikan dengan dokumen sah.\\nTidak sedang menempuh pendidikan di Perguruan Tinggi.\\nLulus seleksi penerimaan mahasiswa baru di Perguruan Tinggi Negeri (PTN) atau Perguruan Tinggi Swasta (PTS) yang terdaftar di Kemendikbudristek.\",\n            \"link\": \"https://kip-kuliah.kemdikbud.go.id/\",\n            \"startDate\": \"2024-04-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:25:41.000Z\",\n            \"updatedAt\": \"2024-03-21T02:25:56.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 1,\n                    \"educationName\": \"d3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 8\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 14\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"751f4635-36d7-426d-ae78-3658578db0ef\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Penghargaan Kemendikbud\",\n            \"description\": \"Beasiswa Penghargaan Kemendikbud merupakan program beasiswa yang diberikan kepada siswa berprestasi yang telah mengharumkan nama bangsa di kancah internasional. Beasiswa ini merupakan bentuk penghargaan dari pemerintah atas prestasi dan dedikasi siswa dalam berbagai bidang, seperti sains, seni, olahraga, dan olimpiade internasional.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\",\n            \"image\": \"1710985536945-unggulan.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia\\nSiswa SMA/SMK sederajat yang telah meraih prestasi di tingkat internasional\\nMemiliki IPK minimal 3,00\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 23 tahun\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2024-08-01T00:00:00.000Z\",\n            \"endDate\": \"2024-09-30T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T01:45:29.000Z\",\n            \"updatedAt\": \"2024-03-21T01:45:39.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 1,\n                    \"educationName\": \"d3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 8\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"bb3bdd79-48ec-4f43-a25b-8558d696fd7b\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Afirmasi Pendidikan Tinggi (ADik)\",\n            \"description\": \"Beasiswa ADik merupakan program beasiswa dari Pemerintah Indonesia yang bertujuan untuk meningkatkan akses dan mutu pendidikan tinggi bagi putra-putri terbaik bangsa dari daerah terdepan, terluar, dan tertinggal (3T), Papua, dan daerah khusus. Beasiswa ini ditawarkan untuk jenjang diploma, sarjana (S1), magister (S2), dan doktor (S3) di perguruan tinggi negeri (PTN) dan perguruan tinggi swasta (PTS) yang terakreditasi A dan B.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi Republik Indonesia (Kemendikbudristek)\",\n            \"image\": \"1710988133431-adik.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nBiaya Pendaftaran\\nBantuan Transportasi\",\n            \"requirement\": \"Warga Negara Indonesia\\nLulusan SMA/SMK/MA/ sederajat dengan nilai rata-rata minimal 7,00 untuk diploma dan S1, 7,50 untuk S2, dan 8,00 untuk S3\\nBerasal dari daerah 3T, Papua, atau daerah khusus\\nMemiliki surat keterangan tidak mampu dari kelurahan/desa\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nMemenuhi persyaratan khusus yang ditetapkan oleh Kemendikbudristek\",\n            \"link\": \"https://www.kemdikbud.go.id/\",\n            \"startDate\": \"2024-06-01T00:00:00.000Z\",\n            \"endDate\": \"2024-07-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:28:42.000Z\",\n            \"updatedAt\": \"2024-03-21T02:28:55.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 1,\n                    \"educationName\": \"d3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 8\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 14\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"42cddcb0-2503-4870-b5ef-fd219188b8c3\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Desamind 3.0\",\n            \"description\": \"Beasiswa Desamind memberikan kesempatan bagi mahasiswa/i dari desa untuk menyelesaikan pendidikannya dan berkontribusi kembali kepada desa melalui program pengabdian.\",\n            \"company\": \"Desamind\",\n            \"image\": \"1710989606030-desamind.jpg\",\n            \"benefit\": \"Dana bantuan hidup (uang saku) selama 1 tahun\\nDana program pengabdian\\nDesamind Leadership Camp\\nSelf-improvement class\\nPendampingan program pengabdian desa\\nKolaborasi program unggulan Desamind\",\n            \"requirement\": \"Berasal dari desa di Indonesia\\nMahasiswa aktif semester 2 atau 6 bagi jenjang Sarjana (S1) atau semester 2 atau 4 bagi jenjang Diploma (D3/D4) di PTN/PTS\\nMemiliki IPK minimal 3.00 dari 4.00\\nAktif dalam kegiatan organisasi\\nMengumpulkan ide pengabdian di desa berupa Grand Design\",\n            \"link\": \"https://desamind.id/\",\n            \"startDate\": \"2024-03-01T00:00:00.000Z\",\n            \"endDate\": \"2024-03-31T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:53:03.000Z\",\n            \"updatedAt\": \"2024-03-21T02:53:28.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 1,\n                    \"educationName\": \"d3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 2,\n                        \"maxSemester\": 2\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 2,\n                        \"maxSemester\": 2\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"cf6ea61a-b67a-4465-8739-23030f23dc50\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Van Deventer-Maas Indonesia (VDMI)\",\n            \"description\": \"Beasiswa VDMI adalah program bantuan pendidikan yang diberikan kepada mahasiswa berprestasi dengan keterbatasan ekonomi untuk melanjutkan pendidikan Diploma dan Sarjana di berbagai Universitas di Indonesia.\",\n            \"company\": \"Yayasan Van Deventer-Maas Indonesia (VDMI)\",\n            \"image\": \"1710989918129-vdmi.jpg\",\n            \"benefit\": \"Beasiswa senilai Rp. 750.000,- per bulan\\nBonus kelulusan tepat waktu dan bonus TOEFL (jika ada)\\nPeluang mengikuti program pengembangan diri\",\n            \"requirement\": \"Mahasiswa aktif program Diploma dan Sarjana di Universitas di Indonesia\\nUsia tidak lebih dari 27 tahun\\nMemiliki IPK minimal 3.00\\nMemiliki keterbatasan ekonomi\\nBerprestasi dalam bidang akademik dan/atau non-akademik\\nAktif dalam kegiatan sosial\",\n            \"link\": \"http://vandeventermaas.or.id/\",\n            \"startDate\": \"2024-11-01T00:00:00.000Z\",\n            \"endDate\": \"2025-02-27T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:57:35.000Z\",\n            \"updatedAt\": \"2024-03-21T02:58:40.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 1,\n                    \"educationName\": \"d3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 2,\n                        \"maxSemester\": 6\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 4,\n                        \"maxSemester\": 8\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"71f657e3-ad55-4956-887e-6304ecf075d4\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Unggulan Kemendikbud\",\n            \"description\": \"Beasiswa Unggulan Kemendikbud merupakan program bantuan biaya pendidikan dari pemerintah Indonesia bagi putra-putri terbaik bangsa untuk melanjutkan pendidikan di perguruan tinggi dalam negeri pada jenjang S1, S2, dan S3.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\",\n            \"image\": \"1710984691359-unggulan.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia (WNI)\\nUsia maksimal 25 tahun untuk S1, 30 tahun untuk S2, dan 35 tahun untuk S3\\nIPK minimal 3,00\\nMemiliki prestasi akademik dan/atau nonakademik\\nSehat jasmani dan rohani\\nTidak sedang menerima beasiswa lain yang sejenis\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2024-08-01T00:00:00.000Z\",\n            \"endDate\": \"2024-09-30T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T00:50:23.000Z\",\n            \"updatedAt\": \"2024-03-21T01:31:33.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 8\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"be67a16d-327f-4543-a52c-a40f198eba51\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Unggulan Pertamina (SUN UP)\",\n            \"description\": \"Beasiswa Unggulan Pertamina (SUN UP) adalah program beasiswa yang diberikan oleh PT Pertamina (Persero) kepada siswa/i SMA/SMK/MA sederajat yang memiliki prestasi akademik dan non-akademik yang luar biasa untuk melanjutkan studi ke jenjang S1 di Universitas Pertamina.\",\n            \"company\": \"PT Pertamina (Persero)\",\n            \"image\": \"1710987154076-pertamina.jpg\",\n            \"benefit\": \"Biaya Pendidikan 100%\\nBiaya Hidup\\nTunjangan Buku\\nLaptop\\nAsuransi Kesehatan\\nPelatihan dan Pengembangan Diri\\nKesempatan Magang di Pertamina\",\n            \"requirement\": \"Warga Negara Indonesia (WNI)\\nSiswa SMA/SMK/MA sederajat kelas XII dengan akreditasi minimal A\\nMemiliki IPK minimal 3,60 (dari skala 4,00)\\nMemiliki nilai rapor minimal 80 untuk semua mata pelajaran\\nMemiliki prestasi akademik dan non-akademik yang luar biasa\\nLulus tes tertulis dan interview\",\n            \"link\": \"https://www.pertamina.com/\",\n            \"startDate\": \"2024-04-01T00:00:00.000Z\",\n            \"endDate\": \"2024-10-31T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:05:10.000Z\",\n            \"updatedAt\": \"2024-03-21T02:12:36.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 8\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 3,\n                    \"categoryName\": \"prestasi non-akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"0a4802b7-e9d7-4b34-bad9-f7f62e38a5f7\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa BSI Scholarship\",\n            \"description\": \"Beasiswa penuh untuk program S1 di Universitas Bina Sarana Informatika (BSI) bagi siswa SMA/SMK/MA sederajat\",\n            \"company\": \"Bank Syariah Indonesia (BSI)\",\n            \"image\": \"1710990594484-bsi.jpg\",\n            \"benefit\": \"Biaya Pendidikan penuh selama 8 semester\\nUang saku bulanan\\nBeasiswa Peningkatan Prestasi\\nLaptop\\nPelatihan dan pengembangan diri\\nKesempatan mengikuti program internship di BSI\",\n            \"requirement\": \"Siswa SMA/SMK/MA sederajat dengan IPK minimal 3.25 dari 4.00\\nHafal minimal 1 juz Al-Quran\\nMemiliki prestasi akademik atau non-akademik\\nMemiliki kemampuan kepemimpinan dan kepribadian yang baik\\nBerkomitmen untuk menyelesaikan studi tepat waktu\",\n            \"link\": \"https://didikumat.org/bsi-scholarship\",\n            \"startDate\": \"2024-03-01T00:00:00.000Z\",\n            \"endDate\": \"2024-04-30T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T03:09:36.000Z\",\n            \"updatedAt\": \"2024-03-21T03:09:56.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 1\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"643b120b-3384-44da-9032-4af72129b613\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa GrabScholar\",\n            \"description\": \"Beasiswa GrabScholar merupakan program bantuan pendidikan dari Grab untuk siswa SD, SMP, SMA/SMK, dan mahasiswa S1 di Indonesia. Beasiswa ini terbuka untuk umum dan anak dari mitra Grab.\",\n            \"company\": \"Grab\",\n            \"image\": \"1710989038505-grab.jpg\",\n            \"benefit\": \"Bantuan biaya pendidikan atau Uang Kuliah Tunggal (UKT) selama 8 semester\\nBiaya hidup\\nKesempatan magang di Grab\",\n            \"requirement\": \"Siswa SD, SMP, SMA/SMK, dan mahasiswa S1 di Indonesia\\nTerdaftar di sekolah dan Universitas negeri maupun swasta yang menjadi mitra Grab\\nMemiliki rata-rata nilai rapor minimal 8,00\\nTidak terikat dengan beasiswa lain\\nMelengkapi semua persyaratan yang tertera di website resmi GrabScholar\",\n            \"link\": \"https://www.benihbaik.com/beasiswa-grab\",\n            \"startDate\": \"2023-07-07T00:00:00.000Z\",\n            \"endDate\": \"2023-07-30T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:43:32.000Z\",\n            \"updatedAt\": \"2024-03-21T02:48:34.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 14\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"8d8f0a04-17c1-41d9-98ed-2773b25656ac\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Perintis\",\n            \"description\": \"Beasiswa bimbingan persiapan masuk Perguruan Tinggi Negeri (PTN) unggulan di Indonesia dan beasiswa biaya hidup selama 4 tahun.\",\n            \"company\": \"Rumah Amal Salman ITB\",\n            \"image\": \"1710988324989-perintis.jpg\",\n            \"benefit\": \"Bimbingan intensif persiapan UTBK\\nPelatihan, tes bakat, training motivasi, dan pengembangan diri\\nNetworking dengan peserta se-Indonesia\\nBantuan biaya kuliah dan biaya hidup selama 4 tahun (untuk peserta yang lolos ke PTN tertentu dan lolos seleksi lanjutan)\",\n            \"requirement\": \"WNI\\nSiswa kelas 12 SMA/SMK/sederajat atau alumni gapyear 2022 dan 2023 yang masih memiliki kesempatan mengikuti SNBT\\nBerasal dari keluarga tidak mampu, dibuktikan dengan surat keterangan tidak mampu (SKTM) atau kartu indonesia pintar (KIP) dan sejenisnya\\nMemiliki prestasi akademik dan non-akademik\\nMemiliki motivasi yang kuat untuk melanjutkan pendidikan ke PTN\",\n            \"link\": \"https://beasiswaperintis.rumahamal.org/\",\n            \"startDate\": \"2024-02-14T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:31:49.000Z\",\n            \"updatedAt\": \"2024-03-21T02:32:07.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 1\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"9d604866-c748-4c0c-b157-e16e47fe98c4\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa CIMB ASEAN Scholarship\",\n            \"description\": \"Beasiswa penuh untuk program S1 dan S2 di universitas manapun di dunia bagi mahasiswa dari negara-negara ASEAN.\",\n            \"company\": \"Bank CIMB Niaga\",\n            \"image\": \"1710990368397-cimb.jpg\",\n            \"benefit\": \"Biaya kuliah penuh\\nLaptop\\nBiaya terkait perkuliahan seperti buku, visa, dan penerbangan\\nTunjangan untuk tempat tinggal dan biaya hidup sehari-hari\\nProgram mentorship\\nInternship & Management Trainee Program\\nGuaranteed Employment\",\n            \"requirement\": \"Warga negara ASEAN\\nMemiliki IPK minimal 3.25 dari 4.00\\nTelah mendapatkan Letter of Acceptance (LoA) dari universitas tujuan\\nMemiliki kemampuan kepemimpinan dan kepribadian yang baik\\nBerkomitmen untuk kembali ke negara asal setelah menyelesaikan studi\",\n            \"link\": \"https://indbeasiswa.com/beasiswa-cimb-asean-mahasiswa-s1/\",\n            \"startDate\": \"2024-05-26T00:00:00.000Z\",\n            \"endDate\": \"2024-06-11T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T03:05:56.000Z\",\n            \"updatedAt\": \"2024-03-21T03:07:19.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 2,\n                        \"maxSemester\": 2\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"b6f66da6-6c45-4269-a8d2-d4419dd898a5\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa DataPrint\",\n            \"description\": \"Beasiswa DataPrint adalah program beasiswa yang diselenggarakan oleh DataPrint, sebuah perusahaan percetakan ternama di Indonesia, dalam rangka membantu para pelajar dan mahasiswa berprestasi untuk melanjutkan pendidikan mereka.\",\n            \"company\": \"DataPrint\",\n            \"image\": \"1710990176300-dataprint.jpg\",\n            \"benefit\": \"Dana pendidikan tunai senilai: Rp 1.000.000 (untuk 2 orang), Rp 700.000 (untuk 5 orang), Rp 400.000 (untuk 55 orang)\\nE-sertifikat\\nMerchandise DataPrint\",\n            \"requirement\": \"Memiliki IPK minimal 3.00\\nAktif dalam organisasi atau kegiatan sosial\\nMembuat esai dengan tema 'Peran Generasi Muda dalam Meningkatkan Kualitas Pendidikan di Indonesia di Era Digital'\",\n            \"link\": \"https://beasiswadataprint.com/\",\n            \"startDate\": \"2024-02-14T00:00:00.000Z\",\n            \"endDate\": \"2024-04-14T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T03:02:46.000Z\",\n            \"updatedAt\": \"2024-03-21T03:02:58.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 2,\n                        \"maxSemester\": 2\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 3,\n                    \"categoryName\": \"prestasi non-akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"e9161df2-76dc-496b-8c1a-91647e5d3fdc\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Bakti BCA\",\n            \"description\": \"Beasiswa untuk membantu menyelesaikan studi bagi mahasiswa S1 PTN yang memiliki kendala finansial\",\n            \"company\": \"PT Bank Central Asia Tbk (BCA)\",\n            \"image\": \"1710990774285-bca.jpg\",\n            \"benefit\": \"Uang saku Rp 500.000 per bulan\\nBantuan UKT minimal Rp 2.000.000 per semester\\nPengembangan diri melalui Future Ready Generation Program\",\n            \"requirement\": \"Mahasiswa S1 PTN di Indonesia\\nSaat mendaftar, berada di semester 4\\nIPK minimal 3.00\\nDiutamakan dari golongan UKT 5-8\\nBelum menikah\\nUsia maksimal 25 tahun dan berperilaku baik\\nMemiliki kemauan belajar tinggi\",\n            \"link\": \"https://www.bca.co.id/id/tentang-bca/CSR/Bakti-BCA/solusi-cerdas/beasiswa-bakti-bca\",\n            \"startDate\": \"2023-10-01T00:00:00.000Z\",\n            \"endDate\": \"2023-11-30T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T03:12:42.000Z\",\n            \"updatedAt\": \"2024-03-21T03:12:56.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 2,\n                    \"educationName\": \"s1/d4\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 4,\n                        \"maxSemester\": 5\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"categoryName\": \"mahasiswa kurang mampu\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"114e35b2-e2dc-4b10-b864-2da3b0f2316a\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Targetted LPDP (Lembaga Pengelola Dana Pendidikan)\",\n            \"description\": \"Beasiswa Targeted LPDP merupakan program beasiswa yang bertujuan untuk mendukung pencapaian tujuan pembangunan nasional dalam bidang tertentu yang menjadi prioritas pemerintah. Beasiswa ini ditawarkan untuk jenjang magister (S2) dan doktor (S3) di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Kementerian Keuangan Republik Indonesia\",\n            \"image\": \"1710981950962-lpdp.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 40 tahun untuk S2 dan 45 tahun untuk S3\\nMemenuhi persyaratan khusus yang ditetapkan oleh LPDP untuk bidang prioritas tertentu\",\n            \"link\": \"https://lpdp.kemenkeu.go.id\",\n            \"startDate\": \"2024-02-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T00:45:34.000Z\",\n            \"updatedAt\": \"2024-03-21T00:45:53.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\n            \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\n            \"company\": \"Kementerian Keuangan Republik Indonesia\",\n            \"image\": \"1710945345079-lpdp.jpg\",\n            \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\n            \"link\": \"https://lpdp.kemenkeu.go.id\",\n            \"startDate\": \"2024-02-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T06:29:03.000Z\",\n            \"updatedAt\": \"2024-03-20T14:35:47.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"2d8998d3-b4fb-4b3d-8c3d-e90cf025752a\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Unggulan Dosen Indonesia (BUDI) Gelombang 2\",\n            \"description\": \"Beasiswa BUDI merupakan program beasiswa yang bertujuan untuk meningkatkan kualifikasi dan kompetensi dosen di Indonesia. Beasiswa ini ditawarkan untuk jenjang magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Lembaga Pengelola Dana Pendidikan (LPDP)\",\n            \"image\": \"1710997693871-budi.jpg\",\n            \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian\\nBiaya Perjalanan\",\n            \"requirement\": \"Dosen tetap Perguruan Tinggi Negeri (PTN) atau Perguruan Tinggi Swasta (PTS) di bawah binaan Kementerian\\nPendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\\nMemiliki NIDN atau NIDK\\nIPK minimal 3.25 untuk S2 dan 3.00 untuk S3\\nMemiliki skor TOEFL minimal 550 atau IELTS minimal 6.0 untuk BUDI-LN\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nMemiliki surat izin atasan\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2023-07-11T00:00:00.000Z\",\n            \"endDate\": \"2023-08-17T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T05:07:04.000Z\",\n            \"updatedAt\": \"2024-03-21T05:08:16.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"3f579f78-6aed-43af-968a-000ab79b8c6b\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Pegawai Kemendikbud\",\n            \"description\": \"Beasiswa Unggulan Pegawai Kemendikbud merupakan program beasiswa yang bertujuan untuk meningkatkan kualifikasi dan kompetensi pegawai di lingkungan Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek). Beasiswa ini ditawarkan untuk jenjang magister (S2) dan doktor (S3) di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\",\n            \"image\": \"1710985349060-unggulan.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\n            \"requirement\": \"Pegawai Negeri Sipil (PNS) di lingkungan Kemendikbudristek\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 50 tahun untuk S2 dan 55 tahun untuk S3\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2024-08-01T00:00:00.000Z\",\n            \"endDate\": \"2024-09-30T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T01:42:18.000Z\",\n            \"updatedAt\": \"2024-03-21T01:42:31.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"474d2429-a133-4751-8504-675d592ab8ca\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Unggulan Dosen Indonesia (BUDI) Gelombang 1\",\n            \"description\": \"Beasiswa BUDI merupakan program beasiswa yang bertujuan untuk meningkatkan kualifikasi dan kompetensi dosen di Indonesia. Beasiswa ini ditawarkan untuk jenjang magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Lembaga Pengelola Dana Pendidikan (LPDP)\",\n            \"image\": \"1710986451169-budi.jpg\",\n            \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian\\nBiaya Perjalanan\",\n            \"requirement\": \"Dosen tetap Perguruan Tinggi Negeri (PTN) atau Perguruan Tinggi Swasta (PTS) di bawah binaan Kementerian\\nPendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\\nMemiliki NIDN atau NIDK\\nIPK minimal 3.25 untuk S2 dan 3.00 untuk S3\\nMemiliki skor TOEFL minimal 550 atau IELTS minimal 6.0 untuk BUDI-LN\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nMemiliki surat izin atasan\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2023-02-14T00:00:00.000Z\",\n            \"endDate\": \"2023-03-21T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:00:37.000Z\",\n            \"updatedAt\": \"2024-03-21T05:07:36.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"4d01af0f-e060-4740-a019-eab40e015195\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Prestasi LPDP (Lembaga Pengelola Dana Pendidikan)\",\n            \"description\": \"Beasiswa Prestasi LPDP merupakan program beasiswa yang diperuntukkan bagi putra-putri terbaik bangsa yang memiliki prestasi akademik dan non-akademik yang luar biasa untuk melanjutkan studi magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Kementerian Keuangan Republik Indonesia\",\n            \"image\": \"1710981610164-lpdp.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nTiket pesawat pulang pergi\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia\\nMemiliki IPK minimal 3,75 untuk S2 dan 3,80 untuk S3\\nMemiliki skor TOEFL minimal 550 untuk program S2 dan 600 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 35 tahun untuk S2 dan 40 tahun untuk S3\",\n            \"link\": \"https://lpdp.kemenkeu.go.id\",\n            \"startDate\": \"2024-02-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-19T06:23:30.000Z\",\n            \"updatedAt\": \"2024-03-21T00:40:12.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"7fc60ab5-8b71-49e9-aef6-e01711ee9d4e\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Afirmasi LPDP (Lembaga Pengelola Dana Pendidikan)\",\n            \"description\": \"Beasiswa Prestasi LPDP merupakan program beasiswa yang diperuntukkan bagi putra-putri terbaik bangsa yang memiliki prestasi akademik dan non-akademik yang luar biasa untuk melanjutkan studi magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Kementerian Keuangan Republik Indonesia\",\n            \"image\": \"1710946669425-lpdp.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia\\nBerasal dari daerah afirmasi yang ditetapkan oleh LPDP\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 40 tahun untuk S2 dan 45 tahun untuk S3\\nMemenuhi persyaratan khusus yang ditetapkan oleh LPDP3\",\n            \"link\": \"https://lpdp.kemenkeu.go.id\",\n            \"startDate\": \"2024-02-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-31T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-19T06:47:54.000Z\",\n            \"updatedAt\": \"2024-03-21T02:48:02.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"97da17a2-07ae-45a0-8aa3-a0c6bb72d46c\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Masyarakat Berprestasi Kemendikbud 2023\",\n            \"description\": \"Beasiswa BU-MB merupakan program beasiswa yang bertujuan untuk memberikan kesempatan kepada masyarakat berprestasi untuk melanjutkan pendidikan pada jenjang magister (S2) dan doktor (S3) di perguruan tinggi ternama di dalam dan luar negeri.\",\n            \"company\": \"Kementerian Pendidikan, Kebudayaan, Riset, dan Teknologi (Kemendikbudristek)\",\n            \"image\": \"1710984931629-unggulan.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\\nBiaya publikasi ilmiah (S3)\",\n            \"requirement\": \"Warga Negara Indonesia\\nMemiliki prestasi akademik atau non-akademik di tingkat internasional, nasional, dan/atau memiliki kontribusi kepada daya saing bangsa\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 35 tahun untuk S2 dan 40 tahun untuk S3\",\n            \"link\": \"https://beasiswa.kemdikbud.go.id/\",\n            \"startDate\": \"2024-08-01T00:00:00.000Z\",\n            \"endDate\": \"2024-09-30T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T01:35:21.000Z\",\n            \"updatedAt\": \"2024-03-21T01:35:34.000Z\",\n            \"fundingType\": {\n                \"id\": 1,\n                \"typeName\": \"pemerintah\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"ceed6ee6-2854-4d10-9c42-3c91641857ab\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Unggulan Pertamina (BUTP)\",\n            \"description\": \"Beasiswa Unggulan Pertamina (BUTP) merupakan program beasiswa yang bertujuan untuk memberikan kesempatan kepada putra-putri terbaik bangsa untuk menempuh pendidikan tinggi di perguruan tinggi ternama di dalam dan luar negeri. Beasiswa ini ditawarkan untuk jenjang magister (S2) dan doktor (S3) di berbagai bidang studi yang relevan dengan kebutuhan Pertamina.\",\n            \"company\": \"PT Pertamina (Persero)\",\n            \"image\": \"1710987359517-pertamina.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\\nBiaya pelatihan dan pengembangan diri\\nKesempatan magang di Pertamina\",\n            \"requirement\": \"Warga Negara Indonesia\\nLulusan D4/S1 dengan IPK minimal 3,00 dari perguruan tinggi terakreditasi A\\nMemiliki skor TOEFL minimal 550 untuk program S2 dan 600 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 30 tahun untuk S2 dan 35 tahun untuk S3\\nMemenuhi persyaratan khusus yang ditetapkan oleh Pertamina\",\n            \"link\": \"https://www.pertamina.com/\",\n            \"startDate\": \"2024-04-01T00:00:00.000Z\",\n            \"endDate\": \"2024-10-31T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:15:37.000Z\",\n            \"updatedAt\": \"2024-03-21T02:16:01.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 4\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"educationName\": \"s3\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 1,\n                    \"locationName\": \"dalam negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        },\n        {\n            \"id\": \"3da0a52f-91f1-4aeb-bf18-fc0bab30903e\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Ajinomoto\",\n            \"description\": \"Beasiswa Ajinomoto merupakan program beasiswa yang diberikan oleh Ajinomoto Foundation kepada mahasiswa Indonesia yang ingin melanjutkan studi S2 (Master) di bidang sains dan teknologi di 7 Universitas top di Jepang.\",\n            \"company\": \"Ajinomoto Foundation\",\n            \"image\": \"1710987698988-ajinomoto.jpg\",\n            \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan penelitian\\nTiket pesawat pulang pergi\\nAsuransi kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia\\nLulusan S1 dari Universitas terakreditasi A dengan IPK minimal 3.00\\nMemiliki skor TOEFL minimal 550\\nBerusia maksimal 30 tahun\\nSehat jasmani dan rohani\\nMemiliki minat untuk melanjutkan studi di bidang sains dan teknologi\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi\",\n            \"link\": \"https://www.ajinomoto.co.id/id/beasiswa\",\n            \"startDate\": \"2024-01-01T00:00:00.000Z\",\n            \"endDate\": \"2024-03-31T00:00:00.000Z\",\n            \"typeId\": 2,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T02:21:26.000Z\",\n            \"updatedAt\": \"2024-03-21T02:21:41.000Z\",\n            \"fundingType\": {\n                \"id\": 2,\n                \"typeName\": \"swasta\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            },\n            \"educations\": [\n                {\n                    \"id\": 3,\n                    \"educationName\": \"s2\",\n                    \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                    \"ScholarshipEducationLevels\": {\n                        \"minSemester\": 1,\n                        \"maxSemester\": 6\n                    }\n                }\n            ],\n            \"locations\": [\n                {\n                    \"id\": 2,\n                    \"locationName\": \"luar negeri\",\n                    \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"categoryName\": \"unggulan\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"categoryName\": \"prestasi akademik\",\n                    \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                    \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n                }\n            ],\n            \"scholarshipStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"62008016-473e-4238-910e-17c51050c0c5"},{"name":"Scholarships by Id","id":"a8abff0c-1ccf-4b5f-8582-ecaf189c8812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","description":"<p>This endpoint responsible for get a scholarship by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships","15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"key":"statusId","value":"2"},{"disabled":true,"key":"categoryId","value":"3"},{"disabled":true,"key":"name","value":"beasiswa"},{"disabled":true,"key":"maxSemester","value":"5"}],"variable":[]}},"response":[{"id":"82a4b38e-bf46-4997-b9f3-b5e51b778c02","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"path":["scholarships","15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"],"query":[{"key":"statusId","value":"2","disabled":true},{"key":"categoryId","value":"3","disabled":true},{"key":"name","value":"beasiswa","type":"text","disabled":true},{"key":"maxSemester","value":"5","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710992532&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=UAjuPqDI7RKFCOBwEzPm6K9WZ1zT%2Bz1tJSRlPAbpAwg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710992532&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=UAjuPqDI7RKFCOBwEzPm6K9WZ1zT%2Bz1tJSRlPAbpAwg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2271"},{"key":"Etag","value":"W/\"8df-ckWdDsmEjucCLLplaw8c0cum9q0\""},{"key":"Date","value":"Thu, 21 Mar 2024 03:42:12 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"7fc60ab5-8b71-49e9-aef6-e01711ee9d4e\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"name\": \"Beasiswa Afirmasi LPDP (Lembaga Pengelola Dana Pendidikan)\",\n        \"description\": \"Beasiswa Prestasi LPDP merupakan program beasiswa yang diperuntukkan bagi putra-putri terbaik bangsa yang memiliki prestasi akademik dan non-akademik yang luar biasa untuk melanjutkan studi magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\n        \"company\": \"Kementerian Keuangan Republik Indonesia\",\n        \"image\": \"1710946669425-lpdp.jpg\",\n        \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\n        \"requirement\": \"Warga Negara Indonesia\\nBerasal dari daerah afirmasi yang ditetapkan oleh LPDP\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 40 tahun untuk S2 dan 45 tahun untuk S3\\nMemenuhi persyaratan khusus yang ditetapkan oleh LPDP3\",\n        \"link\": \"https://lpdp.kemenkeu.go.id\",\n        \"startDate\": \"2024-02-01T00:00:00.000Z\",\n        \"endDate\": \"2024-05-31T00:00:00.000Z\",\n        \"typeId\": 1,\n        \"statusId\": 1,\n        \"createdAt\": \"2024-03-19T06:47:54.000Z\",\n        \"updatedAt\": \"2024-03-21T02:48:02.000Z\",\n        \"educations\": [\n            {\n                \"id\": 3,\n                \"educationName\": \"s2\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                \"ScholarshipEducationLevels\": {\n                    \"minSemester\": 1,\n                    \"maxSemester\": 4\n                }\n            },\n            {\n                \"id\": 4,\n                \"educationName\": \"s3\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\",\n                \"ScholarshipEducationLevels\": {\n                    \"minSemester\": 1,\n                    \"maxSemester\": 6\n                }\n            }\n        ],\n        \"fundingType\": {\n            \"id\": 1,\n            \"typeName\": \"pemerintah\",\n            \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n        },\n        \"locations\": [\n            {\n                \"id\": 1,\n                \"locationName\": \"dalam negeri\",\n                \"createdAt\": \"2024-03-16T21:23:29.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:29.000Z\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"id\": 1,\n                \"categoryName\": \"unggulan\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            },\n            {\n                \"id\": 2,\n                \"categoryName\": \"prestasi akademik\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        ],\n        \"scholarshipStatus\": {\n            \"id\": 1,\n            \"statusName\": \"pending\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"}],"_postman_id":"a8abff0c-1ccf-4b5f-8582-ecaf189c8812"},{"name":"Scholarships","id":"74e4cb51-22be-45ed-b69b-34d462399648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Afirmasi LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Prestasi LPDP merupakan program beasiswa yang diperuntukkan bagi putra-putri terbaik bangsa yang memiliki prestasi akademik dan non-akademik yang luar biasa untuk melanjutkan studi magister dan doktor di perguruan tinggi ternama di dalam dan luar negeri.\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya pendidikan\\nBiaya hidup\\nTunjangan buku\\nTunjangan penelitian\\nTunjangan seminar\\nAsuransi kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia\\nBerasal dari daerah afirmasi yang ditetapkan oleh LPDP\\nMemiliki IPK minimal 2,75 untuk S2 dan 3,00 untuk S3\\nMemiliki skor TOEFL minimal 500 untuk program S2 dan 550 untuk program S3\\nSehat jasmani dan rohani\\nBebas dari ikatan dinas\\nBerusia maksimal 40 tahun untuk S2 dan 45 tahun untuk S3\\nMemenuhi persyaratan khusus yang ditetapkan oleh LPDP3\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-05-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships","description":"<p>This endpoint responsible for uploading a scholarship. <strong>All fields</strong> are <strong>mandatory</strong>. <strong>typeId</strong> referencing to <strong>funding types</strong> (pemerintah/swasta). Other reference can be found in the <strong>introduction</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"79673267-d9c4-439e-b18a-bd644c4117a7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister dan doktor\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-04-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    },\r\n    {\r\n      \"locationId\": \"2\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710656943&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=lfVufiwEeD0KJ5VWndKVZllOEdYVsfpn9OKwerJBNGc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710656943&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=lfVufiwEeD0KJ5VWndKVZllOEdYVsfpn9OKwerJBNGc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1277"},{"key":"Etag","value":"W/\"4fd-XJ8rWkKq2DokFZ69KfNYBLR4TXM\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:29:03 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n        \"statusId\": 1,\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\n        \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister dan doktor\",\n        \"company\": \"Kementerian Keuangan Republik Indonesia\",\n        \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\n        \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi\",\n        \"link\": \"https://lpdp.kemenkeu.go.id\",\n        \"startDate\": \"2024-02-01T00:00:00.000Z\",\n        \"endDate\": \"2024-05-01T00:00:00.000Z\",\n        \"typeId\": \"1\",\n        \"updatedAt\": \"2024-03-17T06:29:03.385Z\",\n        \"createdAt\": \"2024-03-17T06:29:03.385Z\"\n    }\n}"},{"id":"57b7743c-7911-40b7-83de-2eb8e46a3985","name":"Invalid Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister dan doktor\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-04-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710656407&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jxkOPTeh5AI4FnMWZkRYvWJWiYQLjZCosNzgwqquHy8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710656407&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jxkOPTeh5AI4FnMWZkRYvWJWiYQLjZCosNzgwqquHy8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1180"},{"key":"Etag","value":"W/\"49c-WiVcYsscc2qqu8IMseXi0/8Qlow\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:20:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"benefit\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"requirement\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"startDate\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"endDate\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"categories must be an array with at least one element\",\n            \"path\": \"categories\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Each category object must have a categoryId\",\n            \"path\": \"categories\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"locations must be an array with at least one element\",\n            \"path\": \"locations\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Each category object must have a locationId\",\n            \"path\": \"locations\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"educations must be an array with at least one element\",\n            \"path\": \"educations\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Each education object must have a educationLevelId, minSemester, and maxSemester\",\n            \"path\": \"educations\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"typeId\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"msg\": \"Invalid value\",\n            \"path\": \"link\",\n            \"location\": \"body\"\n        }\n    ]\n}"}],"_postman_id":"74e4cb51-22be-45ed-b69b-34d462399648"},{"name":"Scholarship","id":"b4a1268a-856a-4dea-8e90-5fee5b3141fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-05-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    },\r\n    {\r\n      \"locationId\": \"2\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}"},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","description":"<p>This endpoint responsible for update a scholarship. This endpoint can only accessed by user who upload the scholarship or admin.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships","15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"836d690d-6c55-4815-a68d-ea58756d30bf","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-04-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    },\r\n    {\r\n      \"locationId\": \"2\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657511&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Fw3jF3dnxNTmrbhczcrTv62O2vSBMX8EdKN7h9KStIY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657511&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Fw3jF3dnxNTmrbhczcrTv62O2vSBMX8EdKN7h9KStIY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1319"},{"key":"Etag","value":"W/\"527-rlLfvEsAgbUCv02L37WHVEahYwc\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:38:31 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\n        \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\n        \"company\": \"Kementerian Keuangan Republik Indonesia\",\n        \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\n        \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\n        \"link\": \"https://lpdp.kemenkeu.go.id\",\n        \"startDate\": \"2024-02-01\",\n        \"endDate\": \"2024-04-31\",\n        \"typeId\": \"1\",\n        \"locations\": [\n            {\n                \"locationId\": \"1\"\n            },\n            {\n                \"locationId\": \"2\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"categoryId\": \"1\"\n            },\n            {\n                \"categoryId\": \"2\"\n            }\n        ],\n        \"educations\": [\n            {\n                \"educationLevelId\": \"3\",\n                \"minSemester\": \"1\",\n                \"maxSemester\": \"4\"\n            },\n            {\n                \"educationLevelId\": \"4\",\n                \"minSemester\": \"1\",\n                \"maxSemester\": \"6\"\n            }\n        ]\n    }\n}"},{"id":"7c194073-9d1f-4783-afe5-14aae1514ac3","name":"Scholarship Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-04-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    },\r\n    {\r\n      \"locationId\": \"2\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/bad1a407-9fb1-4638-bc21-7551f217485e"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657474&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=KSUXO8uPKjOMoPMXyREiTetGvOfBHL3YqGt2zgfAhHs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657474&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=KSUXO8uPKjOMoPMXyREiTetGvOfBHL3YqGt2zgfAhHs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Etag","value":"W/\"32-kCIpDSEtyHCYdvc4MqynMljdxNA\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:37:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Scholarship not found\"\n}"},{"id":"cea19168-73b5-4d98-9652-4c763878b82c","name":"Insufficient Privilege","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\r\n  \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\r\n  \"company\": \"Kementerian Keuangan Republik Indonesia\",\r\n  \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\r\n  \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\r\n  \"startDate\": \"2024-02-01\",\r\n  \"endDate\": \"2024-04-31\",\r\n  \"educations\": [\r\n    {\r\n      \"educationLevelId\": \"3\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"4\"\r\n    },\r\n    {\r\n      \"educationLevelId\": \"4\",\r\n      \"minSemester\": \"1\",\r\n      \"maxSemester\": \"6\"\r\n    }\r\n  ],\r\n  \"typeId\": \"1\",\r\n  \"categories\": [\r\n    {\r\n      \"categoryId\": \"1\"\r\n    },\r\n    {\r\n      \"categoryId\": \"2\"\r\n    }\r\n  ],\r\n  \"locations\": [\r\n    {\r\n      \"locationId\": \"1\"\r\n    },\r\n    {\r\n      \"locationId\": \"2\"\r\n    }\r\n  ],\r\n  \"link\": \"https://lpdp.kemenkeu.go.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657636&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xMuXxJ8ooaFIuty444OUMmyhcEcaGmRIw7EJjQo1NNI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657636&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xMuXxJ8ooaFIuty444OUMmyhcEcaGmRIw7EJjQo1NNI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:40:36 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"b4a1268a-856a-4dea-8e90-5fee5b3141fb"},{"name":"Accept (Admin)","id":"13bea340-7ea1-44e4-bf62-f2419afcda8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06/accept","description":"<p>This endpoint responsible for accept a scholarship.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships","15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","accept"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"60e834a7-9ab8-4f6d-860d-a64855c3193a","name":"Success","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657031&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=oweT3rzKLN4Xz3jlkxfaCyN0vdNosaPArfaglzPgkyA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657031&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=oweT3rzKLN4Xz3jlkxfaCyN0vdNosaPArfaglzPgkyA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Etag","value":"W/\"55-Vp7378D44Qq3srBKftposoubB9Q\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:30:31 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\"\n    }\n}"},{"id":"52c10feb-abf7-4f3b-b892-06be54a2f28c","name":"Insufficient Privilege","originalRequest":{"method":"POST","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06/accept"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657106&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=IiFTtDDOplWObcXIZtodVnoVd6DeHfSO7bx%2BGvlAEWY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657106&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=IiFTtDDOplWObcXIZtodVnoVd6DeHfSO7bx%2BGvlAEWY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:31:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"13bea340-7ea1-44e4-bf62-f2419afcda8e"},{"name":"Scholarship (Admin)","id":"9b76946e-ed29-4d2e-ac05-2d57a22cb50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","description":"<p>This endpoint responsible for delete a scholarship. This endpoint can only accessed by user who upload the scholarship or admin.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["scholarships","15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"4bb2b0cd-0e3e-4245-abf2-bb488a7f13f3","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657713&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=YVyDTrpBHaQS%2Ftuwov2yMsCIh%2B%2FqhyZzxnKAM2he93Q%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657713&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=YVyDTrpBHaQS%2Ftuwov2yMsCIh%2B%2FqhyZzxnKAM2he93Q%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Etag","value":"W/\"55-u9Bat5xGSZE+SoOqlRvsWyi8XZ0\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:41:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"scholarshipId\": \"49c8bfde-11eb-48c8-ba08-40eb3aae35e2\"\n    }\n}"},{"id":"a1ff3c81-5a77-438d-be2f-6170c12bda3d","name":"Scholarship Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657686&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=MFQu%2FKfDjKe%2BCPzOQPfnlKRc1lSv%2F7Nrx%2FtpfrSh6FM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657686&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=MFQu%2FKfDjKe%2BCPzOQPfnlKRc1lSv%2F7Nrx%2FtpfrSh6FM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Etag","value":"W/\"32-kCIpDSEtyHCYdvc4MqynMljdxNA\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:41:26 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Scholarship not found\"\n}"},{"id":"6d35b455-ec03-47dd-bb81-fdbb8b5b9dac","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/scholarships/15d40e8a-d3b6-4ae2-948e-f5e90a66fd06"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710657736&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=z89yYgE%2B6FaFjgnXrLyEMr0lyLMqXPjrpgt%2FulTR%2FxI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710657736&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=z89yYgE%2B6FaFjgnXrLyEMr0lyLMqXPjrpgt%2FulTR%2FxI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Sun, 17 Mar 2024 06:42:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"9b76946e-ed29-4d2e-ac05-2d57a22cb50c"}],"id":"a3409f63-1446-442f-b7c8-0c39a89ebc74","description":"<p>This section contains endpoints responsible for scholarships management, including upload scholarship, view scholarships, update scholarship, and delete scholarship. Some endpoints in this section may only accessed by user with administrator privilege.</p>\n","_postman_id":"a3409f63-1446-442f-b7c8-0c39a89ebc74","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Favorites","item":[{"name":"Favorites","id":"5132ab94-dc9d-4637-a4df-a5765dc8f501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites?userId=bad1a407-9fb1-4638-bc21-7551f217485e","description":"<p>This endpoint responsible for returning list of user's favorites scholarships.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["favorites"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"description":{"content":"<p>userId to search</p>\n","type":"text/plain"},"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e"}],"variable":[]}},"response":[{"id":"3d934b7e-c5cf-4438-b3e9-2cc33fee54d9","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites?userId=bad1a407-9fb1-4638-bc21-7551f217485e","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","favorites"],"query":[{"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e","description":"userId to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710767883&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rDc%2FoySQpDbOPU9FQRdJuD4lE3SiRfNpL6NmCoJPXsM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710767883&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rDc%2FoySQpDbOPU9FQRdJuD4lE3SiRfNpL6NmCoJPXsM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1542"},{"key":"Etag","value":"W/\"606-xEfxxv7SUwkeONyN99gMSEZULs8\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:18:03 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"6b830798-5617-4894-99eb-09b066d4d043\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n            \"createdAt\": \"2024-03-18T13:16:23.000Z\",\n            \"updatedAt\": \"2024-03-18T13:16:23.000Z\",\n            \"Scholarship\": {\n                \"id\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n                \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\n                \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\n                \"company\": \"Kementerian Keuangan Republik Indonesia\",\n                \"image\": null,\n                \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\n                \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\n                \"link\": \"https://lpdp.kemenkeu.go.id\",\n                \"startDate\": \"2024-02-01T00:00:00.000Z\",\n                \"endDate\": \"2024-05-01T00:00:00.000Z\",\n                \"typeId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-17T06:29:03.000Z\",\n                \"updatedAt\": \"2024-03-17T06:38:32.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"5132ab94-dc9d-4637-a4df-a5765dc8f501"},{"name":"Favorites by Id","id":"d2795c4c-3fbe-41ff-9192-ba6bdabdff12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"a33bb73d-9b90-4a7e-a937-f5d31d70f1cf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites/6b830798-5617-4894-99eb-09b066d4d043","description":"<p>This endpoint responsible for returning user's favorite scholarship by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["favorites","6b830798-5617-4894-99eb-09b066d4d043"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"2a708c50-6f29-4e65-92e2-d7f47e7179d9","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"a33bb73d-9b90-4a7e-a937-f5d31d70f1cf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites/6b830798-5617-4894-99eb-09b066d4d043"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710767967&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=03Bvb7ZSFGxpCz1vNP1L8WIpXGJ2yvnl40v4%2FMYmoMU%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710767967&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=03Bvb7ZSFGxpCz1vNP1L8WIpXGJ2yvnl40v4%2FMYmoMU%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1540"},{"key":"Etag","value":"W/\"604-nYoOUePGZ8oy6aCWU22uUzdSNRA\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:19:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"6b830798-5617-4894-99eb-09b066d4d043\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n        \"createdAt\": \"2024-03-18T13:16:23.000Z\",\n        \"updatedAt\": \"2024-03-18T13:16:23.000Z\",\n        \"Scholarship\": {\n            \"id\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"name\": \"Beasiswa Reguler LPDP (Lembaga Pengelola Dana Pendidikan)\",\n            \"description\": \"Beasiswa Reguler LPDP merupakan program beasiswa yang didanai oleh Lembaga Pengelola Dana Pendidikan (LPDP) Kementerian Keuangan Republik Indonesia untuk jenjang magister (S2) dan doktor (S3)\",\n            \"company\": \"Kementerian Keuangan Republik Indonesia\",\n            \"image\": null,\n            \"benefit\": \"Biaya Pendidikan\\nBiaya Hidup\\nTunjangan Buku\\nTunjangan Penelitian (S3)\\nBiaya Praktik/Kuliah Kerja Lapangan\\nBiaya Seminar/Konferensi\\nBiaya Perjalanan\\nAsuransi Kesehatan\",\n            \"requirement\": \"Warga Negara Indonesia (WNI)\\nLulus S1/D4 dari Perguruan Tinggi Negeri atau Swasta yang terakreditasi A\\nIPK minimal 3.00\\nMemiliki skor TOEFL minimal 500 (untuk program S2) atau 550 (untuk program S3)\\nMemiliki surat rekomendasi dari dua orang dosen\\nMemiliki surat izin atasan (bagi yang sudah bekerja)\\nSehat jasmani dan rohani\\nBebas dari narkoba\\nBerkomitmen untuk kembali ke Indonesia setelah menyelesaikan studi.\",\n            \"link\": \"https://lpdp.kemenkeu.go.id\",\n            \"startDate\": \"2024-02-01T00:00:00.000Z\",\n            \"endDate\": \"2024-05-01T00:00:00.000Z\",\n            \"typeId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T06:29:03.000Z\",\n            \"updatedAt\": \"2024-03-17T06:38:32.000Z\"\n        }\n    }\n}"}],"_postman_id":"d2795c4c-3fbe-41ff-9192-ba6bdabdff12"},{"name":"Favorites","id":"eab8547f-6cad-4632-8af0-9b135da242e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites","description":"<p>This endpoint is responsible for add scholarship to user favorites. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["favorites"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"ea36b9a8-ce67-40cb-9d31-742943afc47f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710767783&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=BjsSMxk7unzn8PqDQnVpBtsvDptUZirneswWI6YAW9c%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710767783&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=BjsSMxk7unzn8PqDQnVpBtsvDptUZirneswWI6YAW9c%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"255"},{"key":"Etag","value":"W/\"ff-T6DTTan2JqOc3IAaozzjor9sFXk\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:16:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"6b830798-5617-4894-99eb-09b066d4d043\",\n        \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"updatedAt\": \"2024-03-18T13:16:23.192Z\",\n        \"createdAt\": \"2024-03-18T13:16:23.192Z\"\n    }\n}"},{"id":"323b66a6-aa72-49e2-8e5f-69ecc47cf987","name":"Scholarship Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710767809&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zI0O2awLUb2D4uylQAdd%2BDSru%2BLp4GrRA1I0cSrNjqU%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710767809&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zI0O2awLUb2D4uylQAdd%2BDSru%2BLp4GrRA1I0cSrNjqU%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"Etag","value":"W/\"a2-5XE0aDk9X5CNu68abaeiBYw88wE\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:16:49 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd0\",\n            \"msg\": \"Scholarship not found\",\n            \"path\": \"scholarshipId\",\n            \"location\": \"body\"\n        }\n    ]\n}"},{"id":"434a6419-8e75-4f92-9e25-6eca0c345dcd","name":"Already Added to Favorites","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scholarshipId\": \"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710767825&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2Fl8aCErBT8VrSIkKqMyqTpA7WGj1rTbCpju73NxlsFw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710767825&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2Fl8aCErBT8VrSIkKqMyqTpA7WGj1rTbCpju73NxlsFw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Etag","value":"W/\"2d-9+YQYJL74+vV6HiTHCR8+gCYBts\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:17:05 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Validation error\"\n}"}],"_postman_id":"eab8547f-6cad-4632-8af0-9b135da242e3"},{"name":"Favorites","id":"8fcecbb0-83f8-4d7b-a603-62e92d419820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites/6b830798-5617-4894-99eb-09b066d4d043","description":"<p>This endpoint responsible for deleting a user's favorite scholarship (from user collection).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["favorites","6b830798-5617-4894-99eb-09b066d4d043"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"70d3da1d-24eb-479c-9c59-a7023a32a926","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites/6b830798-5617-4894-99eb-09b066d4d043"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710768005&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=G%2FtVLd%2B7WUy%2F50NlJbQDVmf7CjJroJ%2FT6QqNhgo%2BwoQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710768005&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=G%2FtVLd%2B7WUy%2F50NlJbQDVmf7CjJroJ%2FT6QqNhgo%2BwoQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Etag","value":"W/\"43-1GlHampdiWoX6IsiDznTeAJtE/g\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:20:05 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": \"6b830798-5617-4894-99eb-09b066d4d043\"\n}"},{"id":"2e5af170-3abf-4dc5-a387-cac47c409680","name":"Favorite Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/favorites/6b830798-5617-4894-99eb-09b066d4d043"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710768013&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=bvKT2IsoNR87%2F3G9zSsccn%2BTmdO4TsmKZMUXJUahXVc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710768013&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=bvKT2IsoNR87%2F3G9zSsccn%2BTmdO4TsmKZMUXJUahXVc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Etag","value":"W/\"2f-iW8vezwVdggaFfjDUTXb1azB5bo\""},{"key":"Date","value":"Mon, 18 Mar 2024 13:20:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Favorite not found\"\n}"}],"_postman_id":"8fcecbb0-83f8-4d7b-a603-62e92d419820"}],"id":"a166589d-5675-499b-b56a-fc29a7441834","description":"<p>This section contains endpoints responsible for favorite scholarships management, including add to favorite, view favorites, and delete favorite.</p>\n","_postman_id":"a166589d-5675-499b-b56a-fc29a7441834","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Classes","item":[{"name":"Mentorings","item":[{"name":"Mentorings","id":"e0a16fa3-88db-4a5d-b872-b0e7ce8b2856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings","description":"<p>This endpoint responsible for returning list of mentorings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentorings"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>mentorId to search</p>\n","type":"text/plain"},"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283"},{"disabled":true,"description":{"content":"<p>startDate to search</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01T00:00:00.000Z"},{"disabled":true,"description":{"content":"<p>endDate to search</p>\n","type":"text/plain"},"key":"endDate","value":"2024-01-01T00:00:00.000Z"},{"disabled":true,"description":{"content":"<p>salaryRate to search</p>\n","type":"text/plain"},"key":"salaryRate","value":"300000"}],"variable":[]}},"response":[{"id":"2ce01741-4f3b-44b1-aac1-56381696612c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","mentorings"],"query":[{"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283","description":"mentorId to search","type":"text","disabled":true},{"key":"startDate","value":"2024-01-01T00:00:00.000Z","description":"startDate to search","type":"text","disabled":true},{"key":"endDate","value":"2024-01-01T00:00:00.000Z","description":"endDate to search","type":"text","disabled":true},{"key":"salaryRate","value":"300000","description":"salaryRate to search","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711008454&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=TR%2FC4VJ1nBAfZOV%2Fy8yv%2FF1gCr20sLS%2BkXAIiqX3HYk%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711008454&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=TR%2FC4VJ1nBAfZOV%2Fy8yv%2FF1gCr20sLS%2BkXAIiqX3HYk%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1498"},{"key":"Etag","value":"W/\"5da-mrQO6cWuYFh19sC57i7tgme7g3Y\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:07:34 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"resource\": null,\n            \"startDate\": \"2024-03-29T08:00:00.000Z\",\n            \"endDate\": \"2024-03-29T08:30:00.000Z\",\n            \"orderId\": \"mentoring f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n            \"price\": 300000,\n            \"statusId\": 1,\n            \"transactionToken\": \"6b3b73ad-d04f-413b-ac90-6622b87bcb39\",\n            \"rating\": null,\n            \"feedback\": null,\n            \"createdAt\": \"2024-03-21T08:07:03.000Z\",\n            \"updatedAt\": \"2024-03-21T08:07:06.000Z\",\n            \"Mentor\": {\n                \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n                \"programs\": \"Mentoring Public Speaking\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 300000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 University of Indonesia\",\n                \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n                \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n            },\n            \"User\": {\n                \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"username\": \"yogarn\",\n                \"password\": \"$2b$10$2fQ81JZS4XaTiToclIJea.NOOCqSSKkWr8/ThvC0n.wwID3GM69oK\",\n                \"name\": \"Yoga Raditya\",\n                \"contact\": \"+6285123456789\",\n                \"email\": \"yogaradityan@gmail.com\",\n                \"description\": \"Undergraduate Computer Science Students\",\n                \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n                \"gender\": \"male\",\n                \"address\": \"10th Downing Street\",\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"otp\": null,\n                \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n                \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n            },\n            \"mentoringStatus\": {\n                \"id\": 1,\n                \"statusName\": \"pending\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e0a16fa3-88db-4a5d-b872-b0e7ce8b2856"},{"name":"Mentoring by Id","id":"a26d903a-eca9-4ee5-9e89-3f3fec8e21df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings/f7cb7462-0282-4ac2-b35f-65a17ce724dd","description":"<p>This enpdoint is responsible for return a mentoring by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentorings","f7cb7462-0282-4ac2-b35f-65a17ce724dd"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"385883e3-1f79-403a-ad5c-5d129b9f8624","name":"Success Before Payment","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings/f7cb7462-0282-4ac2-b35f-65a17ce724dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711008503&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=guBOzLA1NPOC6j7cU21ZOYsRnYygjhJzBlfW3XFc0nM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711008503&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=guBOzLA1NPOC6j7cU21ZOYsRnYygjhJzBlfW3XFc0nM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1496"},{"key":"Etag","value":"W/\"5d8-KwcnBd6lgBZK3TRerLWe1xpcD6E\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:08:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n        \"resource\": null,\n        \"startDate\": \"2024-03-29T08:00:00.000Z\",\n        \"endDate\": \"2024-03-29T08:30:00.000Z\",\n        \"orderId\": \"mentoring f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"price\": 300000,\n        \"statusId\": 1,\n        \"transactionToken\": \"6b3b73ad-d04f-413b-ac90-6622b87bcb39\",\n        \"rating\": null,\n        \"feedback\": null,\n        \"createdAt\": \"2024-03-21T08:07:03.000Z\",\n        \"updatedAt\": \"2024-03-21T08:07:06.000Z\",\n        \"Mentor\": {\n            \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n            \"programs\": \"Mentoring Public Speaking\",\n            \"mentoringInterval\": 60,\n            \"breakTime\": 30,\n            \"salaryRate\": 300000,\n            \"statusId\": 2,\n            \"bank\": \"12345678910\",\n            \"education\": \"S2 University of Indonesia\",\n            \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n            \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n        },\n        \"User\": {\n            \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"username\": \"yogarn\",\n            \"password\": \"$2b$10$2fQ81JZS4XaTiToclIJea.NOOCqSSKkWr8/ThvC0n.wwID3GM69oK\",\n            \"name\": \"Yoga Raditya\",\n            \"contact\": \"+6285123456789\",\n            \"email\": \"yogaradityan@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n            \"gender\": \"male\",\n            \"address\": \"10th Downing Street\",\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"otp\": null,\n            \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n            \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n        },\n        \"mentoringStatus\": {\n            \"id\": 1,\n            \"statusName\": \"pending\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"},{"id":"dd4fae8b-cb44-412c-944c-f5bb2a5a2c88","name":"Success After Payment","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings/f7cb7462-0282-4ac2-b35f-65a17ce724dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711009074&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=a50bghQBxL2k9TD88B6NWeRR2AgnHEcj9iRb6kTh7xs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711009074&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=a50bghQBxL2k9TD88B6NWeRR2AgnHEcj9iRb6kTh7xs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1543"},{"key":"Etag","value":"W/\"607-b1kMQ+Au5wkYgLd5RSprochroz4\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:17:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n        \"resource\": \"https://meet.google.com/gwv-weog-dpo\",\n        \"startDate\": \"2024-03-29T08:00:00.000Z\",\n        \"endDate\": \"2024-03-29T08:30:00.000Z\",\n        \"orderId\": \"mentoring f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"price\": 300000,\n        \"statusId\": 2,\n        \"transactionToken\": \"6b3b73ad-d04f-413b-ac90-6622b87bcb39\",\n        \"rating\": 9,\n        \"feedback\": \"Sangat Bermanfaat!\",\n        \"createdAt\": \"2024-03-21T08:07:03.000Z\",\n        \"updatedAt\": \"2024-03-21T08:17:38.000Z\",\n        \"Mentor\": {\n            \"id\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"userId\": \"e8fff564-e26b-4a0e-bae3-3f14d52614d3\",\n            \"programs\": \"Mentoring Public Speaking\",\n            \"mentoringInterval\": 60,\n            \"breakTime\": 30,\n            \"salaryRate\": 300000,\n            \"statusId\": 2,\n            \"bank\": \"12345678910\",\n            \"education\": \"S2 University of Indonesia\",\n            \"createdAt\": \"2024-03-21T07:11:20.000Z\",\n            \"updatedAt\": \"2024-03-21T07:12:15.000Z\"\n        },\n        \"User\": {\n            \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"username\": \"yogarn\",\n            \"password\": \"$2b$10$2fQ81JZS4XaTiToclIJea.NOOCqSSKkWr8/ThvC0n.wwID3GM69oK\",\n            \"name\": \"Yoga Raditya\",\n            \"contact\": \"+6285123456789\",\n            \"email\": \"yogaradityan@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n            \"gender\": \"male\",\n            \"address\": \"10th Downing Street\",\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"otp\": null,\n            \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n            \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n        },\n        \"mentoringStatus\": {\n            \"id\": 2,\n            \"statusName\": \"success\",\n            \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n        }\n    }\n}"}],"_postman_id":"a26d903a-eca9-4ee5-9e89-3f3fec8e21df"},{"name":"Mentoring","id":"e4182ae2-077b-4dee-aaba-97d91ff66226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"resource\": \"https://meet.google.com/gwv-weog-dpo\",\r\n  \"rating\": \"5\",\r\n  \"feedback\": \"Sangat Bermanfaat!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings/f7cb7462-0282-4ac2-b35f-65a17ce724dd","description":"<p>This endpoint responsible for updating a mentoring.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentorings","f7cb7462-0282-4ac2-b35f-65a17ce724dd"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"933c1942-6cde-447a-9b5f-a79bd1d7d204","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"resource\": \"https://meet.google.com/gwv-weog-dpo\",\r\n  \"rating\": \"9\",\r\n  \"feedback\": \"Sangat Bermanfaat!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings/f7cb7462-0282-4ac2-b35f-65a17ce724dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711009021&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hasq1zRodk204dD18LKnbNGQ40uv0VcO9nPBbQFnxVA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711009021&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hasq1zRodk204dD18LKnbNGQ40uv0VcO9nPBbQFnxVA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"Etag","value":"W/\"7d-ZFGDHQhVTSYTawH5giIgoUrFa90\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:17:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"resource\": \"https://meet.google.com/gwv-weog-dpo\",\n        \"rating\": \"9\",\n        \"feedback\": \"Sangat Bermanfaat!\"\n    }\n}"}],"_postman_id":"e4182ae2-077b-4dee-aaba-97d91ff66226"},{"name":"Pay","id":"513c7fd0-7240-4263-b40a-06252a7e159c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\r\n    \"startDate\": \"2024-03-29 08:00:00.000000\",\r\n    \"endDate\": \"2024-03-29 08:30:00.000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings","description":"<p>This endpoint is responsible for generate a payment for mentoring. User can pay the mentoring by the transaction token in response body. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["mentorings"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"c2d2ec79-72d1-4bbf-b160-3cb848aff663","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\r\n    \"startDate\": \"2024-03-29 08:00:00.000000\",\r\n    \"endDate\": \"2024-03-29 08:30:00.000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/mentorings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711008422&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=u8LEVTGQ54foGIp2ZazcVYryEDlm64LgvKaXDf27km8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711008422&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=u8LEVTGQ54foGIp2ZazcVYryEDlm64LgvKaXDf27km8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"860"},{"key":"Etag","value":"W/\"35c-qI4yum2N17oo9X0jeqWG4Q9nwcc\""},{"key":"Date","value":"Thu, 21 Mar 2024 08:07:05 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n        \"startDate\": \"2024-03-29 08:00:00.000000\",\n        \"endDate\": \"2024-03-29 08:30:00.000000\",\n        \"orderId\": \"mentoring f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n        \"price\": 300000,\n        \"transactionToken\": {\n            \"mentoring\": {\n                \"statusId\": 1,\n                \"id\": \"f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n                \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"startDate\": \"2024-03-29T08:00:00.000Z\",\n                \"endDate\": \"2024-03-29T08:30:00.000Z\",\n                \"orderId\": \"mentoring f7cb7462-0282-4ac2-b35f-65a17ce724dd\",\n                \"price\": 300000,\n                \"updatedAt\": \"2024-03-21T08:07:05.634Z\",\n                \"createdAt\": \"2024-03-21T08:07:02.844Z\",\n                \"transactionToken\": \"6b3b73ad-d04f-413b-ac90-6622b87bcb39\"\n            },\n            \"transactionToken\": \"6b3b73ad-d04f-413b-ac90-6622b87bcb39\"\n        }\n    }\n}"}],"_postman_id":"513c7fd0-7240-4263-b40a-06252a7e159c"}],"id":"d6b21f81-ace8-40c8-b4a9-318ae4fefa5d","description":"<p>This section contains endpoints responsible for mentoring management, including get list of mentorings, update a mentoring, and pay a mentoring.</p>\n","_postman_id":"d6b21f81-ace8-40c8-b4a9-318ae4fefa5d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Online Class","item":[{"name":"Class Payments","item":[{"name":"Payments","id":"06ff36c3-40da-4322-adce-f6ee6adcff58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/class-payments","description":"<p>This endpoint responsible for return list of payments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["class-payments"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e"}],"variable":[]}},"response":[{"id":"e39117f8-d100-49bb-a2f5-641ac24ef8d4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/class-payments","host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"path":["class-payments"],"query":[{"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711103076&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hybXV0fPP5sxri32NVNMRtLn5UGd%2FSXR2mQKex%2BMvro%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711103076&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=hybXV0fPP5sxri32NVNMRtLn5UGd%2FSXR2mQKex%2BMvro%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4893"},{"key":"Etag","value":"W/\"131d-KaDpxtFHUSzSGzDUfHNVmYuEAt4\""},{"key":"Date","value":"Fri, 22 Mar 2024 10:24:41 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"720b5a13-521b-4838-9dca-efeb5d63e72b\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"orderId\": \"class 720b5a13-521b-4838-9dca-efeb5d63e72b\",\n            \"price\": 40000,\n            \"statusId\": 2,\n            \"transactionToken\": \"2f3b3f5d-515a-4c66-9ee0-799cfe85ae84\",\n            \"rating\": null,\n            \"feedback\": null,\n            \"createdAt\": \"2024-03-21T08:23:06.000Z\",\n            \"updatedAt\": \"2024-03-21T09:12:29.000Z\",\n            \"User\": {\n                \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"username\": \"yogarn\",\n                \"name\": \"Yoga Raditya\",\n                \"contact\": \"+6285123456789\",\n                \"email\": \"yogaradityan@gmail.com\",\n                \"description\": \"Undergraduate Computer Science Students\",\n                \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n                \"gender\": \"male\",\n                \"address\": \"10th Downing Street\",\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n                \"updatedAt\": \"2024-03-21T09:37:44.000Z\"\n            },\n            \"OnlineClass\": {\n                \"id\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n                \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n                \"name\": \"Public Speaking Berbicara Di Depan Umum Dengan Lancar\",\n                \"description\": \"Bootcamp Public Speaking oleh Dedi dirancang untuk membantu Anda berbicara di depan publik dengan lebih percaya diri dan efektif. Materi bootcamp meliputi teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audiens. Anda akan mendapatkan manfaat seperti: mampu berbicara di depan publik dengan lebih percaya diri dan efektif, mampu menyusun dan menyampaikan presentasi yang menarik dan persuasif, dan mampu menjawab pertanyaan dan menangani interaksi dengan audiens dengan lebih baik. Bootcamp ini cocok untuk siapapun yang ingin meningkatkan kemampuan public speaking mereka, profesional yang sering melakukan presentasi atau berbicara di depan publik, dan mahasiswa yang ingin meningkatkan kemampuan presentasi mereka. Bootcamp ini menggunakan metode ceramah, diskusi, latihan, dan praktik selama 2 hari. Dedi, seorang trainer public speaking yang berpengalaman, akan membawakan materi bootcamp ini.\",\n                \"image\": \"1711005451118-bc-dedi.jpg\",\n                \"community\": \"https://chat.whatsapp.com/JwcB99kpi3Q4fQzuaZLFl6\",\n                \"typeId\": 2,\n                \"startDate\": \"2024-01-01T00:00:00.000Z\",\n                \"endDate\": \"2024-12-31T00:00:00.000Z\",\n                \"price\": 40000,\n                \"createdAt\": \"2024-03-21T07:17:10.000Z\",\n                \"updatedAt\": \"2024-03-21T07:20:37.000Z\"\n            }\n        },\n        {\n            \"id\": \"8390f580-6654-4bca-bc26-7a4ab889b098\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"classId\": \"42143ece-89ae-4e3c-afe1-ee984f59bdfe\",\n            \"orderId\": \"class 8390f580-6654-4bca-bc26-7a4ab889b098\",\n            \"price\": 30000,\n            \"statusId\": 1,\n            \"transactionToken\": \"277466e5-05cf-41fa-9253-8d74f6fcf0f6\",\n            \"rating\": 5,\n            \"feedback\": \"Sangat lancar!\",\n            \"createdAt\": \"2024-03-22T10:20:13.000Z\",\n            \"updatedAt\": \"2024-03-22T10:20:14.000Z\",\n            \"User\": {\n                \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"username\": \"yogarn\",\n                \"name\": \"Yoga Raditya\",\n                \"contact\": \"+6285123456789\",\n                \"email\": \"yogaradityan@gmail.com\",\n                \"description\": \"Undergraduate Computer Science Students\",\n                \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n                \"gender\": \"male\",\n                \"address\": \"10th Downing Street\",\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n                \"updatedAt\": \"2024-03-21T09:37:44.000Z\"\n            },\n            \"OnlineClass\": {\n                \"id\": \"42143ece-89ae-4e3c-afe1-ee984f59bdfe\",\n                \"mentorId\": \"4cd3b54c-472e-47a2-a794-89bdec874b36\",\n                \"name\": \"TOEFL for Scholarship\",\n                \"description\": \"In this workshop, Expert TOEFL Teacher Mark offers invaluable insights and strategies to enhance note-taking proficiency, specifically tailored for the TOEFL Speaking section. Mark explores effective note-taking techniques, providing step-by-step guidance on discerning key information, capturing essential details, and organizing thoughts swiftly during the exam. Through practical examples and actionable tips, attendees gain a deeper understanding of optimizing their note-taking approach for maximum performance and confidence on test day. Mark's expertise empowers participants to refine their skills, providing them with the necessary tools to excel not only in the TOEFL Speaking section but also beyond. This workshop is an invaluable resource for honing note-taking abilities and achieving success in the TOEFL examination, whether you're a novice or seasoned test-taker.\\n\\nBenefit:\\nGain valuable insights into improving note-taking skills.\\nAcquire effective strategies tailored for the TOEFL Speaking section.\\nReceive step-by-step guidance for discerning key information and organizing thoughts swiftly during the exam.\\nEnhance performance and confidence on test day.\\nObtain skills and tools necessary for success in the TOEFL examination.\\nE-Certificate \",\n                \"image\": \"1711003693889-ws-mark.jpg\",\n                \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\n                \"typeId\": 1,\n                \"startDate\": \"2024-03-30T00:00:00.000Z\",\n                \"endDate\": \"2024-03-30T00:00:00.000Z\",\n                \"price\": 30000,\n                \"createdAt\": \"2024-03-21T06:47:47.000Z\",\n                \"updatedAt\": \"2024-03-21T06:48:17.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"06ff36c3-40da-4322-adce-f6ee6adcff58"},{"name":"Payments by Id","id":"f54c0c97-0cff-4b67-a970-52036b715051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/class-payments/720b5a13-521b-4838-9dca-efeb5d63e72b","description":"<p>This endpoint responsible for return a payment by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["class-payments","720b5a13-521b-4838-9dca-efeb5d63e72b"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"11a75386-da09-4239-aa50-97b25a89233e","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/class-payments/720b5a13-521b-4838-9dca-efeb5d63e72b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012240&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=gsusGw%2FY%2FWf8dPmzHemoNwh5zo0FVKfEYR5gaCRgcKs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012240&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=gsusGw%2FY%2FWf8dPmzHemoNwh5zo0FVKfEYR5gaCRgcKs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2371"},{"key":"Etag","value":"W/\"943-xN+mMfc9X1r8RbCSvJcZkhI3JKg\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:10:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"720b5a13-521b-4838-9dca-efeb5d63e72b\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n        \"orderId\": \"class 720b5a13-521b-4838-9dca-efeb5d63e72b\",\n        \"price\": 40000,\n        \"statusId\": 1,\n        \"transactionToken\": \"2f3b3f5d-515a-4c66-9ee0-799cfe85ae84\",\n        \"rating\": null,\n        \"feedback\": null,\n        \"createdAt\": \"2024-03-21T08:23:06.000Z\",\n        \"updatedAt\": \"2024-03-21T08:23:07.000Z\",\n        \"User\": {\n            \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"username\": \"yogarn\",\n            \"name\": \"Yoga Raditya\",\n            \"contact\": \"+6285123456789\",\n            \"email\": \"yogaradityan@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n            \"gender\": \"male\",\n            \"address\": \"10th Downing Street\",\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n            \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n        },\n        \"OnlineClass\": {\n            \"id\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"mentorId\": \"c7117221-f2b7-40cd-aca8-9b51a3a65283\",\n            \"name\": \"Public Speaking Berbicara Di Depan Umum Dengan Lancar\",\n            \"description\": \"Bootcamp Public Speaking oleh Dedi dirancang untuk membantu Anda berbicara di depan publik dengan lebih percaya diri dan efektif. Materi bootcamp meliputi teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audiens. Anda akan mendapatkan manfaat seperti: mampu berbicara di depan publik dengan lebih percaya diri dan efektif, mampu menyusun dan menyampaikan presentasi yang menarik dan persuasif, dan mampu menjawab pertanyaan dan menangani interaksi dengan audiens dengan lebih baik. Bootcamp ini cocok untuk siapapun yang ingin meningkatkan kemampuan public speaking mereka, profesional yang sering melakukan presentasi atau berbicara di depan publik, dan mahasiswa yang ingin meningkatkan kemampuan presentasi mereka. Bootcamp ini menggunakan metode ceramah, diskusi, latihan, dan praktik selama 2 hari. Dedi, seorang trainer public speaking yang berpengalaman, akan membawakan materi bootcamp ini.\",\n            \"image\": \"1711005451118-bc-dedi.jpg\",\n            \"community\": \"https://chat.whatsapp.com/JwcB99kpi3Q4fQzuaZLFl6\",\n            \"typeId\": 2,\n            \"startDate\": \"2024-01-01T00:00:00.000Z\",\n            \"endDate\": \"2024-12-31T00:00:00.000Z\",\n            \"price\": 40000,\n            \"createdAt\": \"2024-03-21T07:17:10.000Z\",\n            \"updatedAt\": \"2024-03-21T07:20:37.000Z\"\n        }\n    }\n}"}],"_postman_id":"f54c0c97-0cff-4b67-a970-52036b715051"}],"id":"1a9e012c-5d9a-4fb3-a88e-1018c18c33db","description":"<p>This section contains endpoints responsible for get payments.</p>\n","_postman_id":"1a9e012c-5d9a-4fb3-a88e-1018c18c33db","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Class Resource","item":[{"name":"Resource Comments","item":[{"name":"Comments","id":"da3c1a4c-acce-4bcb-b996-aee2d3376520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments?userId=bad1a407-9fb1-4638-bc21-7551f217485e&resourceId=8458c6da-40f4-4f76-b93e-630ca5a41b1c&comment=bermanfaat","description":"<p>This endpoint responsible for returning list of comments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"description":{"content":"<p>userId to search</p>\n","type":"text/plain"},"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e"},{"description":{"content":"<p>resourceId to search</p>\n","type":"text/plain"},"key":"resourceId","value":"8458c6da-40f4-4f76-b93e-630ca5a41b1c"},{"description":{"content":"<p>Comment to search</p>\n","type":"text/plain"},"key":"comment","value":"bermanfaat"}],"variable":[]}},"response":[{"id":"aafec8d4-125e-4f67-8585-4a8d5a85a9ff","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments?userId=bad1a407-9fb1-4638-bc21-7551f217485e&resourceId=8458c6da-40f4-4f76-b93e-630ca5a41b1c&comment=bermanfaat","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments"],"query":[{"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e","description":"userId to search","type":"text"},{"key":"resourceId","value":"8458c6da-40f4-4f76-b93e-630ca5a41b1c","description":"resourceId to search","type":"text"},{"key":"comment","value":"bermanfaat","description":"Comment to search","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012727&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zMwFqS9qqVs%2B2RgVVZoxMxiCKZd4ZdvXON4TrFkYNKk%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012727&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=zMwFqS9qqVs%2B2RgVVZoxMxiCKZd4ZdvXON4TrFkYNKk%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1169"},{"key":"Etag","value":"W/\"491-nXtyo6T+qde/s5O/WhdNVYXv+Ug\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:18:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"resourceId\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n            \"comment\": \"Materi ini sangat bermanfaat!\",\n            \"createdAt\": \"2024-03-21T09:18:33.000Z\",\n            \"updatedAt\": \"2024-03-21T09:18:33.000Z\",\n            \"User\": {\n                \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"username\": \"yogarn\",\n                \"name\": \"Yoga Raditya\",\n                \"contact\": \"+6285123456789\",\n                \"email\": \"yogaradityan@gmail.com\",\n                \"description\": \"Undergraduate Computer Science Students\",\n                \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n                \"gender\": \"male\",\n                \"address\": \"10th Downing Street\",\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n                \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n            },\n            \"ClassResource\": {\n                \"id\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n                \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n                \"name\": \"Public Speaking | Teknik Berbicara Di Depan Umum | Cara Mengatasi BLANK Saat Berbicara Di Depan Umum\",\n                \"description\": \"Youtube Embed\",\n                \"image\": \"1711005528291-bc-dedi.jpg\",\n                \"resource\": \"https://www.youtube.com/embed/NRudqYfVaV8?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n                \"createdAt\": \"2024-03-21T07:18:51.000Z\",\n                \"updatedAt\": \"2024-03-21T07:18:51.000Z\"\n            }\n        }\n    ]\n}"},{"id":"e836138a-b30d-4a58-804a-fd349092b6fc","name":"Payment Not Found","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012599&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9WxoNWcDJbKcEdLGvHCZmCDDvP703p6WfOTSJon0dpA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012599&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9WxoNWcDJbKcEdLGvHCZmCDDvP703p6WfOTSJon0dpA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-uBxcb3PVy/4U7mF6AayzF7DkRkQ\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:16:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Payment not found\"\n}"}],"_postman_id":"da3c1a4c-acce-4bcb-b996-aee2d3376520"},{"name":"Comments by Id","id":"f8b9803d-ae65-4381-bd05-9b4681ca51f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60","description":"<p>This endpoint responsible for returning a comment by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments","31285044-396c-4814-bd19-0faee1542f60"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"645a0c6a-5c14-413b-a6a1-d755e7d02ec0","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012773&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ADjTJYmh66RkpLWdhes6HMtZfookTeXcE1%2FFa53cmFA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012773&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ADjTJYmh66RkpLWdhes6HMtZfookTeXcE1%2FFa53cmFA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1153"},{"key":"Etag","value":"W/\"481-rRsevJ7H8olpl+m6g2Jc3NzFOkI\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:19:33 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"resourceId\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n        \"comment\": \"Sangat Menarik!\",\n        \"createdAt\": \"2024-03-21T09:18:33.000Z\",\n        \"updatedAt\": \"2024-03-21T09:19:28.000Z\",\n        \"User\": {\n            \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"username\": \"yogarn\",\n            \"name\": \"Yoga Raditya\",\n            \"contact\": \"+6285123456789\",\n            \"email\": \"yogaradityan@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n            \"gender\": \"male\",\n            \"address\": \"10th Downing Street\",\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n            \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n        },\n        \"ClassResource\": {\n            \"id\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n            \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"name\": \"Public Speaking | Teknik Berbicara Di Depan Umum | Cara Mengatasi BLANK Saat Berbicara Di Depan Umum\",\n            \"description\": \"Youtube Embed\",\n            \"image\": \"1711005528291-bc-dedi.jpg\",\n            \"resource\": \"https://www.youtube.com/embed/NRudqYfVaV8?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n            \"createdAt\": \"2024-03-21T07:18:51.000Z\",\n            \"updatedAt\": \"2024-03-21T07:18:51.000Z\"\n        }\n    }\n}"},{"id":"40abb15a-a1d6-40fd-872d-5c397948e9c9","name":"Payment Not Found","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012599&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9WxoNWcDJbKcEdLGvHCZmCDDvP703p6WfOTSJon0dpA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012599&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9WxoNWcDJbKcEdLGvHCZmCDDvP703p6WfOTSJon0dpA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-uBxcb3PVy/4U7mF6AayzF7DkRkQ\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:16:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Payment not found\"\n}"},{"id":"3e2e55f9-acc3-469a-bbe4-b2f337a294b7","name":"Class/Resource Not Found","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711089012&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=og3rezofLxIzs%2BvhRL7%2FooYJts6gVhsQO3RbcdeQvEQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711089012&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=og3rezofLxIzs%2BvhRL7%2FooYJts6gVhsQO3RbcdeQvEQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"284"},{"key":"Etag","value":"W/\"11c-uEA2LgFTo87McRG2NCQxX/WNxPs\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:30:12 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"d9f7a57a-9696-4235-a0c9-503bfde25d85\",\n            \"msg\": \"Class not found\",\n            \"path\": \"classId\",\n            \"location\": \"params\"\n        },\n        {\n            \"type\": \"field\",\n            \"value\": \"272809ce-95b9-4da6-a18a-75944231f71b\",\n            \"msg\": \"Resource not found\",\n            \"path\": \"resourceId\",\n            \"location\": \"params\"\n        }\n    ]\n}"}],"_postman_id":"f8b9803d-ae65-4381-bd05-9b4681ca51f9"},{"name":"Comments","id":"8761bdee-d664-4472-b4d3-3abd42cd7044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Materi ini sangat bermanfaat!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments","description":"<p>This endpoint responsible for post a comment to a resource. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"302671f6-9fc1-4778-88af-40b178e494cd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Materi ini sangat bermanfaat!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012712&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=lKCrLlsTubfn8cHh75BSYQnymsmx%2B9qLgrCc9BdLZEo%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012712&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=lKCrLlsTubfn8cHh75BSYQnymsmx%2B9qLgrCc9BdLZEo%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"Etag","value":"W/\"138-M6EKR+QV+d4hE1D8Lm547EcbYX8\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:18:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"createComment\": {\n            \"id\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\",\n            \"comment\": \"Materi ini sangat bermanfaat!\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"resourceId\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n            \"updatedAt\": \"2024-03-21T09:18:32.522Z\",\n            \"createdAt\": \"2024-03-21T09:18:32.522Z\"\n        }\n    }\n}"},{"id":"275fa44a-d613-4940-8058-8ecfcfaa30b7","name":"Payments Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"Materi ini sangat bermanfaat!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012568&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=kM%2F2K1F1omKfHRYnbbHgSw2y5h9UZ2F50wxL42n8Y3c%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012568&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=kM%2F2K1F1omKfHRYnbbHgSw2y5h9UZ2F50wxL42n8Y3c%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-uBxcb3PVy/4U7mF6AayzF7DkRkQ\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:16:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Payment not found\"\n}"}],"_postman_id":"8761bdee-d664-4472-b4d3-3abd42cd7044"},{"name":"Comment","id":"e85a6958-8d04-4bd8-b888-0fe6da4ddc98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"comment\": \"Sangat Menarik!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60","description":"<p>This endpoint responsible for updating a comment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments","31285044-396c-4814-bd19-0faee1542f60"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"46efccfb-9619-4d7e-9b04-1449090a11ba","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"comment\": \"Sangat Menarik!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012768&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=CVsAxnvsxoGqatBmU%2B1Vt1Zpg9w873cih8LlyphXWGg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012768&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=CVsAxnvsxoGqatBmU%2B1Vt1Zpg9w873cih8LlyphXWGg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"Etag","value":"W/\"9a-iFx6z5aJevPTy+5a10TXiMV23pw\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:19:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"resourceId\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n        \"id\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\",\n        \"comment\": \"Sangat Menarik!\"\n    }\n}"}],"_postman_id":"e85a6958-8d04-4bd8-b888-0fe6da4ddc98"},{"name":"comments","id":"ed86434c-630e-4f37-8ea1-936a89de90eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60","description":"<p>This endpoint responsible for deleting a comment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c","comments","31285044-396c-4814-bd19-0faee1542f60"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"b9b77aae-e8d9-43e4-ba45-baf33103d46a","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013200&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pryFeYXhHjlcaAW2YBDDWxvjOfxzIeDKxdi9Y%2FzBOuw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013200&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=pryFeYXhHjlcaAW2YBDDWxvjOfxzIeDKxdi9Y%2FzBOuw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Etag","value":"W/\"7e-a5C1sbqkTTSHAeD+zpd3o9cIPvs\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:26:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"resourceId\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n        \"id\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\"\n    }\n}"},{"id":"02977752-8fb6-4e5f-b380-b5fdcf0cc282","name":"Comment Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c/comments/31285044-396c-4814-bd19-0faee1542f60"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013211&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eWOiTL8tlOU1zZAhHC151am%2B6o%2FkkVymbbOLv3P44Js%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013211&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eWOiTL8tlOU1zZAhHC151am%2B6o%2FkkVymbbOLv3P44Js%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"Etag","value":"W/\"96-V9NUiFH3VUPdY3QWMnzIWc7qKjA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:26:51 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"aba4514f-d9db-462d-bf84-6d62a65f0b02\",\n            \"msg\": \"Comment not found\",\n            \"path\": \"id\",\n            \"location\": \"params\"\n        }\n    ]\n}"}],"_postman_id":"ed86434c-630e-4f37-8ea1-936a89de90eb"}],"id":"c84d79ba-004d-48b5-9384-47a90c55f2c9","description":"<p>This section contains endpoints responsible for resource comment management, including post a comment, return list of comments, update a comment, and delete a comment.</p>\n","_postman_id":"c84d79ba-004d-48b5-9384-47a90c55f2c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Class Resource by ClassId","id":"18b7d912-8ff5-4559-bb55-1aa1973dcd83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources?classId=72d915bd-7e94-4a06-bf62-d50ec3bca275&name=Latihan public Speaking&description","description":"<p>This endpoint is responsible for return list of resource by its class id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"description":{"content":"<p>classId to search</p>\n","type":"text/plain"},"key":"classId","value":"72d915bd-7e94-4a06-bf62-d50ec3bca275"},{"description":{"content":"<p>Name to search</p>\n","type":"text/plain"},"key":"name","value":"Latihan public Speaking"},{"description":{"content":"<p>Description to search</p>\n","type":"text/plain"},"key":"description","value":null}],"variable":[]}},"response":[{"id":"514730ca-d713-4614-9a16-fa9893c6ee51","name":"Success After Payments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources?classId=72d915bd-7e94-4a06-bf62-d50ec3bca275&name=Latihan public Speaking&description","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources"],"query":[{"key":"classId","value":"72d915bd-7e94-4a06-bf62-d50ec3bca275","description":"classId to search","type":"text"},{"key":"name","value":"Latihan public Speaking","description":"Name to search","type":"text"},{"key":"description","value":null,"description":"Description to search","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012379&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4f9kHloF3rukmNYYXMnDMMDWUNK2%2Bpc2mesz9J8EqGg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012379&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4f9kHloF3rukmNYYXMnDMMDWUNK2%2Bpc2mesz9J8EqGg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1304"},{"key":"Etag","value":"W/\"518-zhhe171mpFUUuw0ZzBzh0HdZKOw\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:12:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"04e5c57c-fd65-4cf4-8a17-7759b97b9338\",\n            \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"name\": \"Latihan public Speaking Berbicara Di Depan Umum Dengan Lancar | Teknik Berbicara Di Depan Umum\",\n            \"description\": \"Youtube Embed\",\n            \"image\": \"1711005489055-bc-dedi.jpg\",\n            \"resource\": \"https://www.youtube.com/embed/uYCVX9MLsW0?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n            \"createdAt\": \"2024-03-21T07:18:12.000Z\",\n            \"updatedAt\": \"2024-03-21T07:18:12.000Z\"\n        },\n        {\n            \"id\": \"44ec6149-04e3-4e61-b98e-ab9534530f52\",\n            \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"name\": \"Public Speaking | Teknik Berbicara Di Depan Umum\",\n            \"description\": \"Youtube Embed\",\n            \"image\": \"1711005507984-bc-dedi.jpg\",\n            \"resource\": \"https://www.youtube.com/embed/TKHOjtgTRZ8?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n            \"createdAt\": \"2024-03-21T07:18:31.000Z\",\n            \"updatedAt\": \"2024-03-21T07:18:31.000Z\"\n        },\n        {\n            \"id\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n            \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n            \"name\": \"Public Speaking | Teknik Berbicara Di Depan Umum | Cara Mengatasi BLANK Saat Berbicara Di Depan Umum\",\n            \"description\": \"Youtube Embed\",\n            \"image\": \"1711005528291-bc-dedi.jpg\",\n            \"resource\": \"https://www.youtube.com/embed/NRudqYfVaV8?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n            \"createdAt\": \"2024-03-21T07:18:51.000Z\",\n            \"updatedAt\": \"2024-03-21T07:18:51.000Z\"\n        }\n    ]\n}"},{"id":"63a92c3e-2fac-4e13-9e8d-b48cb7c40e31","name":"Payment Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources?sort=createdAt","host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources"],"query":[{"key":"sort","value":"createdAt"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012463&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=tuHeZhd4U4dNRivkqJ41SlkXwnRiaLw2kJjsKF3AbKU%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012463&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=tuHeZhd4U4dNRivkqJ41SlkXwnRiaLw2kJjsKF3AbKU%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-uBxcb3PVy/4U7mF6AayzF7DkRkQ\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:14:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Payment not found\"\n}"}],"_postman_id":"18b7d912-8ff5-4559-bb55-1aa1973dcd83"},{"name":"Class Resource by ClassId and Id","id":"79279b27-1197-4311-b60e-a5d3df1a8aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c","description":"<p>This endpoint is responsible for return a resource by its class id and id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"1634f013-3b21-42f5-b2a1-4ad6492f843c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012353&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RpTCHSTUph%2BWxcTk2ebJoykdf1UXaHDDMARMvJcKE0c%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012353&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RpTCHSTUph%2BWxcTk2ebJoykdf1UXaHDDMARMvJcKE0c%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"472"},{"key":"Etag","value":"W/\"1d8-EPBcOUxQDNcjReL2fBv3VQoSwb4\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:12:33 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"8458c6da-40f4-4f76-b93e-630ca5a41b1c\",\n        \"classId\": \"72d915bd-7e94-4a06-bf62-d50ec3bca275\",\n        \"name\": \"Public Speaking | Teknik Berbicara Di Depan Umum | Cara Mengatasi BLANK Saat Berbicara Di Depan Umum\",\n        \"description\": \"Youtube Embed\",\n        \"image\": \"1711005528291-bc-dedi.jpg\",\n        \"resource\": \"https://www.youtube.com/embed/NRudqYfVaV8?list=PLlK4SvTCc22IP7ORugYw7UfzzgxBukyib\",\n        \"createdAt\": \"2024-03-21T07:18:51.000Z\",\n        \"updatedAt\": \"2024-03-21T07:18:51.000Z\"\n    }\n}"},{"id":"1d85c140-2798-4934-9600-ae026d8fa555","name":"Payment Not Found","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012429&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Kgmkon0ZdLoODnkAxUgZDgfjqwW6hn9O4yh8hgH9Iz0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012429&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Kgmkon0ZdLoODnkAxUgZDgfjqwW6hn9O4yh8hgH9Iz0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-uBxcb3PVy/4U7mF6AayzF7DkRkQ\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:13:49 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Payment not found\"\n}"}],"_postman_id":"79279b27-1197-4311-b60e-a5d3df1a8aeb"},{"name":"Class Resource","id":"e66f96b2-85c6-44ac-9580-413e4ef86745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Schofinity Workshop Program\",\r\n  \"description\": \"Google Meet Joining Info\\\\nSaturday, March 30\\\\nTime zone: Asia/Jakarta\",\r\n  \"resource\": \"https://meet.google.com/gwv-weog-dpo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources","description":"<p>This endpoint responsible for posting a class resource. Only mentors that have class can upload a resource. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"fff827fa-d547-43fa-8bf5-f67a04630322","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Schofinity Workshop Program","type":"text"},{"key":"description","value":"Google Meet Joining Info\\nSaturday, March 30\\nTime zone: Asia/Jakarta","type":"text"},{"key":"image","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/D:/database/mentor/workshop/ws-celine.jpg"],"src":"/D:/database/mentor/workshop/ws-celine.jpg"},{"key":"resource","value":"https://meet.google.com/gwv-weog-dpo","type":"text"}]},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711001449&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=N0wVIuTrHFP7VlBR%2FjHjAM%2BV0aJseYfcEV0oLCxNtbI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711001449&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=N0wVIuTrHFP7VlBR%2FjHjAM%2BV0aJseYfcEV0oLCxNtbI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Etag","value":"W/\"19e-9NzFkcXJyZikq+EglEOFLaJsJ7o\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:10:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"8a497b92-e6ef-4d0e-82fa-ad5279b9244a\",\n        \"name\": \"Schofinity Workshop Program\",\n        \"description\": \"Google Meet Joining Info\\\\nSaturday, March 30\\\\nTime zone: Asia/Jakarta\",\n        \"image\": \"1711001451882-ws-celine.jpg\",\n        \"resource\": \"https://meet.google.com/gwv-weog-dpo\",\n        \"classId\": \"bbe461c4-f64e-4863-8a4c-541331d6c271\",\n        \"updatedAt\": \"2024-03-21T06:10:54.400Z\",\n        \"createdAt\": \"2024-03-21T06:10:54.400Z\"\n    }\n}"}],"_postman_id":"e66f96b2-85c6-44ac-9580-413e4ef86745"},{"name":"Update Resource","id":"6c943830-f4e9-4961-9a14-c3b72e24611b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Advanced Methods for TOEFL Speaking using &#39;If&#39;\",\r\n  \"resource\": \"https://www.youtube.com/embed/98ib1wlrTE0?list=PLjLLoYTA8uugY4zmnh5uhZWUxTZhVPdgP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c","description":"<p>This endpoint responsible for updating a class resource. Only mentor who own this resource can access this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"e012858c-627d-41af-b564-16779f89d572","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"description\": \"Saturday, March 30\\nTime zone: Asia/Jakarta\\nGoogle Meet joining info\\ndial: ‪(US) +1 413-438-7183‬ PIN: ‪873 003 527‬#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711003335&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uiNHOL9KfSzP0al36XmIrmKyNkjOMudiDEWbcTmt%2FWg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711003335&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uiNHOL9KfSzP0al36XmIrmKyNkjOMudiDEWbcTmt%2FWg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"Etag","value":"W/\"ae-kZ/i0SWJn5ReRUYB/VwirEGv+eI\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:42:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"description\": \"Saturday, March 30\\nTime zone: Asia/Jakarta\\nGoogle Meet joining info\\ndial: \\u202a(US) +1 413-438-7183\\u202c PIN: \\u202a873 003 527\\u202c#\"\n    }\n}"}],"_postman_id":"6c943830-f4e9-4961-9a14-c3b72e24611b"},{"name":"Delete Resource","id":"78ad5889-76da-4201-ae12-3c6ff0bc15aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c","description":"<p>This endpoint responsible for delete a resource.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275","resources","8458c6da-40f4-4f76-b93e-630ca5a41b1c"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"b5a38392-3c27-4c3c-8470-1167dd8bf1a7","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088670&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2Beb55iZ0Gpmt3P6Is5n4zeRwE3%2Bd1oBClfgCgmMIQaY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088670&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2Beb55iZ0Gpmt3P6Is5n4zeRwE3%2Bd1oBClfgCgmMIQaY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Etag","value":"W/\"43-jjbBu0RJishrr9+YSlsA7aNLPXw\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:24:30 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": \"6a0fc8c9-143e-428b-b176-125b13ce0ec5\"\n}"},{"id":"f4b84e30-a9fe-47bc-83e1-3214915e2b8d","name":"Resource Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088693&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=B6%2BjUEBSx0dRnNtPXV4Mlb4sHNDxV4OMOaGMEn4%2B3v8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088693&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=B6%2BjUEBSx0dRnNtPXV4Mlb4sHNDxV4OMOaGMEn4%2B3v8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"Etag","value":"W/\"97-V1b6cvkxPW1CxYKmZvKtUC2eQi8\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:24:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"6a0fc8c9-143e-428b-b176-125b13ce0ec5\",\n            \"msg\": \"Resource not found\",\n            \"path\": \"id\",\n            \"location\": \"params\"\n        }\n    ]\n}"},{"id":"1fb34749-21f3-4640-9b0d-ad02d8af818a","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275/resources/8458c6da-40f4-4f76-b93e-630ca5a41b1c"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013184&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=t2G9jB24oqoSG%2FjeGAhQwIjYIzhetr3Il4QSY%2BjTYuM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013184&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=t2G9jB24oqoSG%2FjeGAhQwIjYIzhetr3Il4QSY%2BjTYuM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:26:24 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"78ad5889-76da-4201-ae12-3c6ff0bc15aa"}],"id":"c808f176-20c4-4de1-afd5-4cdb5d339488","description":"<p>This section contains endpoints responsible for class resources management, including post a resource, update a resource, and return list of resources by its class id and its id.</p>\n","_postman_id":"c808f176-20c4-4de1-afd5-4cdb5d339488","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Online Class","id":"54a002fe-b1b8-4616-b6ef-36daef476155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes","description":"<p>This endpoint responsible for returning list of online class.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>mentorId to search</p>\n","type":"text/plain"},"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283"},{"disabled":true,"description":{"content":"<p>Subjects Id to search</p>\n","type":"text/plain"},"key":"subjects","value":"2"},{"disabled":true,"description":{"content":"<p>startDate to search</p>\n","type":"text/plain"},"key":"startDate","value":"2024-03-13"},{"disabled":true,"description":{"content":"<p>endDate to search</p>\n","type":"text/plain"},"key":"endDate","value":"2024-03-14T06:00:00.000Z"},{"disabled":true,"description":{"content":"<p>typeId to search</p>\n","type":"text/plain"},"key":"typeId","value":"1"},{"disabled":true,"description":{"content":"<p>Price to search</p>\n","type":"text/plain"},"key":"price","value":"30000"}],"variable":[]}},"response":[{"id":"086bb098-bb4f-419b-9d9a-d77196cf75f1","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","classes"],"query":[{"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283","description":"mentorId to search","disabled":true},{"key":"subjects","value":"2","description":"Subjects Id to search","disabled":true},{"key":"startDate","value":"2024-03-13","description":"startDate to search","disabled":true},{"key":"endDate","value":"2024-03-14T06:00:00.000Z","description":"endDate to search","disabled":true},{"key":"typeId","value":"1","description":"typeId to search","type":"text","disabled":true},{"key":"price","value":"30000","description":"Price to search","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711002043&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mNg7aaagZHTRjoZXDl12RiobfurwV%2BOETplDUcUyXGY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711002043&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=mNg7aaagZHTRjoZXDl12RiobfurwV%2BOETplDUcUyXGY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3677"},{"key":"Etag","value":"W/\"e5d-rPTjHFu6T+vYPKaCqRSn5NUuQJw\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:20:43 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"36772910-1f68-45c1-8f68-bf33a56a0599\",\n            \"mentorId\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n            \"name\": \"Belajar Menulis Essay\",\n            \"description\": \"Akhirnya, here it is! Video tentang Personal Statement alias Statement of Purpose yang membawaku hingga keterima di Johns Hopkins, Columbia, dan Harvard Master of Public Health (MPH). Aku nulis esai ini 2 tahun lalu, dan jujur aku udah banyak berubah. Jadi esai ini udah kurang merepresentasikan siapa diriku sekarang. Karena itu aku sebenernya ngga terlalu bangga dengan esai ini. Tapi karena ditagih, yaudah, I'll show (or read) it to you guys\",\n            \"image\": \"1711001946706-bc-celine.jpg\",\n            \"community\": \"https://chat.whatsapp.com/JwcB99kpi3Q4fQzuaZLFl6\",\n            \"typeId\": 2,\n            \"startDate\": \"2024-01-01T00:00:00.000Z\",\n            \"endDate\": \"2024-12-31T00:00:00.000Z\",\n            \"price\": 30000,\n            \"createdAt\": \"2024-03-21T06:14:16.000Z\",\n            \"updatedAt\": \"2024-03-21T06:19:38.000Z\",\n            \"Mentor\": {\n                \"id\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n                \"userId\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n                \"programs\": \"Beasiswa International\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 500000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 Havard University\",\n                \"createdAt\": \"2024-03-21T05:27:34.000Z\",\n                \"updatedAt\": \"2024-03-21T05:29:00.000Z\"\n            },\n            \"subjects\": [\n                {\n                    \"id\": 3,\n                    \"subjectName\": \"essay\",\n                    \"createdAt\": \"2024-03-20T20:51:10.000Z\",\n                    \"updatedAt\": \"2024-03-20T20:51:10.000Z\"\n                }\n            ],\n            \"classType\": {\n                \"id\": 2,\n                \"typeName\": \"bootcamp\",\n                \"createdAt\": \"2024-03-16T21:23:33.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:33.000Z\"\n            }\n        },\n        {\n            \"id\": \"bbe461c4-f64e-4863-8a4c-541331d6c271\",\n            \"mentorId\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n            \"name\": \"Penulisan Essay\",\n            \"description\": \"Akhirnya, di sini dia! Kelas workshop tentang Pernyataan Pribadi, juga dikenal sebagai Pernyataan Tujuan, yang memainkan peran penting dalam diterimanya saya di lembaga ternama seperti Johns Hopkins, Columbia, dan Harvard untuk program Magister Kesehatan Masyarakat (MPH). Ditulis dua tahun yang lalu, esai ini mencerminkan gambaran diri saya yang dulu, namun saya harus mengakui bahwa telah terjadi pertumbuhan pribadi yang signifikan sejak pembuatannya. Oleh karena itu, mungkin tidak sepenuhnya mencerminkan identitas saya saat ini. Meskipun memiliki keraguan tentang relevansinya, saya mengakui permintaan untuk kelas workshop ini. Oleh karena itu, dengan penuh kesadaran, saya akan membagikan (atau membacakan) isinya kepada Anda.\\n\\nBenefit:\\nMemperoleh wawasan tentang strategi menulis Pernyataan Pribadi yang efektif.\\nBelajar dari pengalaman penulis yang berhasil diterima di lembaga ternama.\\nMemahami pentingnya pertumbuhan pribadi dalam aplikasi.\\nMendapatkan panduan langkah demi langkah dalam menulis Pernyataan Pribadi.\\nMengatasi keraguan tentang relevansi Pernyataan Pribadi yang sudah ada.\\nMerasa lebih siap dan percaya diri dalam proses aplikasi akademik.\\nE-Sertifikat \",\n            \"image\": \"1711002037156-ws-celine.jpg\",\n            \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\n            \"typeId\": 1,\n            \"startDate\": \"2024-03-30T00:00:00.000Z\",\n            \"endDate\": \"2024-03-30T00:00:00.000Z\",\n            \"price\": 0,\n            \"createdAt\": \"2024-03-21T05:36:26.000Z\",\n            \"updatedAt\": \"2024-03-21T06:20:41.000Z\",\n            \"Mentor\": {\n                \"id\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n                \"userId\": \"0aa394dd-a29e-43cc-86ac-e423bf375d04\",\n                \"programs\": \"Beasiswa International\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 500000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 Havard University\",\n                \"createdAt\": \"2024-03-21T05:27:34.000Z\",\n                \"updatedAt\": \"2024-03-21T05:29:00.000Z\"\n            },\n            \"subjects\": [\n                {\n                    \"id\": 3,\n                    \"subjectName\": \"essay\",\n                    \"createdAt\": \"2024-03-20T20:51:10.000Z\",\n                    \"updatedAt\": \"2024-03-20T20:51:10.000Z\"\n                }\n            ],\n            \"classType\": {\n                \"id\": 1,\n                \"typeName\": \"workshop\",\n                \"createdAt\": \"2024-03-16T21:23:33.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:33.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"54a002fe-b1b8-4616-b6ef-36daef476155"},{"name":"Class by Id","id":"3c669133-9f76-4603-9c19-9a50e514ed7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275","description":"<p>This endpoint responsible for returning a class by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"9a193462-ad96-4645-8b4b-bb3c940ab1df","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711002799&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1xG15NMYzicApp5HqZBQO%2Byz0ICht%2Fz3LWPCIJfh%2BDY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711002799&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1xG15NMYzicApp5HqZBQO%2Byz0ICht%2Fz3LWPCIJfh%2BDY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1437"},{"key":"Etag","value":"W/\"59d-8fXiKBCX3qjx3KuVRwWaAG40Ukc\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:33:19 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"8696e29a-4e51-4632-bc88-0750c0dad893\",\n        \"mentorId\": \"c23ac37b-5a50-4aa7-bcd9-cbbb85526d55\",\n        \"name\": \"Learning Essay English Writing\",\n        \"description\": \"Drawing from her wealth of experience, Jessica shares invaluable insights and strategies aimed at refining essay organization, enhancing structural coherence, enriching vocabulary, and mastering grammar intricacies.\\n\\nBenefit:\\nGain valuable insights into essay organization.\\nEnhance structural coherence of writing.\\nEnrich vocabulary skills.\\nMaster intricate grammar details.\\nE-Certificate\",\n        \"image\": \"1711002538167-ws-jessica.jpg\",\n        \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\n        \"typeId\": 1,\n        \"startDate\": \"2024-03-30T00:00:00.000Z\",\n        \"endDate\": \"2024-03-30T00:00:00.000Z\",\n        \"price\": 0,\n        \"createdAt\": \"2024-03-21T06:28:29.000Z\",\n        \"updatedAt\": \"2024-03-21T06:29:01.000Z\",\n        \"Mentor\": {\n            \"id\": \"c23ac37b-5a50-4aa7-bcd9-cbbb85526d55\",\n            \"userId\": \"25356794-013f-4d5c-b0c0-af09ae3ab00d\",\n            \"programs\": \"Essay Internasional\",\n            \"mentoringInterval\": 60,\n            \"breakTime\": 30,\n            \"salaryRate\": 450000,\n            \"statusId\": 2,\n            \"bank\": \"12345678910\",\n            \"education\": \"S1 Havard University\",\n            \"createdAt\": \"2024-03-21T06:25:37.000Z\",\n            \"updatedAt\": \"2024-03-21T06:26:26.000Z\"\n        },\n        \"subjects\": [\n            {\n                \"id\": 3,\n                \"subjectName\": \"essay\",\n                \"createdAt\": \"2024-03-20T20:51:10.000Z\",\n                \"updatedAt\": \"2024-03-20T20:51:10.000Z\"\n            }\n        ],\n        \"classType\": {\n            \"id\": 1,\n            \"typeName\": \"workshop\",\n            \"createdAt\": \"2024-03-16T21:23:33.000Z\",\n            \"updatedAt\": \"2024-03-16T21:23:33.000Z\"\n        }\n    }\n}"}],"_postman_id":"3c669133-9f76-4603-9c19-9a50e514ed7b"},{"name":"Online Class","id":"826b93bd-98a0-417d-b2d1-024f8dd91416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Public Speaking Berbicara Di Depan Umum Dengan Lancar\",\r\n    \"description\": \"Bootcamp Public Speaking oleh Dedi dirancang untuk membantu Anda berbicara di depan publik dengan lebih percaya diri dan efektif. Materi bootcamp meliputi teknik vokal, bahasa tubuh, penyampaian materi, mengatasi rasa gugup, membangun kepercayaan diri, menyusun dan menyampaikan presentasi yang menarik dan persuasif, teknik menjawab pertanyaan, dan menangani interaksi dengan audiens. Anda akan mendapatkan manfaat seperti: mampu berbicara di depan publik dengan lebih percaya diri dan efektif, mampu menyusun dan menyampaikan presentasi yang menarik dan persuasif, dan mampu menjawab pertanyaan dan menangani interaksi dengan audiens dengan lebih baik. Bootcamp ini cocok untuk siapapun yang ingin meningkatkan kemampuan public speaking mereka, profesional yang sering melakukan presentasi atau berbicara di depan publik, dan mahasiswa yang ingin meningkatkan kemampuan presentasi mereka. Bootcamp ini menggunakan metode ceramah, diskusi, latihan, dan praktik selama 2 hari. Dedi, seorang trainer public speaking yang berpengalaman, akan membawakan materi bootcamp ini.\",\r\n    \"typeId\": \"1\",\r\n    \"community\": \"https://chat.whatsapp.com/JwcB99kpi3Q4fQzuaZLFl6\",\r\n    \"subjects\": [\r\n      {\r\n        \"subjectId\": \"2\"\r\n      }\r\n    ],\r\n    \"startDate\": \"2024-01-01\",\r\n    \"endDate\": \"2024-12-31\",\r\n    \"price\": \"30000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes","description":"<p>This endpoint is responsible for post an online class. <strong>typeId</strong> referencing to <strong>class type</strong> (workshop/bootcamp). Other reference can be found in the <strong>introduction</strong>. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"4ab1df30-73bb-4315-bfcd-223892e5225f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Penulisan Essay\",\r\n    \"description\": \"Akhirnya, di sini dia! Kelas workshop tentang Pernyataan Pribadi, juga dikenal sebagai Pernyataan Tujuan, yang memainkan peran penting dalam diterimanya saya di lembaga ternama seperti Johns Hopkins, Columbia, dan Harvard untuk program Magister Kesehatan Masyarakat (MPH). Ditulis dua tahun yang lalu, esai ini mencerminkan gambaran diri saya yang dulu, namun saya harus mengakui bahwa telah terjadi pertumbuhan pribadi yang signifikan sejak pembuatannya. Oleh karena itu, mungkin tidak sepenuhnya mencerminkan identitas saya saat ini. Meskipun memiliki keraguan tentang relevansinya, saya mengakui permintaan untuk kelas workshop ini. Oleh karena itu, dengan penuh kesadaran, saya akan membagikan (atau membacakan) isinya kepada Anda.\\n\\nBenefit:\\nMemperoleh wawasan tentang strategi menulis Pernyataan Pribadi yang efektif.\\nBelajar dari pengalaman penulis yang berhasil diterima di lembaga ternama.\\nMemahami pentingnya pertumbuhan pribadi dalam aplikasi.\\nMendapatkan panduan langkah demi langkah dalam menulis Pernyataan Pribadi.\\nMengatasi keraguan tentang relevansi Pernyataan Pribadi yang sudah ada.\\nMerasa lebih siap dan percaya diri dalam proses aplikasi akademik.\\nE-Sertifikat \",\r\n    \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\r\n    \"typeId\": \"1\",\r\n    \"subjects\": [\r\n      {\r\n        \"subjectId\": \"3\"\r\n      }\r\n    ],\r\n    \"startDate\": \"2024-03-30\",\r\n    \"endDate\": \"2024-03-30\",\r\n    \"price\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1710999386&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4IvjpRdhjknISEMqM8qPxQvKIAfs4dtX4%2FUMTWxnp1w%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1710999386&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4IvjpRdhjknISEMqM8qPxQvKIAfs4dtX4%2FUMTWxnp1w%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1598"},{"key":"Etag","value":"W/\"63e-AOhVsd0zqM5J4e86X4KETezEO6Y\""},{"key":"Date","value":"Thu, 21 Mar 2024 05:36:26 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"bbe461c4-f64e-4863-8a4c-541331d6c271\",\n        \"name\": \"Penulisan Essay\",\n        \"description\": \"Akhirnya, di sini dia! Kelas workshop tentang Pernyataan Pribadi, juga dikenal sebagai Pernyataan Tujuan, yang memainkan peran penting dalam diterimanya saya di lembaga ternama seperti Johns Hopkins, Columbia, dan Harvard untuk program Magister Kesehatan Masyarakat (MPH). Ditulis dua tahun yang lalu, esai ini mencerminkan gambaran diri saya yang dulu, namun saya harus mengakui bahwa telah terjadi pertumbuhan pribadi yang signifikan sejak pembuatannya. Oleh karena itu, mungkin tidak sepenuhnya mencerminkan identitas saya saat ini. Meskipun memiliki keraguan tentang relevansinya, saya mengakui permintaan untuk kelas workshop ini. Oleh karena itu, dengan penuh kesadaran, saya akan membagikan (atau membacakan) isinya kepada Anda.\\n\\nBenefit:\\nMemperoleh wawasan tentang strategi menulis Pernyataan Pribadi yang efektif.\\nBelajar dari pengalaman penulis yang berhasil diterima di lembaga ternama.\\nMemahami pentingnya pertumbuhan pribadi dalam aplikasi.\\nMendapatkan panduan langkah demi langkah dalam menulis Pernyataan Pribadi.\\nMengatasi keraguan tentang relevansi Pernyataan Pribadi yang sudah ada.\\nMerasa lebih siap dan percaya diri dalam proses aplikasi akademik.\\nE-Sertifikat \",\n        \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\n        \"typeId\": \"1\",\n        \"startDate\": \"2024-03-30T00:00:00.000Z\",\n        \"endDate\": \"2024-03-30T00:00:00.000Z\",\n        \"price\": \"0\",\n        \"mentorId\": \"148e6b19-5f36-4da3-9321-76d42e7e497a\",\n        \"updatedAt\": \"2024-03-21T05:36:26.089Z\",\n        \"createdAt\": \"2024-03-21T05:36:26.089Z\"\n    }\n}"}],"_postman_id":"826b93bd-98a0-417d-b2d1-024f8dd91416"},{"name":"Online Class","id":"ae530e30-3f3c-41d2-ac9c-191081fccf49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275","description":"<p>This endpoint is responsible for updating an online class.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"451ffefc-9f8c-4036-a63b-d60efb7f60f2","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/D:/database/mentor/workshop/ws-celine.jpg"}]},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711001361&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=d1w%2B72CVbhRByV5TxALZ4xMExENM8m3eDjs2ndCSGho%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711001361&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=d1w%2B72CVbhRByV5TxALZ4xMExENM8m3eDjs2ndCSGho%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Etag","value":"W/\"44-RWV+W1zl97xcJe0lwgnVQ5xtAMw\""},{"key":"Date","value":"Thu, 21 Mar 2024 06:09:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"image\": \"1711001365192-ws-celine.jpg\"\n    }\n}"}],"_postman_id":"ae530e30-3f3c-41d2-ac9c-191081fccf49"},{"name":"Buy Class","id":"794f0604-15b0-4e98-a9e7-da22b24f29a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"rating\": \"5\",\r\n  \"feedback\": \"Sangat lancar!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/42143ece-89ae-4e3c-afe1-ee984f59bdfe/buy/","description":"<p>This endpoint responsible for generate a payments for user. No fields are mandatory.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","42143ece-89ae-4e3c-afe1-ee984f59bdfe","buy",""],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"1c3172b9-84d5-4ede-9de5-be678bf9716e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"rating\": \"5\",\r\n  \"feedback\": \"Sangat lancar!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/42143ece-89ae-4e3c-afe1-ee984f59bdfe/buy/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711102812&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4XFK0%2BYIqjOn4%2FvjscrD4NVOMYCgnBoqW2j6Te%2BUlbA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711102812&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4XFK0%2BYIqjOn4%2FvjscrD4NVOMYCgnBoqW2j6Te%2BUlbA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3288"},{"key":"Etag","value":"W/\"cd8-LKhfQXHgbcx/ODOAEQAqLmp+Vek\""},{"key":"Date","value":"Fri, 22 Mar 2024 10:20:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"8390f580-6654-4bca-bc26-7a4ab889b098\",\n        \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n        \"orderId\": \"class 8390f580-6654-4bca-bc26-7a4ab889b098\",\n        \"classId\": \"42143ece-89ae-4e3c-afe1-ee984f59bdfe\",\n        \"price\": 30000,\n        \"user\": {\n            \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"username\": \"yogarn\",\n            \"name\": \"Yoga Raditya\",\n            \"contact\": \"+6285123456789\",\n            \"email\": \"yogaradityan@gmail.com\",\n            \"description\": \"Undergraduate Computer Science Students\",\n            \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n            \"gender\": \"male\",\n            \"address\": \"10th Downing Street\",\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n            \"updatedAt\": \"2024-03-21T09:37:44.000Z\",\n            \"userStatus\": {\n                \"id\": 2,\n                \"statusName\": \"success\",\n                \"createdAt\": \"2024-03-16T21:23:32.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:32.000Z\"\n            },\n            \"userRole\": {\n                \"id\": 1,\n                \"roleName\": \"user\",\n                \"createdAt\": \"2024-03-16T21:23:28.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:28.000Z\"\n            }\n        },\n        \"onlineClass\": {\n            \"id\": \"42143ece-89ae-4e3c-afe1-ee984f59bdfe\",\n            \"mentorId\": \"4cd3b54c-472e-47a2-a794-89bdec874b36\",\n            \"name\": \"TOEFL for Scholarship\",\n            \"description\": \"In this workshop, Expert TOEFL Teacher Mark offers invaluable insights and strategies to enhance note-taking proficiency, specifically tailored for the TOEFL Speaking section. Mark explores effective note-taking techniques, providing step-by-step guidance on discerning key information, capturing essential details, and organizing thoughts swiftly during the exam. Through practical examples and actionable tips, attendees gain a deeper understanding of optimizing their note-taking approach for maximum performance and confidence on test day. Mark's expertise empowers participants to refine their skills, providing them with the necessary tools to excel not only in the TOEFL Speaking section but also beyond. This workshop is an invaluable resource for honing note-taking abilities and achieving success in the TOEFL examination, whether you're a novice or seasoned test-taker.\\n\\nBenefit:\\nGain valuable insights into improving note-taking skills.\\nAcquire effective strategies tailored for the TOEFL Speaking section.\\nReceive step-by-step guidance for discerning key information and organizing thoughts swiftly during the exam.\\nEnhance performance and confidence on test day.\\nObtain skills and tools necessary for success in the TOEFL examination.\\nE-Certificate \",\n            \"image\": \"1711003693889-ws-mark.jpg\",\n            \"community\": \"https://chat.whatsapp.com/EF5m0M9mje33d2aUDa7gZO\",\n            \"typeId\": 1,\n            \"startDate\": \"2024-03-30T00:00:00.000Z\",\n            \"endDate\": \"2024-03-30T00:00:00.000Z\",\n            \"price\": 30000,\n            \"createdAt\": \"2024-03-21T06:47:47.000Z\",\n            \"updatedAt\": \"2024-03-21T06:48:17.000Z\",\n            \"Mentor\": {\n                \"id\": \"4cd3b54c-472e-47a2-a794-89bdec874b36\",\n                \"userId\": \"5e6115f8-085e-407e-bd8d-6bd93188e595\",\n                \"programs\": \"TOEFL Intensive Mentoring\",\n                \"mentoringInterval\": 60,\n                \"breakTime\": 30,\n                \"salaryRate\": 450000,\n                \"statusId\": 2,\n                \"bank\": \"12345678910\",\n                \"education\": \"S2 Oxford University\",\n                \"createdAt\": \"2024-03-21T06:44:36.000Z\",\n                \"updatedAt\": \"2024-03-21T06:45:23.000Z\"\n            },\n            \"subjects\": [\n                {\n                    \"id\": 1,\n                    \"subjectName\": \"toefl\",\n                    \"createdAt\": \"2024-03-20T20:51:10.000Z\",\n                    \"updatedAt\": \"2024-03-20T20:51:10.000Z\"\n                }\n            ],\n            \"classType\": {\n                \"id\": 1,\n                \"typeName\": \"workshop\",\n                \"createdAt\": \"2024-03-16T21:23:33.000Z\",\n                \"updatedAt\": \"2024-03-16T21:23:33.000Z\"\n            }\n        },\n        \"rating\": \"5\",\n        \"feedback\": \"Sangat lancar!\",\n        \"transactionToken\": \"277466e5-05cf-41fa-9253-8d74f6fcf0f6\"\n    }\n}"}],"_postman_id":"794f0604-15b0-4e98-a9e7-da22b24f29a1"},{"name":"Delete Class","id":"39334d9a-3d87-4ff3-acc1-1ecb7a8b9e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["classes","72d915bd-7e94-4a06-bf62-d50ec3bca275"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"e926c216-5343-4b5a-9447-a156fbe0e642","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088578&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=F71nOLq7yboxyMHz%2BCxxIDVOwqaZxOllhRHiUS8NYM8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088578&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=F71nOLq7yboxyMHz%2BCxxIDVOwqaZxOllhRHiUS8NYM8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Etag","value":"W/\"55-NgtbMnaCA1sh2b5fEk1r+JKAoXI\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:22:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"onlineClassId\": \"2849c168-ba7a-4077-8229-6ef2af00ef9d\"\n    }\n}"},{"id":"1c65da8b-dc8b-4686-aa0c-9f7374540f9d","name":"Class Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711088588&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rG5d47u%2FDYM2uHfBnOqskhPmWMm2kZY8p%2FfA%2BKj6vRY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711088588&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rG5d47u%2FDYM2uHfBnOqskhPmWMm2kZY8p%2FfA%2BKj6vRY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Etag","value":"W/\"2c-CBlyEm8OV0DLqqMQYMAQqNoYaAI\""},{"key":"Date","value":"Fri, 22 Mar 2024 06:23:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Class not found\"\n}"},{"id":"3c633715-a0c0-489a-9b6d-14aa7395f16c","name":"Insufficient Privilege","originalRequest":{"method":"DELETE","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/classes/72d915bd-7e94-4a06-bf62-d50ec3bca275"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711013144&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=XgCBgH6JgD2W%2F6%2FYmqXEwwrkLled22qhfHPtG59kxWQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711013144&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=XgCBgH6JgD2W%2F6%2FYmqXEwwrkLled22qhfHPtG59kxWQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-Mw3Boi92TLhLiUosKlF/XGSrIiA\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:25:44 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\",\n    \"data\": \"Insufficient privilege\"\n}"}],"_postman_id":"39334d9a-3d87-4ff3-acc1-1ecb7a8b9e97"}],"id":"1fa53c76-36c4-441c-baf8-59aa0b3efe9b","description":"<p>This section contains endpoints responsible for online class management, including get list of online classes, post a class, update a class, buy a class, and delete a class.</p>\n","_postman_id":"1fa53c76-36c4-441c-baf8-59aa0b3efe9b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}}],"id":"c2f433e3-33f3-4a16-8283-c278286a73f5","_postman_id":"c2f433e3-33f3-4a16-8283-c278286a73f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Feedbacks","item":[{"name":"Feedbacks","id":"f016bf3c-9315-408c-a25e-fd55eebd534e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks?title=efisien&body=sangat membantu","description":"<p>This endpoint responsible for returning list of feedbacks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["feedbacks"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[{"disabled":true,"description":{"content":"<p>userId to search</p>\n","type":"text/plain"},"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e"},{"description":{"content":"<p>title to search</p>\n","type":"text/plain"},"key":"title","value":"efisien"},{"description":{"content":"<p>body to search</p>\n","type":"text/plain"},"key":"body","value":"sangat membantu"}],"variable":[]}},"response":[{"id":"94ec4086-0a06-49ef-a2f0-f34be4c26184","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks?title=efisien&body=sangat membantu","protocol":"https","host":["schofinity-c284f28bf9dd","herokuapp","com"],"path":["v1","feedbacks"],"query":[{"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e","description":"userId to search","disabled":true},{"key":"title","value":"efisien","description":"title to search"},{"key":"body","value":"sangat membantu","description":"body to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012898&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=be5ga9rFLxeYd2b1KZC9gMhP44JdHzcvL4IkDx9CxEs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012898&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=be5ga9rFLxeYd2b1KZC9gMhP44JdHzcvL4IkDx9CxEs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3688"},{"key":"Etag","value":"W/\"e68-U1rvkY5f1i7RBD++5Zoais/o8ww\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:21:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"241ebfcf-2270-42ea-8353-bcc29b0ca208\",\n            \"userId\": \"f38f1132-26a8-4245-848a-02850882563f\",\n            \"title\": \"Pencarian Beasiswa yang Efisien\",\n            \"body\": \"Website ini memberikan user interface yang sangat membantu bagi pengguna. Desain yang ramah pengguna membuat navigasi melalui berbagai beasiswa menjadi mudah. Pengguna dapat dengan mudah menyaring beasiswa secara signifikan sehingga mempercepat proses pencarian.\",\n            \"createdAt\": \"2024-03-21T07:35:35.000Z\",\n            \"updatedAt\": \"2024-03-21T07:35:35.000Z\",\n            \"User\": {\n                \"id\": \"f38f1132-26a8-4245-848a-02850882563f\",\n                \"username\": \"rheza\",\n                \"name\": \"Rheza\",\n                \"contact\": null,\n                \"email\": \"rheza@example.com\",\n                \"description\": null,\n                \"birthDate\": null,\n                \"gender\": null,\n                \"address\": null,\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-21T07:32:08.000Z\",\n                \"updatedAt\": \"2024-03-21T07:32:08.000Z\"\n            }\n        },\n        {\n            \"id\": \"587a6f19-7d12-4a82-878e-a26811cc320b\",\n            \"userId\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n            \"title\": \"Keterlibatan Komunitas\",\n            \"body\": \"Aplikasi ini membangun rasa komunitas di antara pengguna dengan menawarkan forum dan papan diskusi tempat individu dapat berbagi pengalaman, bertanya pertanyaan, dan memberikan saran. Lingkungan kolaboratif ini menambah lapisan dukungan dan bimbingan bagi pengguna yang menjelajahi dunia beasiswa yang kompleks.\",\n            \"createdAt\": \"2024-03-21T07:44:01.000Z\",\n            \"updatedAt\": \"2024-03-21T07:44:01.000Z\",\n            \"User\": {\n                \"id\": \"bad1a407-9fb1-4638-bc21-7551f217485e\",\n                \"username\": \"yogarn\",\n                \"name\": \"Yoga Raditya\",\n                \"contact\": \"+6285123456789\",\n                \"email\": \"yogaradityan@gmail.com\",\n                \"description\": \"Undergraduate Computer Science Students\",\n                \"birthDate\": \"2024-01-01T00:00:00.000Z\",\n                \"gender\": \"male\",\n                \"address\": \"10th Downing Street\",\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-17T04:27:58.000Z\",\n                \"updatedAt\": \"2024-03-17T05:26:14.000Z\"\n            }\n        },\n        {\n            \"id\": \"6fc69d31-62e2-4b13-a80d-3af5aa266d15\",\n            \"userId\": \"68643ebb-38b8-4dc1-acef-568ac1d2f789\",\n            \"title\": \"Bimbingan Mendalam dan Profesional\",\n            \"body\": \"Saya sangat tertarik untuk mengikuti program mentoring setelah mengikuti bootcamp dan workshop. Pengalaman saya dengan mentor-mentor yang disediakan sangat memuaskan. Mereka tidak hanya profesional dalam pendekatan mereka, tetapi juga memberikan bimbingan yang mendalam dan relevan untuk membantu saya dalam proses persiapan. Dengan pengalaman dan pengetahuan mereka, saya merasa lebih percaya diri dan siap menghadapi tantangan yang ada. Program mentoring ini telah memberikan nilai tambah yang luar biasa dalam perjalanan saya.\",\n            \"createdAt\": \"2024-03-21T07:43:27.000Z\",\n            \"updatedAt\": \"2024-03-21T07:43:27.000Z\",\n            \"User\": {\n                \"id\": \"68643ebb-38b8-4dc1-acef-568ac1d2f789\",\n                \"username\": \"nickolas\",\n                \"name\": \"Nickolas\",\n                \"contact\": null,\n                \"email\": \"nickolas@example.com\",\n                \"description\": null,\n                \"birthDate\": null,\n                \"gender\": null,\n                \"address\": null,\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-21T07:32:34.000Z\",\n                \"updatedAt\": \"2024-03-21T07:32:35.000Z\"\n            }\n        },\n        {\n            \"id\": \"85a790ee-f246-47c2-ab75-478ec87ea8fe\",\n            \"userId\": \"8811482e-a081-4918-a637-68710cd040ec\",\n            \"title\": \"Fitur Aplikasi yang Berguna\",\n            \"body\": \"Dengan fitur seperti kalender beasiswa, pengingat batas waktu, dan program program persiapan, aplikasi ini tidak hanya menyajikan daftar beasiswa. Ini juga menyediakan alat dan sumber daya berharga untuk membantu pengguna mempersiapkan aplikasi beasiswa mereka secara efektif dan meningkatkan peluang kesuksesan.\",\n            \"createdAt\": \"2024-03-21T07:42:59.000Z\",\n            \"updatedAt\": \"2024-03-21T07:42:59.000Z\",\n            \"User\": {\n                \"id\": \"8811482e-a081-4918-a637-68710cd040ec\",\n                \"username\": \"sabrina\",\n                \"name\": \"Sabrina\",\n                \"contact\": null,\n                \"email\": \"sabrina@example.com\",\n                \"description\": null,\n                \"birthDate\": null,\n                \"gender\": null,\n                \"address\": null,\n                \"image\": null,\n                \"roleId\": 1,\n                \"statusId\": 2,\n                \"createdAt\": \"2024-03-21T07:32:21.000Z\",\n                \"updatedAt\": \"2024-03-21T07:32:21.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f016bf3c-9315-408c-a25e-fd55eebd534e"},{"name":"Feedbacks by Id","id":"beb7d3cf-e141-4186-944c-2df8b8f47d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks/241ebfcf-2270-42ea-8353-bcc29b0ca208","description":"<p>This endpoint responsible for returning a feedback by its id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["feedbacks","241ebfcf-2270-42ea-8353-bcc29b0ca208"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"16d4b7ab-18bf-4ab3-b29a-f67504655ec5","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks/241ebfcf-2270-42ea-8353-bcc29b0ca208"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711012933&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=0R%2BxAeteLQrksbdFjimm0jreI%2FORyE7vyWY9MqB0auc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711012933&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=0R%2BxAeteLQrksbdFjimm0jreI%2FORyE7vyWY9MqB0auc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"824"},{"key":"Etag","value":"W/\"338-C/QrDtzSkldDh7Hoi62md7r8Fyg\""},{"key":"Date","value":"Thu, 21 Mar 2024 09:22:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"241ebfcf-2270-42ea-8353-bcc29b0ca208\",\n        \"userId\": \"f38f1132-26a8-4245-848a-02850882563f\",\n        \"title\": \"Pencarian Beasiswa yang Efisien\",\n        \"body\": \"Website ini memberikan user interface yang sangat membantu bagi pengguna. Desain yang ramah pengguna membuat navigasi melalui berbagai beasiswa menjadi mudah. Pengguna dapat dengan mudah menyaring beasiswa secara signifikan sehingga mempercepat proses pencarian.\",\n        \"createdAt\": \"2024-03-21T07:35:35.000Z\",\n        \"updatedAt\": \"2024-03-21T07:35:35.000Z\",\n        \"User\": {\n            \"id\": \"f38f1132-26a8-4245-848a-02850882563f\",\n            \"username\": \"rheza\",\n            \"name\": \"Rheza\",\n            \"contact\": null,\n            \"email\": \"rheza@example.com\",\n            \"description\": null,\n            \"birthDate\": null,\n            \"gender\": null,\n            \"address\": null,\n            \"image\": null,\n            \"roleId\": 1,\n            \"statusId\": 2,\n            \"createdAt\": \"2024-03-21T07:32:08.000Z\",\n            \"updatedAt\": \"2024-03-21T07:32:08.000Z\"\n        }\n    }\n}"}],"_postman_id":"beb7d3cf-e141-4186-944c-2df8b8f47d68"},{"name":"Feedbacks","id":"06a4b4ff-465c-4966-a601-8c9e372ec294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Keterlibatan Komunitas\",\r\n    \"body\": \"Aplikasi ini membangun rasa komunitas di antara pengguna dengan menawarkan forum dan papan diskusi tempat individu dapat berbagi pengalaman, bertanya pertanyaan, dan memberikan saran. Lingkungan kolaboratif ini menambah lapisan dukungan dan bimbingan bagi pengguna yang menjelajahi dunia beasiswa yang kompleks.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks","description":"<p>This endpoint responsible for posting a feedback. <strong>All fields</strong> are <strong>mandatory</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["feedbacks"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"6373a468-b50b-42c7-915a-490ee0c27caa","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Pencarian Beasiswa yang Efisien\",\r\n    \"body\": \"Website ini memberikan user interface yang sangat membantu bagi pengguna. Desain yang ramah pengguna membuat navigasi melalui berbagai beasiswa menjadi mudah. Pengguna dapat dengan mudah menyaring beasiswa secara signifikan sehingga mempercepat proses pencarian.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/feedbacks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711006535&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=H0AeX2h32jpjIgoIUgNkrf0VfsjiLyFzRb%2F9KawFO6s%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711006535&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=H0AeX2h32jpjIgoIUgNkrf0VfsjiLyFzRb%2F9KawFO6s%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"Etag","value":"W/\"202-3jbU7kzyvbZn//Uh5DAc9EjMKAI\""},{"key":"Date","value":"Thu, 21 Mar 2024 07:35:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"241ebfcf-2270-42ea-8353-bcc29b0ca208\",\n        \"title\": \"Pencarian Beasiswa yang Efisien\",\n        \"body\": \"Website ini memberikan user interface yang sangat membantu bagi pengguna. Desain yang ramah pengguna membuat navigasi melalui berbagai beasiswa menjadi mudah. Pengguna dapat dengan mudah menyaring beasiswa secara signifikan sehingga mempercepat proses pencarian.\",\n        \"userId\": \"f38f1132-26a8-4245-848a-02850882563f\",\n        \"updatedAt\": \"2024-03-21T07:35:35.031Z\",\n        \"createdAt\": \"2024-03-21T07:35:35.031Z\"\n    }\n}"}],"_postman_id":"06a4b4ff-465c-4966-a601-8c9e372ec294"}],"id":"ff110418-f3da-4f44-a7de-cbdba084895f","description":"<p>This section contains endpoints responsible for feedbacks management, including posting a feedback and get list of feedbacks.</p>\n","_postman_id":"ff110418-f3da-4f44-a7de-cbdba084895f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}}},{"name":"Health Check","id":"8695ebca-7cb5-44b2-b6a4-2c573688ec13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/health-check","description":"<p>This endpoint responsible for returning a health check of this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a5dc7594-5281-4589-ab9c-59386613cef3","id":"a5dc7594-5281-4589-ab9c-59386613cef3","name":"Schofinity API Documentation","type":"collection"}},"urlObject":{"path":["health-check"],"host":["https://schofinity-c284f28bf9dd.herokuapp.com/v1"],"query":[],"variable":[]}},"response":[{"id":"9e62569f-a1de-49fe-9540-e62881624073","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://schofinity-c284f28bf9dd.herokuapp.com/v1/health-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1711099010&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uKUTVg18eevFvlMljvnSdZ7vgOVSiU%2FKeFWT7H5ngB0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1711099010&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uKUTVg18eevFvlMljvnSdZ7vgOVSiU%2FKeFWT7H5ngB0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Etag","value":"W/\"4b-lK+fnLF/QwG/Mfw34mW1G13DeKE\""},{"key":"Date","value":"Fri, 22 Mar 2024 09:16:50 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"uptime\": 86844.196780788,\n    \"message\": \"Ok\",\n    \"date\": \"2024-03-22T09:16:50.202Z\"\n}"}],"_postman_id":"8695ebca-7cb5-44b2-b6a4-2c573688ec13"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"83f67e5b-94a4-4292-8f9e-cd0d4634d2a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"363f3d9e-b800-43b8-b2fc-74ea5214845d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://schofinity-c284f28bf9dd.herokuapp.com/v1","type":"string"},{"key":"baseUrl","value":"localhost:3000/v1","type":"string","disabled":true},{"key":"userId","value":"bad1a407-9fb1-4638-bc21-7551f217485e","type":"string"},{"key":"scholarshipId","value":"15d40e8a-d3b6-4ae2-948e-f5e90a66fd06","type":"string"},{"key":"favoriteId","value":"6b830798-5617-4894-99eb-09b066d4d043","type":"string"},{"key":"mentorId","value":"c7117221-f2b7-40cd-aca8-9b51a3a65283","type":"string"},{"key":"classId","value":"72d915bd-7e94-4a06-bf62-d50ec3bca275","type":"string"},{"key":"resourceId","value":"8458c6da-40f4-4f76-b93e-630ca5a41b1c","type":"string"},{"key":"mentoringId","value":"f7cb7462-0282-4ac2-b35f-65a17ce724dd","type":"string"},{"key":"paymentId","value":"720b5a13-521b-4838-9dca-efeb5d63e72b","type":"string"},{"key":"commentId","value":"31285044-396c-4814-bd19-0faee1542f60","type":"string"},{"key":"feedbackId","value":"241ebfcf-2270-42ea-8353-bcc29b0ca208","type":"string"},{"key":"scheduleId","value":"889d9812-d5b7-4233-867d-27c53ce8d0de","type":"string"}]}