{"info":{"_postman_id":"eb2de146-d0d0-4dfe-8fde-b7ba50a92682","name":"Gradely-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2277904","collectionId":"eb2de146-d0d0-4dfe-8fde-b7ba50a92682","publishedId":"2s93CPrCKm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-26T11:03:23.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"0fa55355-12c4-456f-8f68-f8655958bd33","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"access-token\", data.data.access_token);","postman.setEnvironmentVariable(\"refresh-token\", data.data.refresh_token);","postman.setEnvironmentVariable(\"student-code\",data.data.code)"],"type":"text/javascript"}}],"id":"9ba98869-7e7d-4df7-aac9-99203e962543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n     \"email\":\"{{user-email}}\",\n     \"password\":\"{{user-password}}\"\n }\n","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/login","description":"<p>email field accepts</p>\n<ul>\n<li>email</li>\n<li>Code</li>\n<li>Phone number</li>\n</ul>\n","urlObject":{"path":["{{api-version}}","auth","login"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"f213451d-3524-4fe2-b654-0cda7d93978e","name":"Login","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":" {\n     \"email\":\"{{user-email}}\",\n     \"password\":\"{{user-password}}\"\n }\n","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:55631"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 02 Mar 2023 20:23:53 GMT"},{"key":"Content-Length","value":"624"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 2,\n        \"code\": \"DUF/2023/0002\",\n        \"firstname\": \"Student\",\n        \"lastname\": \"User\",\n        \"phone\": \"09123456789\",\n        \"image\": null,\n        \"type\": \"student\",\n        \"email\": \"teststudent@qa.team\",\n        \"class\": 10,\n        \"is_boarded\": 1,\n        \"verification_status\": 0,\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImI1MzJkMTMwLWNiZDctNDcxNi1iOTVlLTg4MzE5MTJhYzZjNSIsImF1dGhvcmlzZWQiOnRydWUsImV4cCI6MTY3ODM5MzQzMywidHlwZSI6InN0dWRlbnQiLCJ1bml2ZXJzYWxfYWNjZXNzIjp0cnVlLCJ1c2VyX2lkIjoiMiJ9.am5toCMGcOdOHP3CeKiA7B7f5kzROn_8exvljLHDVxg\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImI1MzJkMTMwLWNiZDctNDcxNi1iOTVlLTg4MzE5MTJhYzZjNSIsImV4cCI6MTY4ODMyNTgzMywicmVmcmVzaF91dWlkIjoiNzIxZjRkMDEtMzc5OC00Mzc1LWEzZTEtYzlmZTk5YjQ5Yjc0IiwidHlwZSI6InN0dWRlbnQiLCJ1bml2ZXJzYWxfYWNjZXNzIjp0cnVlLCJ1c2VyX2lkIjoiMiJ9.SB7b8eTVPhiBXZke3PHXSgCJQvPExfdan6G1fAjZoVo\",\n        \"relationship_status\": 0,\n        \"school_id\": 0,\n        \"state\": null,\n        \"country\": null,\n        \"school_name\": \"\",\n        \"school_slug\": \"\",\n        \"school_owner\": 0,\n        \"role\": \"\",\n        \"term_week\": {\n            \"term\": \"\",\n            \"week\": 0,\n            \"session\": \"\"\n        }\n    }\n}"}],"_postman_id":"9ba98869-7e7d-4df7-aac9-99203e962543"},{"name":"Check token status","id":"0477b317-2378-4ad2-8ad8-09a7d2d99d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{base-url}}/{{api-version}}/auth/check","urlObject":{"path":["{{api-version}}","auth","check"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"b95c04cc-7840-4b19-af8d-320e5097acad","name":"Check token status","originalRequest":{"method":"POST","header":[],"url":"{{base-url}}/{{api-version}}/auth/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:63906"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 03 Mar 2023 22:21:59 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": true\n}"}],"_postman_id":"0477b317-2378-4ad2-8ad8-09a7d2d99d65"},{"name":"Find student code","id":"3e041ffe-8868-454b-8783-cc6d7d98b135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\":\"{{student-code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/find-student-with-code","urlObject":{"path":["{{api-version}}","auth","find-student-with-code"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"d9a8fca3-481b-44b7-8a5c-8d8f18119f2e","name":"Find student code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\":\"{{student-code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/find-student-with-code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:52903"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Sat, 04 Mar 2023 18:11:37 GMT"},{"key":"Content-Length","value":"292"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"successful\",\n    \"data\": {\n        \"id\": 2,\n        \"code\": \"DUF/2023/0002\",\n        \"firstname\": \"Student\",\n        \"lastname\": \"User\",\n        \"phone\": \"09123456789\",\n        \"image\": \"https://gradly.s3.eu-west-2.amazonaws.com/dev/files/test/9t309g0c6s95zu0g18mlqipnfeaqtnp6rlr1usijyxi1tv6eez.jpg\",\n        \"type\": \"student\",\n        \"email\": \"teststudent@qa.team\",\n        \"school_id\": null,\n        \"school_name\": null,\n        \"class_id\": 10,\n        \"class_name\": \"Year 10/SSS 1\"\n    }\n}"}],"_postman_id":"3e041ffe-8868-454b-8783-cc6d7d98b135"},{"name":"Get student relationship","id":"78f7f3b6-acc0-4838-ac2b-f671771c2199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\":\"{{student-code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/get-relations","urlObject":{"path":["{{api-version}}","auth","get-relations"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78f7f3b6-acc0-4838-ac2b-f671771c2199"},{"name":"Connect with a student","id":"8abaee7f-32e6-4fba-aec4-11acb4391d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 2,\n    \"relationship\":\"father\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/connect-with-student","urlObject":{"path":["{{api-version}}","auth","connect-with-student"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"e695de6c-975a-4221-aef4-39f532e7adda","name":"Connect with a student","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 2,\n    \"relationship\":\"father\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/connect-with-student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:63222"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 08 Mar 2023 23:22:33 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"successful\",\n    \"data\": {\n        \"status\": true\n    }\n}"}],"_postman_id":"8abaee7f-32e6-4fba-aec4-11acb4391d86"},{"name":"Get authenticated profile","id":"65fbe4b3-3718-404d-877a-6cebbebd9b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base-url}}/{{api-version}}/auth/profile","urlObject":{"path":["{{api-version}}","auth","profile"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"4e63f057-d535-4a73-af80-578b54f642ff","name":"Get authenticated profile","originalRequest":{"method":"GET","header":[],"url":"{{base-url}}/{{api-version}}/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:63906"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 03 Mar 2023 22:28:18 GMT"},{"key":"Content-Length","value":"267"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 2,\n        \"code\": \"DUF/2023/0002\",\n        \"firstname\": \"Student\",\n        \"lastname\": \"User\",\n        \"phone\": \"09123456789\",\n        \"image\": null,\n        \"type\": \"student\",\n        \"email\": \"teststudent@qa.team\",\n        \"class\": 10,\n        \"is_boarded\": 1,\n        \"verification_status\": 0,\n        \"relationship_status\": 0,\n        \"school_id\": 0,\n        \"state\": null,\n        \"country\": null,\n        \"school_name\": \"\",\n        \"school_slug\": \"\",\n        \"school_owner\": 0,\n        \"role\": \"\",\n        \"term_week\": {\n            \"term\": \"\",\n            \"week\": 0,\n            \"session\": \"\"\n        }\n    }\n}"}],"_postman_id":"65fbe4b3-3718-404d-877a-6cebbebd9b5b"},{"name":"Fetch my profile","id":"2d94a3f5-ca82-4e73-995b-85e6d0bc9908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base-url}}/{{api-version}}/auth/fetch-profile","urlObject":{"path":["{{api-version}}","auth","fetch-profile"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"2bf9fe42-e15b-4286-96de-81a667bc2134","name":"Fetch my profile","originalRequest":{"method":"GET","header":[],"url":"{{base-url}}/{{api-version}}/auth/fetch-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:64020"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 03 Mar 2023 22:33:27 GMT"},{"key":"Content-Length","value":"250"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 2,\n        \"code\": \"DUF/2023/0002\",\n        \"firstname\": \"Student\",\n        \"lastname\": \"User\",\n        \"phone\": \"09123456789\",\n        \"image\": null,\n        \"type\": \"student\",\n        \"email\": \"teststudent@qa.team\",\n        \"class\": 10,\n        \"is_boarded\": 1,\n        \"verification_status\": 0,\n        \"state\": null,\n        \"country\": null,\n        \"user_id\": 2,\n        \"gender\": null,\n        \"address\": null,\n        \"city\": null,\n        \"about\": null,\n        \"postal_code\": null,\n        \"birth_date\": null\n    }\n}"}],"_postman_id":"2d94a3f5-ca82-4e73-995b-85e6d0bc9908"},{"name":"Update profile image","id":"dc0ec5b0-3f23-4267-81f9-4e68445a23c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access-token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"image\": \"https://gradly.s3.eu-west-2.amazonaws.com/dev/files/test/9t309g0c6s95zu0g18mlqipnfeaqtnp6rlr1usijyxi1tv6eez.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/profile-image","urlObject":{"path":["{{api-version}}","auth","profile-image"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"ca01939f-41b4-4aa4-99e3-e90f7d58e6a1","name":"Update profile image","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"image\": \"https://gradly.s3.eu-west-2.amazonaws.com/dev/files/test/9t309g0c6s95zu0g18mlqipnfeaqtnp6rlr1usijyxi1tv6eez.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/profile-image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:64094"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 03 Mar 2023 22:42:06 GMT"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true\n    }\n}"}],"_postman_id":"dc0ec5b0-3f23-4267-81f9-4e68445a23c4"},{"name":"Refresh Token","id":"e900699c-0ab0-4f3e-a95a-04c3163f53b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\":\"{{refresh-token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/refresh","urlObject":{"path":["{{api-version}}","auth","refresh"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"907ba623-b188-42fc-9e51-fa1e0aeb1ee2","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjExNTQwOTA5LTk5MDUtNGMyMi1hZjNlLTU0MmVhOWIyMTlhZCIsImV4cCI6MTY4ODQxODIwMSwicmVmcmVzaF91dWlkIjoiMGY2M2MyYjctMzA5Zi00OTU2LWIyZDgtYzdkMDVhYzFjYzZmIiwidHlwZSI6InN0dWRlbnQiLCJ1bml2ZXJzYWxfYWNjZXNzIjpmYWxzZSwidXNlcl9pZCI6IjIifQ.nimSNehS00lL98bnmxXjieXfGOBzsrmDqoJp-b1jS3w\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-url}}/{{api-version}}/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:63712"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 03 Mar 2023 22:03:48 GMT"},{"key":"Content-Length","value":"440"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImVmODdmMWVhLTJhMjktNDUzNi1iNDBkLTZkY2ViOWEwM2RjNiIsImF1dGhvcmlzZWQiOnRydWUsImV4cCI6MTY3ODQ4NTgyOCwidHlwZSI6InN0dWRlbnQiLCJ1bml2ZXJzYWxfYWNjZXNzIjpmYWxzZSwidXNlcl9pZCI6IjIifQ.lDIxOZL2zt7CRtoLJNR-HsgJTLQUqF9RqXBXXC7rCqs\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImVmODdmMWVhLTJhMjktNDUzNi1iNDBkLTZkY2ViOWEwM2RjNiIsImV4cCI6MTY4ODQxODIyOCwicmVmcmVzaF91dWlkIjoiYWVlYTU5NmItNzE2ZC00MjlmLWIxM2ItNWUxN2VkMDU1YzVjIiwidHlwZSI6InN0dWRlbnQiLCJ1bml2ZXJzYWxfYWNjZXNzIjpmYWxzZSwidXNlcl9pZCI6IjIifQ.IvAmh-hWMPKuOB8gk1MNyJF8ECyCZa9KTpWUttPxjgo\",\n        \"transmission_key\": \"\"\n    }\n}"}],"_postman_id":"e900699c-0ab0-4f3e-a95a-04c3163f53b5"},{"name":"New Request","id":"db585589-168a-46f9-90a6-d1742cbf40e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"db585589-168a-46f9-90a6-d1742cbf40e2"}],"id":"5062cc9d-54a2-4323-a669-0d7a61b3d48a","_postman_id":"5062cc9d-54a2-4323-a669-0d7a61b3d48a","description":""}]}