{"info":{"_postman_id":"c49925e3-d948-44c0-9439-c0d29df182de","name":"Medirec","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"305023","collectionId":"c49925e3-d948-44c0-9439-c0d29df182de","publishedId":"SW7dW6UR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-25T14:27:40.000Z"},"item":[{"name":"Patients","item":[{"name":"List Patients","id":"8c65bdfc-f4d1-412e-a99f-d60807066738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/patients","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"21961c7a-ad61-4c61-b152-820a637d2f1e","name":"List Patients","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/patients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 11:16:44 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"firstName\": \"Telis\",\n        \"lastName\": \"Christou\",\n        \"fatherName\": \"Nikos\",\n        \"birthDate\": null,\n        \"gender\": null,\n        \"role\": null,\n        \"email\": \"patient@example.com\",\n        \"telephone\": \"2101234567\",\n        \"insuranceType\": \"IKA\",\n        \"password\": \"123456\",\n        \"amka\": \"123456AMKA\",\n        \"notes\": null,\n        \"visits\": [\n            {\n                \"id\": 2,\n                \"symptoms\": null,\n                \"clinicalExamination\": \"Test examination results\",\n                \"note\": \"Test Note\",\n                \"cost\": 50,\n                \"reexaminationAt\": null,\n                \"createdAt\": \"2019-11-24T22:06:15.190987Z\"\n            }\n        ],\n        \"createdAt\": \"2019-11-24T18:39:44Z\"\n    }\n]"}],"_postman_id":"8c65bdfc-f4d1-412e-a99f-d60807066738"},{"name":"Create Patient","id":"fc79775a-eb8e-45b8-9256-892984abb8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \n        \"firstName\": \"Pamina\",\n        \"lastName\": \"Christou\",\n        \"fatherName\": \"Kostas\",\n        \"birthDate\": null,\n        \"gender\": null,\n        \"email\": \"patient2@example.com\",\n        \"telephone\": \"2101234567\",\n        \"insuranceType\": \"IKA\",\n        \"password\": \"123456\",\n        \"amka\": \"123456AMKA2\",\n        \"notes\": null\n    }"},"url":"{{proto}}://{{host}}:{{port}}/api/patients","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bcbc3364-c8f2-4a9b-b898-0067f69398b3","name":"Create Patient","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \n        \"firstName\": \"Pamina\",\n        \"lastName\": \"Christou\",\n        \"fatherName\": \"Kostas\",\n        \"birthDate\": null,\n        \"gender\": null,\n        \"email\": \"patient2@example.com\",\n        \"telephone\": \"2101234567\",\n        \"insuranceType\": \"IKA\",\n        \"password\": \"123456\",\n        \"amka\": \"123456AMKA2\",\n        \"notes\": null\n    }","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/patients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 11:21:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"firstName\": \"Pamina\",\n    \"lastName\": \"Christou\",\n    \"fatherName\": \"Kostas\",\n    \"birthDate\": null,\n    \"gender\": null,\n    \"email\": \"patient2@example.com\",\n    \"telephone\": \"2101234567\",\n    \"insuranceType\": \"IKA\",\n    \"password\": \"123456\",\n    \"amka\": \"123456AMKA2\",\n    \"notes\": null,\n    \"visits\": [],\n    \"createdAt\": \"2019-11-25T11:21:07.627694Z\"\n}"}],"_postman_id":"fc79775a-eb8e-45b8-9256-892984abb8e0"},{"name":"Show Patient","id":"89e3eef7-54a4-4adf-a950-d1129b32a2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/patients/4","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","4"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b1404f90-5d0a-4233-bc64-c8556d00df45","name":"Show Patient","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/patients/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 11:24:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"firstName\": \"Pamina\",\n    \"lastName\": \"Christou\",\n    \"fatherName\": \"Kostas\",\n    \"birthDate\": null,\n    \"gender\": null,\n    \"email\": \"patient2@example.com\",\n    \"telephone\": \"2101234567\",\n    \"insuranceType\": \"IKA\",\n    \"password\": \"123456\",\n    \"amka\": \"123456AMKA2\",\n    \"notes\": null,\n    \"visits\": [],\n    \"createdAt\": \"2019-11-25T11:21:07.627694Z\"\n}"}],"_postman_id":"89e3eef7-54a4-4adf-a950-d1129b32a2be"},{"name":"Update Patient","id":"889d954a-919a-4d9a-9554-0ac37bbe9bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Pamina\",\n    \"lastName\": \"Christou\",\n    \"fatherName\": \"Kostas\",\n    \"birthDate\": null,\n    \"gender\": \"FEMALE\",\n    \"email\": \"patient2@example.com\",\n    \"telephone\": \"2101234567\",\n    \"insuranceType\": \"Private\",\n    \"password\": \"123456\",\n    \"amka\": \"123456AMKA2\",\n    \"notes\": \"Updated note\"\n}"},"url":"{{proto}}://{{host}}:{{port}}/api/patients/4","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","4"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7645d5ac-0932-4457-a3c4-30ce904f9051","name":"Update Patient","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Pamina\",\n    \"lastName\": \"Christou\",\n    \"fatherName\": \"Kostas\",\n    \"birthDate\": null,\n    \"gender\": \"FEMALE\",\n    \"email\": \"patient2@example.com\",\n    \"telephone\": \"2101234567\",\n    \"insuranceType\": \"Private\",\n    \"password\": \"123456\",\n    \"amka\": \"123456AMKA2\",\n    \"notes\": \"Updated note\"\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/patients/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 11:32:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"firstName\": \"Pamina\",\n    \"lastName\": \"Christou\",\n    \"fatherName\": \"Kostas\",\n    \"birthDate\": null,\n    \"gender\": \"FEMALE\",\n    \"email\": \"patient2@example.com\",\n    \"telephone\": \"2101234567\",\n    \"insuranceType\": \"Private\",\n    \"password\": \"123456\",\n    \"amka\": \"123456AMKA2\",\n    \"notes\": null,\n    \"visits\": [],\n    \"createdAt\": \"2019-11-25T11:21:07.627694Z\"\n}"}],"_postman_id":"889d954a-919a-4d9a-9554-0ac37bbe9bce"},{"name":"Delete Patient","id":"abb0eb40-8946-4093-a1dc-4e3b47194287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{proto}}://{{host}}:{{port}}/api/patients/4","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","4"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a763a804-a4dc-480b-a262-5e9f770324e4","name":"Delete Patient","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/patients/4"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 25 Nov 2019 11:43:42 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"abb0eb40-8946-4093-a1dc-4e3b47194287"}],"id":"a6fd2039-8a3c-4bbe-bbe7-67616b09b47c","_postman_id":"a6fd2039-8a3c-4bbe-bbe7-67616b09b47c","description":""},{"name":"Visits","item":[{"name":"List Visits by Patient","id":"87cdcc3c-3922-49d6-a7be-b6f1c7a7ee72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{proto}}://{{host}}:{{port}}/api/patients/1/visits","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","1","visits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b0b495a8-d157-4e98-9fd2-8359cc4727c3","name":"List Visits by Patient","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/patients/1/visits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 12:30:21 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"symptoms\": null,\n        \"clinicalExamination\": \"Test examination results\",\n        \"note\": \"Test Note\",\n        \"cost\": 50,\n        \"reexaminationAt\": null,\n        \"createdAt\": \"2019-11-24T22:06:15.190987Z\"\n    }\n]"}],"_postman_id":"87cdcc3c-3922-49d6-a7be-b6f1c7a7ee72"},{"name":"Show Visit","id":"d59ce349-3067-4a4f-8207-a37705557f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/patients/2/visits","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","2","visits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c391820c-c186-4b61-825c-7436b90161a0","name":"Show Visit","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{host}}:{{port}}/api/visits/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 12:30:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"symptoms\": null,\n    \"clinicalExamination\": \"Test examination results\",\n    \"note\": \"Test Note\",\n    \"cost\": 50,\n    \"reexaminationAt\": null,\n    \"createdAt\": \"2019-11-24T22:06:15.190987Z\"\n}"}],"_postman_id":"d59ce349-3067-4a4f-8207-a37705557f71"},{"name":"Create Visit","id":"9b166809-c516-45f0-9a71-e918614b41d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 55.0,\n    \"reexaminationAt\": null\n}"},"url":"{{proto}}://{{host}}:{{port}}/api/patients/1/visits","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","patients","1","visits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e87925c7-aedb-4885-95e6-9ddbbcc9c9d5","name":"Create Visit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 55.0,\n    \"reexaminationAt\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/patients/1/visits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 12:33:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 55,\n    \"reexaminationAt\": null,\n    \"createdAt\": \"2019-11-25T12:33:55.225318Z\"\n}"}],"_postman_id":"9b166809-c516-45f0-9a71-e918614b41d3"},{"name":"Delete Visit","id":"13820245-bddc-4f81-b888-a72a7ec9984b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{proto}}://{{host}}:{{port}}/api/visits/6","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","visits","6"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"541bf42d-fc80-4728-9981-7bae57a1b762","name":"Delete Visit","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/visits/6"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 25 Nov 2019 12:35:38 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"13820245-bddc-4f81-b888-a72a7ec9984b"},{"name":"Update Visit","id":"8da3a6a1-2f5b-4e69-9d60-82a552669836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 99.0,\n    \"reexaminationAt\": null\n}"},"url":"{{proto}}://{{host}}:{{port}}/api/visits/7","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","visits","7"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f7c67bd4-bc38-4361-914c-d3625fce185a","name":"Update Visit","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 99.0,\n    \"reexaminationAt\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{host}}:{{port}}/api/visits/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Nov 2019 12:37:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"symptoms\": \"iching, pain\",\n    \"clinicalExamination\": \"Test examination results 2\",\n    \"note\": \"Test Note 2\",\n    \"cost\": 99,\n    \"reexaminationAt\": null,\n    \"createdAt\": \"2019-11-25T12:33:55.225318Z\"\n}"}],"_postman_id":"8da3a6a1-2f5b-4e69-9d60-82a552669836"}],"id":"312d1bfd-4ea2-49ee-91f0-5fe35719c44c","_postman_id":"312d1bfd-4ea2-49ee-91f0-5fe35719c44c","description":""},{"name":"Authenticate","item":[{"name":"JWT Login","id":"c09bb05a-5b2e-45b7-8c4b-2ba41164b6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"usernameOrEmail\": \"dev@example.com\",\n\t\"password\": \"dev\"\n}"},"url":"{{proto}}:{{host}}:{{port}}/api/auth/login","urlObject":{"port":"{{port}}","path":["api","auth","login"],"host":["{{proto}}:{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c09bb05a-5b2e-45b7-8c4b-2ba41164b6c2"}],"id":"df4618b7-4fdf-4476-a427-296ef8db9aed","_postman_id":"df4618b7-4fdf-4476-a427-296ef8db9aed","description":""},{"name":"Lab Examinations","item":[{"name":"Upload Lab File","id":"4d7655a3-fc83-4c5e-915f-901c25305ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BearerToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/telis/Desktop/Forrester-Future-of-CX.pdf"},{"key":"visit_id","value":"2","type":"text"}]},"url":"{{proto}}://{{host}}:{{port}}/api/uploadFile","urlObject":{"protocol":"{{proto}}","port":"{{port}}","path":["api","uploadFile"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d7655a3-fc83-4c5e-915f-901c25305ef9"}],"id":"b05a79c2-4c78-46a0-84b9-af3f657da1f6","_postman_id":"b05a79c2-4c78-46a0-84b9-af3f657da1f6","description":""}]}