{"info":{"_postman_id":"c0d72ec7-38ad-400d-9494-cbc4cfc116d7","name":"Vaccine Booking LocalHost","description":"<html><head></head><body><h2 id=\"vaccine-booking-api-documentation\">Vaccine Booking API Documentation</h2>\n<p>This collection contains sample requests from a local build of the <strong><a href=\"http://localhost:3000/\">Vaccine Booking System</a></strong></p>\n<p>It contains the following requests:</p>\n<ul>\n<li>Login</li>\n<li>View all appointments of a user</li>\n<li>Edit the status of an appointment</li>\n<li>Add a new vaccine</li>\n<li>Edit an existing vaccine</li>\n<li>Show all vaccines</li>\n<li>Delete a vaccine</li>\n<li>Request an appointment for a vaccine</li>\n<li>View all clinics</li>\n<li>Add a new clinic</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15138632","collectionId":"c0d72ec7-38ad-400d-9494-cbc4cfc116d7","publishedId":"TzJrDKXN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-16T18:35:20.000Z"},"item":[{"name":"Login","id":"d0f34514-c13f-4b49-b2ac-0c3c108227a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"jensvarughese@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/login","description":"<h2 id=\"login\">Login</h2>\n<p>Will return the user using its username and password.</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>POST <a href=\"http://localhost:3000/api/login\">http://localhost:3000/api/login</a></p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>{<br />\n    \"username\": \"&lt;\"Email of User\"&gt;\",<br />\n    \"password\": \"&lt;\"Password of User\"&gt;\"<br />\n}<br /></p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4a162bce-fc57-47ef-8964-f164d964814b","name":"Login Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"jensvarughese@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-vmVttqs9sjP8jP72mubXSFP2nyI\""},{"key":"Set-Cookie","value":"express:sess=eyJub3dJbk1pbnV0ZXMiOjI2OTc2NjAxLCJmbGFzaCI6e319; path=/; httponly"},{"key":"Set-Cookie","value":"express:sess.sig=8nAc3RsQxao-bLXZ5HeiDuoH_5w; path=/; httponly"},{"key":"Date","value":"Fri, 16 Apr 2021 18:01:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 24,\n        \"Email\": \"jensvarughese@gmail.com\",\n        \"Password\": \"123\",\n        \"FName\": \"Jens\",\n        \"MName\": \"Jacob\",\n        \"LName\": \"Varughese\"\n    }\n]"}],"_postman_id":"d0f34514-c13f-4b49-b2ac-0c3c108227a7"},{"name":"View Appointments","id":"006950af-9789-479a-a8df-f55ee3a829a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/appointments/4","description":"<h2 id=\"view-appointments\">View Appointments</h2>\n<p>Will return all the appointments of the user</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>GET <a href=\"http://localhost:3000/api/appointments/\">http://localhost:3000/api/appointments/</a>&lt;\"ID of user\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","appointments","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec56e801-680f-4900-b83e-0824e8322d84","name":"View Appointments Example","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/appointments/24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"234"},{"key":"ETag","value":"W/\"ea-bBIBxvP51ZrPtFLsSDyCb93aR6g\""},{"key":"Date","value":"Fri, 16 Apr 2021 18:01:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 294,\n        \"VName\": \"CPSC 471\",\n        \"CName\": \"The Shrine of Reda Alhajj (Elhajj)\",\n        \"Date\": \"April 20, 2021\",\n        \"Status\": \"Rejected\"\n    },\n    {\n        \"ID\": 304,\n        \"VName\": \"COVID 19 - AstraZeneca \",\n        \"CName\": \"The Mayo Clinic\",\n        \"Date\": \"April 20, 2021\",\n        \"Status\": \"waiting\"\n    }\n]"}],"_postman_id":"006950af-9789-479a-a8df-f55ee3a829a3"},{"name":"Edit Apointment Status","id":"4718e4d5-5de3-4199-92f0-1e655a0f6e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:3000/api/appointments/294/reject","description":"<h2 id=\"edit-apointment-status\">Edit Apointment Status</h2>\n<p>Will change the status of the desired appointment.</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>PUT <a href=\"http://localhost:3000/api/appointments/\">http://localhost:3000/api/appointments/</a>&lt;\"ID of appointment\"&gt;/&lt;\"New status\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","appointments","294","reject"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4718e4d5-5de3-4199-92f0-1e655a0f6e4d"},{"name":"Add Vaccine","id":"d60a6177-b08b-480a-a192-7fb24d09e406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vaccinename\": \"The Tester\",\r\n    \"advisory\": \"1 dose vaccine\",\r\n    \"URL\": \"https://upload.wikimedia.org/wikipedia/commons/c/ce/Example_image.png\",\r\n    \"description\": \"For testing purposes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/vaccines/4","description":"<h2 id=\"add-vaccine\">Add Vaccine</h2>\n<p>Will add the specified vaccine from the body to the database</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>POST <a href=\"http://localhost:3000/api/vaccines/\">http://localhost:3000/api/vaccines/</a>&lt;\"ID of admin\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>{<br />\n  \"vaccinename\": \"&lt;\"Name of vaccine\"&gt;\",<br />\n  \"advisory\": \"&lt;\"How to take vaccine (eg. 2 dose 1 month apart)\"&gt;\",<br />\n  \"URL\": \"&lt;\"URL of iamge\"&gt;\",<br />\n  \"description\": \"&lt;\"Description of vaccine\"&gt;\"<br />\n}<br /></p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","vaccines","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d60a6177-b08b-480a-a192-7fb24d09e406"},{"name":"EditVaccine","id":"aadc6631-bd3f-4015-8975-40d6dad41751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 154,\r\n    \"vaccinename\": \"The Tester\",\r\n    \"advisory\": \"2 dose vaccine\",\r\n    \"URL\": \"https://upload.wikimedia.org/wikipedia/commons/c/ce/Example_image.png\",\r\n    \"description\": \"For testing purposes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/vaccines/edit/4","description":"<h2 id=\"edit-vaccine\">Edit Vaccine</h2>\n<p>Will edit the specified vaccine from the body to the database. The vaccine will be found using its id.</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>PUT <a href=\"http://localhost:3000/api/vaccines/\">http://localhost:3000/api/vaccines/</a>&lt;\"ID of admin\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>{<br />\n  \"id\": \"&lt;\"ID of vacine\"&gt;\",<br />\n  \"vaccinename\": \"&lt;\"Name of vaccine (Can't change)\"&gt;\",<br />\n  \"advisory\": \"&lt;\"How to take vaccine (eg. 2 dose 1 month apart)\"&gt;\",<br />\n  \"URL\": \"&lt;\"URL of iamge\"&gt;\",<br />\n  \"description\": \"&lt;\"Description of vaccine\"&gt;\"<br />\n}<br /></p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","vaccines","edit","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aadc6631-bd3f-4015-8975-40d6dad41751"},{"name":"Show Vaccines","id":"960e38bd-71a1-4aec-9abf-117f2e95693d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/vaccines","description":"<h2 id=\"show-vaccines\">Show Vaccines</h2>\n<p>Will return all vaccines in the database</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>GET <a href=\"http://localhost:3000/api/vaccines\">http://localhost:3000/api/vaccines</a></p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","vaccines"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"56f71ec2-fdf4-498f-b615-51282f1d775c","name":"Show Vaccines Example","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1829"},{"key":"ETag","value":"W/\"725-AbcUQGzcbrO+XEgL4fO7NMAIJe4\""},{"key":"Date","value":"Fri, 16 Apr 2021 18:01:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 74,\n        \"Name\": \"COVID 19 - Moderna\",\n        \"Advisery\": \"2 doses, 1 after another\",\n        \"Description\": \"95% efficacy rate against COVID-19\",\n        \"URL\": \"https://www.hopkinsmedicine.org/-/media/images/health/1_-conditions/coronavirus/vaccine-hero.ashx\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 84,\n        \"Name\": \"CPSC 471\",\n        \"Advisery\": \"1 dose\",\n        \"Description\": \"Cures all depression.\",\n        \"URL\": \"https://s7280.pcdn.co/wp-content/uploads/2016/06/database-blue.png\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 94,\n        \"Name\": \"Jensusm - Long&Long\",\n        \"Advisery\": \"3 doses, 2 days apart. Jens will give presents!\",\n        \"Description\": \"Jensusm, the ever lasting illness. This is a severe condition that must be solved as soon as detected. Failure to acquire treatment for this will summon Jensusm to give you presents. DO NOT accept those presents! DO NOT EVER Accept them! REPEAT!!! DO NOT!\",\n        \"URL\": \"https://media3.s-nbcnews.com/i/newscms/2020_19/3339206/200506-covid-19-virus-al-1213_d926b22a18280ebb7babc72b5dce8a02.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 104,\n        \"Name\": \"DNA obliterator \",\n        \"Advisery\": \"No doses, its lethal, never take! \",\n        \"Description\": \"This is NOT a vaccine! This is simply murder! This is design to literally melt your DNA and cause total organ failure! It is a painful form of euthanasia, some may even call it torture. YOUR CELLS WILL LITERALLY MELT IF YOU TAKE THIS!\",\n        \"URL\": \"https://www.paho.org/sites/default/files/card/2021-03/covid-19-dna-1500x765.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 114,\n        \"Name\": \"COVID 19 - AstraZeneca \",\n        \"Advisery\": \"2 doses, 1 week apart\",\n        \"Description\": \"Vaccine for COVID-19, from AstraZeneca!\",\n        \"URL\": \"https://globalnews.ca/wp-content/uploads/2021/03/CP120562673-e1617145038750.jpg?quality=85&strip=all&w=720\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 154,\n        \"Name\": \"The Tester\",\n        \"Advisery\": \"2 dose vaccine\",\n        \"Description\": \"For testing purposes\",\n        \"URL\": \"https://upload.wikimedia.org/wikipedia/commons/c/ce/Example_image.png\",\n        \"CreaterID\": 4\n    }\n]"}],"_postman_id":"960e38bd-71a1-4aec-9abf-117f2e95693d"},{"name":"Delete Vaccine","id":"31cd76e0-5ae5-47d3-a32a-36407e3861b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/vaccines/delete/154/4","description":"<h2 id=\"delete-vaccine\">Delete Vaccine</h2>\n<p>Will remove the specified vaccine.</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>DEL <a href=\"http://localhost:3000/api/vaccines/\">http://localhost:3000/api/vaccines/</a>&lt;\"ID of vaccine\"&gt;/&lt;\"ID of admin\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","vaccines","delete","154","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"31cd76e0-5ae5-47d3-a32a-36407e3861b4"},{"name":"Request Appointment","id":"c1e01826-c119-4cf7-b81a-2d37015fee6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/appointments/request/114/4","description":"<h2 id=\"request-appointment\">Request Appointment</h2>\n<p>Will add an appointment for the specified vaccine for the user</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>POST <a href=\"http://localhost:3000/api/appointments/request/\">http://localhost:3000/api/appointments/request/</a>&lt;\"ID of vaccine\"&gt;/&lt;\"ID of user\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","appointments","request","114","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1e01826-c119-4cf7-b81a-2d37015fee6c"},{"name":"View Clinics","id":"466014db-188c-4d3b-bdd3-4661f3f4fe82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/clinics","description":"<h2 id=\"view-clinics\">View Clinics</h2>\n<p>Will return all clinics in the database</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>GET <a href=\"http://localhost:3000/api/clinics\">http://localhost:3000/api/clinics</a></p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>No body required</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","clinics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bbc5e552-b828-47ca-a7e1-5c59d26e56b2","name":"View Clinics Example","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/clinics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1788"},{"key":"ETag","value":"W/\"6fc-ig0VNwFAyGgtr2JM5xbwlUTCLCA\""},{"key":"Set-Cookie","value":"express:sess=eyJub3dJbk1pbnV0ZXMiOjI2OTc2NjAyLCJmbGFzaCI6e319; path=/; httponly"},{"key":"Set-Cookie","value":"express:sess.sig=h46H3JojNij2sX6nbOfjqqX7gVg; path=/; httponly"},{"key":"Date","value":"Fri, 16 Apr 2021 18:02:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 54,\n        \"Name\": \"Clinic of the Union Against Jensusm\",\n        \"Address\": \"823 Jensus Rememberance Street\",\n        \"PostalCode\": \"U0D 7N4\",\n        \"Country\": \"Canada\",\n        \"Province\": \"AB\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://i.redd.it/y2p02vwo8vx31.png\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 64,\n        \"Name\": \"The Shrine of Reda Alhajj (Elhajj)\",\n        \"Address\": \"300 Lovers St\",\n        \"PostalCode\": \"Y3K U8B\",\n        \"Country\": \"Canada\",\n        \"Province\": \"AB\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://i.kym-cdn.com/photos/images/original/001/230/083/d68.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 74,\n        \"Name\": \"The Mayo Clinic\",\n        \"Address\": \"3319 26 Ave NE\",\n        \"PostalCode\": \"t1y6l4\",\n        \"Country\": \"Canada\",\n        \"Province\": \"ALBERTA\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://s.abcnews.com/images/Health/mayo-clinic-covid-03-gty-llr-201118_1605730703009_hpMain_16x9_992.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 84,\n        \"Name\": \"Legacy Medical Centre\",\n        \"Address\": \"24 19 Ave. SW\",\n        \"PostalCode\": \"T3K8F1\",\n        \"Country\": \"Canada\",\n        \"Province\": \"Alberta\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://www.brockvillegeneralhospital.ca/en/resourcesGeneral/feature_01.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 94,\n        \"Name\": \"Universal Long&Long Clinic\",\n        \"Address\": \"321 Longist St NW\",\n        \"PostalCode\": \"L0L 0L0\",\n        \"Country\": \"Canada\",\n        \"Province\": \"AB\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://images-na.ssl-images-amazon.com/images/I/71RwPUtQ-BL._AC_SL1500_.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 124,\n        \"Name\": \"University of Calgary Wellness Services\",\n        \"Address\": \"2500 University Drive NW\",\n        \"PostalCode\": \"T2N 1N4\",\n        \"Country\": \"CANADA\",\n        \"Province\": \"AB\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://www.ucalgary.ca/live-uc-ucalgary-site/sites/default/files/styles/ucws_hero_cta_desktop/public/2019-03/MacHall_011A8586_F.jpg\",\n        \"CreaterID\": 4\n    },\n    {\n        \"ID\": 134,\n        \"Name\": \"Test Clinic\",\n        \"Address\": \"Test St\",\n        \"PostalCode\": \"TTT JJJ\",\n        \"Country\": \"CANADA\",\n        \"Province\": \"ALBERTA\",\n        \"City\": \"CALGARY\",\n        \"URL\": \"https://upload.wikimedia.org/wikipedia/commons/c/ce/Example_image.png\",\n        \"CreaterID\": 4\n    }\n]"}],"_postman_id":"466014db-188c-4d3b-bdd3-4661f3f4fe82"},{"name":"Add Clinic","id":"dffb7e82-fcfb-4269-8ca5-4d776de95103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clinicname\": \"Test Clinic\",\r\n    \"address\": \"Test St\",\r\n    \"postal\": \"TTT JJJ\",\r\n    \"country\": \"Canada\",\r\n    \"province\": \"Alberta\",\r\n    \"city\": \"Calgary\",\r\n    \"URL\": \"https://upload.wikimedia.org/wikipedia/commons/c/ce/Example_image.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/clinics/4","description":"<h2 id=\"add-clinic\">Add Clinic</h2>\n<p>Will add the specified clinic from the body to the database</p>\n<h4 id=\"api-request-format\">API Request Format:</h4>\n<p>POST <a href=\"http://localhost:3000/api/clinics/\">http://localhost:3000/api/clinics/</a>&lt;\"ID of admin\"&gt;</p>\n<h4 id=\"api-body-format\">API Body Format:</h4>\n<p>{<br />\n  \"clinicname\": \"&lt;\"Name of clinic\"&gt;\",<br />\n  \"address\": \"&lt;\"Address of clinic\"&gt;\",<br />\n  \"postal\": \"&lt;\"Postal Code of clinic\"&gt;\",<br />\n  \"country\": \"&lt;\"Country of clinic\"&gt;\",<br />\n  \"province\": \"&lt;\"Province of clinic\"&gt;\",<br />\n  \"city\": \"&lt;\"City of Clinic\"&gt;\",<br />\n  \"URL\": \"&lt;\"URL of image\"&gt;\"<br />\n}<br /></p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","clinics","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dffb7e82-fcfb-4269-8ca5-4d776de95103"}]}