{"info":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2939944","collectionId":"1970c718-64bd-4965-9eb4-13fc319b3ca6","publishedId":"SWLfaSM4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-07T09:14:02.000Z"},"item":[{"name":"user","item":[{"name":"Create user","event":[{"listen":"prerequest","script":{"id":"f48c05bd-2ac9-4124-8164-a60ce4bc1dd7","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"1813b904-6a68-40da-a10b-cdb680f91c99","exec":["if (pm.response.code === 201) {","    pm.environment.set('authToken', pm.response.json().token)","}"],"type":"text/javascript"}}],"id":"32c9281a-cbdd-45b7-a2f9-b0d239121b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"tessst@gmail.com\",\n  \"password\": \"salampass123\",\n  \"name\": \"George Simos\",\n  \"role\": \"teacher\"\n}\n"},"url":"{{url}}/api/users","description":"<h2 id=\"list-posts\">List Posts</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>User email</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>User password</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>User name</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>User Role <br />Default: <strong>student</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32c9281a-cbdd-45b7-a2f9-b0d239121b0a"},{"name":"Login user","event":[{"listen":"test","script":{"id":"7009de1b-b160-4d81-9ff0-8ad0a744bb21","exec":["if (pm.response.code === 200) {","    pm.environment.set('authToken', pm.response.json().token)","}"],"type":"text/javascript"}}],"id":"37867afa-bbd7-4f5f-ab56-e1de548003b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"admin@admin.com\",\n\t\"password\": \"MySecretPass123\"\n}"},"url":"{{url}}/api/users/login","urlObject":{"path":["api","users","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37867afa-bbd7-4f5f-ab56-e1de548003b8"},{"name":"Logout user","event":[{"listen":"test","script":{"id":"7009de1b-b160-4d81-9ff0-8ad0a744bb21","exec":[""],"type":"text/javascript"}}],"id":"d915ff30-b487-4969-8ae1-75e6e41f380f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/users/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d915ff30-b487-4969-8ae1-75e6e41f380f"},{"name":"Logout all users","event":[{"listen":"test","script":{"id":"7009de1b-b160-4d81-9ff0-8ad0a744bb21","exec":[""],"type":"text/javascript"}}],"id":"d10c518b-293f-455d-9281-8a21bc3f1b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/users/logoutAll","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","logoutAll"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d10c518b-293f-455d-9281-8a21bc3f1b46"},{"name":"Update user","id":"d0ed3a54-50c5-4659-b0f5-175e09eaf757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"geosimos91@gmail.com\",\n  \"password\": \"1234567\",\n  \"name\": \"George Simos\",\n  \"gender\": \"male\",\n  \"location\": \"Greece\",\n  \"website\": \"example.com\"\n}"},"url":"{{url}}/api/users/5e04d1e757634c52dfc4b0cb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","5e04d1e757634c52dfc4b0cb"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ed3a54-50c5-4659-b0f5-175e09eaf757"},{"name":"Update me","id":"21694023-3e39-45e5-a9d8-faf69278e0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"simos2@gmail.com\",\n  \"password\": \"1234567\",\n  \"name\": \"George Simos\",\n  \"gender\": \"male\",\n  \"location\": \"Greece\",\n  \"website\": \"example.com\"\n}"},"url":"{{url}}/api/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21694023-3e39-45e5-a9d8-faf69278e0f9"},{"name":"Read profile","id":"4228b1d1-39c4-4fe3-957d-2ac0cb1008b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4228b1d1-39c4-4fe3-957d-2ac0cb1008b8"},{"name":"Read users","id":"fbf463a2-fda4-415b-896a-3f50423f8f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbf463a2-fda4-415b-896a-3f50423f8f76"},{"name":"Read user","id":"02f14264-2a4d-4738-b7ad-93e61f9478e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/users/5e0b2af1e124f223ac285a93","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","5e0b2af1e124f223ac285a93"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02f14264-2a4d-4738-b7ad-93e61f9478e8"},{"name":"Delete user","id":"44310c8b-570c-49a4-809c-ed1eae43c50e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/users/5e1381951fbb407323ecc50d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","5e1381951fbb407323ecc50d"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44310c8b-570c-49a4-809c-ed1eae43c50e"},{"name":"Delete me","id":"f1812740-4df5-4f6d-afa6-aef5180a2e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1812740-4df5-4f6d-afa6-aef5180a2e7f"}],"id":"b4437276-b701-4f6c-b2a7-916804d476b1","_postman_id":"b4437276-b701-4f6c-b2a7-916804d476b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}}},{"name":"lessons","item":[{"name":"Create lesson","event":[{"listen":"prerequest","script":{"id":"f48c05bd-2ac9-4124-8164-a60ce4bc1dd7","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"1813b904-6a68-40da-a10b-cdb680f91c99","exec":[""],"type":"text/javascript"}}],"id":"c2c73149-e9c4-4695-addb-70dd869765aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"title\",\n  \"description\": \"description\",\n  \"_teacher\": \"5e1b025e35d66b23028dcfaf\",\n  \"_students\": [\"5e1afe71aa59b91c65de5f88\",\"5e1afe71aa59b91c65de5f8e\"]\n}\n"},"url":"{{url}}/api/lessons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","lessons"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2c73149-e9c4-4695-addb-70dd869765aa"},{"name":"Update lesson","id":"9fb3f10c-8901-4002-b0d6-adb0a2b1e51b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"geosimos91@gmail.com\",\n  \"password\": \"1234567\",\n  \"name\": \"George Simos\",\n  \"gender\": \"male\",\n  \"location\": \"Greece\",\n  \"website\": \"example.com\"\n}"},"url":"{{url}}/api/lessons/5e04d1e757634c52dfc4b0cb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","lessons","5e04d1e757634c52dfc4b0cb"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fb3f10c-8901-4002-b0d6-adb0a2b1e51b"},{"name":"Read lessons","id":"21c1c50f-e7b8-43b9-8094-ffe1e9943c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/lessons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","lessons"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c1c50f-e7b8-43b9-8094-ffe1e9943c4b"},{"name":"Read lesson","id":"16dfe75b-f156-4c8f-bdd0-ed30cdde924b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/lessons/5e0b2af1e124f223ac285a93","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","lessons","5e0b2af1e124f223ac285a93"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16dfe75b-f156-4c8f-bdd0-ed30cdde924b"},{"name":"Delete lesson","id":"22844711-2bc5-408e-9761-de5afd238fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/lessons/5e0b2af1e124f223ac285a93","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","lessons","5e0b2af1e124f223ac285a93"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22844711-2bc5-408e-9761-de5afd238fcc"}],"id":"da38ada5-8f7e-4224-b186-eb3b7e5a78b7","_postman_id":"da38ada5-8f7e-4224-b186-eb3b7e5a78b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}}},{"name":"teachers","item":[{"name":"Read teacher","id":"270102a7-0726-4c19-a669-de91cb653c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/teachers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","teachers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"270102a7-0726-4c19-a669-de91cb653c45"},{"name":"Read teacher profile","id":"02b9e36a-7319-443e-a1ea-d724c468ed8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/teachers/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","teachers","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02b9e36a-7319-443e-a1ea-d724c468ed8a"}],"id":"ec41e9bd-d0c8-49de-aacf-8f34a5a1b7da","event":[{"listen":"prerequest","script":{"id":"0266b5fb-da4f-4d3f-a3dc-e643179643ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8af1f87-c0c4-4bdf-b8c2-7a7f9174995c","type":"text/javascript","exec":[""]}}],"_postman_id":"ec41e9bd-d0c8-49de-aacf-8f34a5a1b7da","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}}},{"name":"grade","item":[{"name":"Read grades","id":"5d95a1ee-f9db-45e7-804f-63476223f371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/grades","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","grades"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d95a1ee-f9db-45e7-804f-63476223f371"},{"name":"Post grade","id":"57e0e12f-c0d7-4b27-bcf5-6c2967340ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"grade\": 10,\n  \"_lesson\": \"5e1b029f35d66b23028dcfb4\",\n  \"_student\": \"5e1afe71aa59b91c65de5f88\"\n}\n"},"url":"{{url}}/api/grades","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","grades"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57e0e12f-c0d7-4b27-bcf5-6c2967340ca1"},{"name":"Read grades by student","id":"34426b89-8132-4044-8e4a-ae442b509c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/grades/student/5e1639d53a407631442606af","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","grades","student","5e1639d53a407631442606af"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34426b89-8132-4044-8e4a-ae442b509c8b"}],"id":"37466018-c1f6-4a39-9101-20f033a56b1d","event":[{"listen":"prerequest","script":{"id":"0266b5fb-da4f-4d3f-a3dc-e643179643ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8af1f87-c0c4-4bdf-b8c2-7a7f9174995c","type":"text/javascript","exec":[""]}}],"_postman_id":"37466018-c1f6-4a39-9101-20f033a56b1d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}}},{"name":"student","item":[{"name":"Read students","id":"c6eb00cb-d82b-421a-bd0f-ff914ed8a5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/students","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","students"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6eb00cb-d82b-421a-bd0f-ff914ed8a5c5"},{"name":"Read student profile","id":"6f456d21-53a8-4cbc-9e01-6f08f60298f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1Y2JmNDdhYTZkMzhiNzBmNDc0YjdiZjAiLCJpYXQiOjE1NTYwNDA4Mjh9.oILV0Kdaf-3beYpHG98Dn1DVK1N-AbtjVMJxwPx8jKU"}],"url":"{{url}}/api/students/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}},"urlObject":{"path":["api","students","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f456d21-53a8-4cbc-9e01-6f08f60298f0"}],"id":"a0ac711e-455b-4849-be38-a53bc5cf3ab1","event":[{"listen":"prerequest","script":{"id":"0266b5fb-da4f-4d3f-a3dc-e643179643ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8af1f87-c0c4-4bdf-b8c2-7a7f9174995c","type":"text/javascript","exec":[""]}}],"_postman_id":"a0ac711e-455b-4849-be38-a53bc5cf3ab1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","id":"1970c718-64bd-4965-9eb4-13fc319b3ca6","name":"el-tutor","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"c76be239-70e4-4027-a118-7b845712324f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1a2d4b1-2f4a-447e-a151-9ceee97abce2","type":"text/javascript","exec":[""]}}]}