{"info":{"_postman_id":"43a2722c-4c9a-691a-19d0-c4089cbd4001","name":"REST API - CRUD operation endpoints","description":"<html><head></head><body><p>This postman collection contains REST APIs based on sprint boot application server deployed in AWS to perform various GET/POST/PUT/PATCH/DELETE operations.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16094821","collectionId":"43a2722c-4c9a-691a-19d0-c4089cbd4001","publishedId":"TzY4fur7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-04T12:04:20.000Z"},"item":[{"name":"Get all posts and authors","id":"f65c859b-82f5-5acf-47bb-cbdec29e7a26","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/","urlObject":{"protocol":"http","port":"5001","path":[""],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"90643167-5556-bfb7-2472-9a610ce34b28","name":"Get all posts and authors","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 10:44:03 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"214","body":"[{\"posts\":[{\"reviews\":30,\"author\":\"Chetan Bhagat\",\"id\":4,\"title\":\"Two states\",\"views\":1000},{\"reviews\":30,\"author\":\"Agatha Cristie\",\"id\":3,\"title\":\"Murder On Orient Express\",\"views\":1000},{\"reviews\":30,\"author\":\"Bhavya\",\"id\":2,\"title\":\"Life on a highway\",\"views\":1000},{\"reviews\":80,\"author\":\"Arundhati Roy\",\"id\":1,\"title\":\"The Ministry of Utmost Happiness\",\"views\":78}],\"authors\":[{\"firstName\":\"Robert\",\"lastName\":\"Frost\",\"post\":1,\"id\":2},{\"firstName\":\"JK\",\"lastName\":\"Rowling\",\"post\":3,\"id\":3},{\"firstName\":\"Anne\",\"lastName\":\"Frank\",\"post\":61,\"id\":1},{\"firstName\":\"Anne\",\"lastName\":\"Frank\",\"post\":61,\"id\":4}]}]"}],"_postman_id":"f65c859b-82f5-5acf-47bb-cbdec29e7a26"},{"name":"Get all authors","id":"4a42d238-9356-dac2-8bc1-58c7ba5e9ca0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors","urlObject":{"protocol":"http","port":"5001","path":["authors"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"9ac2c859-0dd6-4deb-e1a7-889080b04a80","name":"Get all authors","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:36:57 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"349","body":"[{\"firstName\":\"Robert\",\"lastName\":\"Frost\",\"post\":1,\"id\":2,\"jsonobject\":{\"firstName\":\"Robert\",\"lastName\":\"Frost\",\"post\":1,\"id\":2}},{\"firstName\":\"JK\",\"lastName\":\"Rowling\",\"post\":3,\"id\":3,\"jsonobject\":{\"firstName\":\"JK\",\"lastName\":\"Rowling\",\"post\":3,\"id\":3}},{\"firstName\":\"Anne\",\"lastName\":\"Frank\",\"post\":61,\"id\":1,\"jsonobject\":{\"firstName\":\"Anne\",\"lastName\":\"Frank\",\"post\":61,\"id\":1}},{\"firstName\":\"Jane\",\"lastName\":\"Austen\",\"post\":54,\"id\":4,\"jsonobject\":{\"firstName\":\"Jane\",\"lastName\":\"Austen\",\"post\":54,\"id\":4}}]"}],"_postman_id":"4a42d238-9356-dac2-8bc1-58c7ba5e9ca0"},{"name":"Get all posts","id":"0a3a0755-5326-d122-53c9-ba901f6d5e64","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts","urlObject":{"protocol":"http","port":"5001","path":["posts"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"e07311c1-4179-f65f-d93e-f5367818bbf2","name":"Get all posts","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:37:46 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"275","body":"[{\"title\":\"Two states\",\"author\":\"Chetan Bhagat\",\"views\":1000,\"reviews\":30,\"id\":4,\"jsonobject\":{\"reviews\":30,\"author\":\"Chetan Bhagat\",\"id\":4,\"title\":\"Two states\",\"views\":1000}},{\"title\":\"Murder On Orient Express\",\"author\":\"Agatha Cristie\",\"views\":1000,\"reviews\":30,\"id\":3,\"jsonobject\":{\"reviews\":30,\"author\":\"Agatha Cristie\",\"id\":3,\"title\":\"Murder On Orient Express\",\"views\":1000}},{\"title\":\"The Ministry of Utmost Happiness\",\"author\":\"Arundhati Roy\",\"views\":78,\"reviews\":84,\"id\":1,\"jsonobject\":{\"reviews\":84,\"author\":\"Arundhati Roy\",\"id\":1,\"title\":\"The Ministry of Utmost Happiness\",\"views\":78}},{\"title\":\"What I Know For Sure\",\"author\":\"Oprah Winfrey\",\"views\":1900,\"reviews\":60,\"id\":2,\"jsonobject\":{\"reviews\":60,\"author\":\"Oprah Winfrey\",\"id\":2,\"title\":\"What I Know For Sure\",\"views\":1900}}]"}],"_postman_id":"0a3a0755-5326-d122-53c9-ba901f6d5e64"},{"name":"Get author filtered on ID","id":"b3ead2ea-d755-c138-db50-cbd1a640f9e7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors/3","urlObject":{"protocol":"http","port":"5001","path":["authors","3"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"cacc3f7a-bd23-4ff1-7be4-69fd481e409c","name":"Get author filtered on ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 10:44:48 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"290","body":"{\"firstName\":\"JK\",\"lastName\":\"Rowling\",\"post\":3,\"id\":3,\"jsonobject\":{\"firstName\":\"JK\",\"lastName\":\"Rowling\",\"post\":3,\"id\":3}}"}],"_postman_id":"b3ead2ea-d755-c138-db50-cbd1a640f9e7"},{"name":"Get post filtered on ID","id":"37655b54-b784-4e3b-f7f8-8de756cee7b2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts/2","urlObject":{"protocol":"http","port":"5001","path":["posts","2"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"82bd4ccf-bfa3-cac9-c945-8c38110407ac","name":"Get post filtered on ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 10:45:37 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"359","body":"{\"title\":\"Life on a highway\",\"author\":\"Bhavya\",\"views\":1000,\"reviews\":30,\"id\":2,\"jsonobject\":{\"reviews\":30,\"author\":\"Bhavya\",\"id\":2,\"title\":\"Life on a highway\",\"views\":1000}}"}],"_postman_id":"37655b54-b784-4e3b-f7f8-8de756cee7b2"},{"name":"Get author fileterd on first & last name","id":"f3500b6d-4629-8fd6-1f92-47eddb27da32","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/author/?firstName=Robert&lastName=Frost","urlObject":{"protocol":"http","port":"5001","path":["author",""],"host":["13","233","159","187"],"query":[{"key":"firstName","value":"Robert"},{"key":"lastName","value":"Frost"}],"variable":[]}},"response":[{"id":"bf82d16d-1965-1bb3-4637-6b5d820d92fd","name":"Get author fileterd on first & last name","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://13.233.159.187:5001/author/?firstName=Robert&lastName=Frost","protocol":"http","host":["13","233","159","187"],"port":"5001","path":["author",""],"query":[{"key":"firstName","value":"Robert"},{"key":"lastName","value":"Frost"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 10:48:52 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"320","body":"[{\"firstName\":\"Robert\",\"lastName\":\"Frost\",\"post\":1,\"id\":2,\"jsonobject\":{\"firstName\":\"Robert\",\"lastName\":\"Frost\",\"post\":1,\"id\":2}}]"}],"_postman_id":"f3500b6d-4629-8fd6-1f92-47eddb27da32"},{"name":"Get post fileterd on title & author","id":"dc20a25e-a5cc-1158-75e1-5a2c1f8a3069","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/post/?title=Murder On Orient Express&author=Agatha Cristie","urlObject":{"protocol":"http","port":"5001","path":["post",""],"host":["13","233","159","187"],"query":[{"key":"title","value":"Murder On Orient Express"},{"key":"author","value":"Agatha Cristie"}],"variable":[]}},"response":[{"id":"bde39884-49a5-defb-c29a-565cfc70cd8c","name":"Get post fileterd on title & author","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://13.233.159.187:5001/post/?title=Murder On Orient Express&author=Agatha Cristie","protocol":"http","host":["13","233","159","187"],"port":"5001","path":["post",""],"query":[{"key":"title","value":"Murder On Orient Express"},{"key":"author","value":"Agatha Cristie"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 10:59:23 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"337","body":"[{\"title\":\"Murder On Orient Express\",\"author\":\"Agatha Cristie\",\"views\":1000,\"reviews\":30,\"id\":3,\"jsonobject\":{\"reviews\":30,\"author\":\"Agatha Cristie\",\"id\":3,\"title\":\"Murder On Orient Express\",\"views\":1000}}]"}],"_postman_id":"dc20a25e-a5cc-1158-75e1-5a2c1f8a3069"},{"name":"Create new author","id":"53a7642d-72bc-67cb-d235-14eee0f76d63","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\t\t\t\"firstName\": \"Charles\",\r\n            \"lastName\": \"Dickens\",\r\n            \"post\": 19,\r\n            \"id\": 19\r\n}"},"url":"http://13.233.159.187:5001/authors","urlObject":{"protocol":"http","port":"5001","path":["authors"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"a129a409-4df8-61fe-d973-01ca9c57760d","name":"Create new author","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\t\t\t\"firstName\": \"Charles\",\r\n            \"lastName\": \"Dickens\",\r\n            \"post\": 19,\r\n            \"id\": 19\r\n}"},"url":"http://13.233.159.187:5001/authors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:32:04 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"485","body":"{\"message\":\"The author provided in the request has been successfully created.\"}"}],"_postman_id":"53a7642d-72bc-67cb-d235-14eee0f76d63"},{"name":"Create new post","id":"835e5858-4bb6-5105-867c-8e2890d59c61","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"title\": \"Da Vinci Code\",\r\n  \"author\": \"Dan Brown\",\r\n  \"views\": 60,\r\n  \"reviews\": 30,\r\n  \"id\": 5\r\n  }"},"url":"http://13.233.159.187:5001/posts","urlObject":{"protocol":"http","port":"5001","path":["posts"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"24633ddd-c0aa-4165-6dc2-6d0691f8e46c","name":"Create new post","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"title\": \"Da Vinci Code\",\r\n  \"author\": \"Dan Brown\",\r\n  \"views\": 60,\r\n  \"reviews\": 30,\r\n  \"id\": 5\r\n  }"},"url":"http://13.233.159.187:5001/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:28:47 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"432","body":"{\"message\":\"The post provided in the request has been successfully added.\"}"}],"_postman_id":"835e5858-4bb6-5105-867c-8e2890d59c61"},{"name":"Replace existing author with new based on ID","id":"3e1f7cf6-43c0-3d8e-53af-5ac77371c907","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\t\t  \"firstName\": \"Mark\",\r\n          \"lastName\": \"Twain\",\r\n          \"post\": 94,\r\n          \"id\": 5\r\n}"},"url":"http://13.233.159.187:5001/author/19","urlObject":{"protocol":"http","port":"5001","path":["author","19"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"e43091a7-e2b3-c17f-a3d0-6c650250fcf6","name":"Replace existing author with new based on ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\t\t  \"firstName\": \"Mark\",\r\n          \"lastName\": \"Twain\",\r\n          \"post\": 94,\r\n          \"id\": 5\r\n}"},"url":"http://13.233.159.187:5001/author/19"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:33:52 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"235","body":"{\"message\":\"The author provided in the request has been successfully added.\"}"}],"_postman_id":"3e1f7cf6-43c0-3d8e-53af-5ac77371c907"},{"name":"Replace existing post with new based on ID","id":"a9895a44-986a-ac99-ce84-d22cbb320fea","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\t\t\"author\": \"Ruskin Bond\",\r\n        \"title\": \"The Room On The Roof\",\r\n        \"views\": 1500,\r\n        \"reviews\": 34,\r\n        \"id\": 5\r\n}"},"url":"http://13.233.159.187:5001/post/5","urlObject":{"protocol":"http","port":"5001","path":["post","5"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"00b9d57b-27da-ee6c-66e4-68c295204bbe","name":"Replace existing post with new based on ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\t\t\"author\": \"Ruskin Bond\",\r\n        \"title\": \"The Room On The Roof\",\r\n        \"views\": 1500,\r\n        \"reviews\": 34,\r\n        \"id\": 5\r\n}"},"url":"http://13.233.159.187:5001/post/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:30:31 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"416","body":"{\"message\":\"The post provided in the request has been successfully added.\"}"}],"_postman_id":"a9895a44-986a-ac99-ce84-d22cbb320fea"},{"name":"Edit existing author's data","id":"cea9d31b-6bb8-9df0-c4ba-6900eddbe265","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lastName\" : \"Charles\",\n  \"post\" : 76\n}"},"url":"http://13.233.159.187:5001/authors/5","description":"<p>NOTE: ID cannot be changed as it is immutable. All other fields excluding ID can be updated. </p>\n","urlObject":{"protocol":"http","port":"5001","path":["authors","5"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"b103ce0b-3821-7df0-520d-821fdb77ef9c","name":"Edit existing author's data","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lastName\" : \"Charles\",\n  \"post\" : 76\n}"},"url":"http://13.233.159.187:5001/authors/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:36:22 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"386","body":"{\"message\":\"The author provided in the request has been successfully updated.\"}"}],"_postman_id":"cea9d31b-6bb8-9df0-c4ba-6900eddbe265"},{"name":"Edit existing post's data","id":"1faea0d9-9fd9-1c42-0661-c0b3279c9d1f","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"reviews\": 84\r\n}"},"url":"http://13.233.159.187:5001/posts/5","description":"<p>NOTE: ID cannot be changed as it is immutable. All other fields excluding ID can be updated. </p>\n","urlObject":{"protocol":"http","port":"5001","path":["posts","5"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"d60156b8-02d9-07e2-8e00-9cd41c0ceafa","name":"Edit existing post's data","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"reviews\": 84\r\n}"},"url":"http://13.233.159.187:5001/posts/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:31:16 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"276","body":"{\"message\":\"The post provided in the request has been successfully updated.\"}"}],"_postman_id":"1faea0d9-9fd9-1c42-0661-c0b3279c9d1f"},{"name":"Delete author based on ID","id":"9fd6afb5-0c47-c4a0-a260-daf3287f63a0","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors/5","urlObject":{"protocol":"http","port":"5001","path":["authors","5"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"90d8e17e-ad40-4fcd-d272-dc8fb8c49038","name":"Delete author based on ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/authors/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:36:51 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"269","body":"{\"message\":\"The author provided in the request has been successfully deleted.\"}"}],"_postman_id":"9fd6afb5-0c47-c4a0-a260-daf3287f63a0"},{"name":"Delete post based on ID","id":"00e1dfe7-8021-ba26-f860-6e26d34f36e0","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts/5","urlObject":{"protocol":"http","port":"5001","path":["posts","5"],"host":["13","233","159","187"],"query":[],"variable":[]}},"response":[{"id":"182fb786-6680-9594-a107-804a8374200b","name":"Delete post based on ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://13.233.159.187:5001/posts/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 04 Jun 2021 11:31:30 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=60","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"252","body":"{\"message\":\"The post provided in the request has been successfully deleted.\"}"}],"_postman_id":"00e1dfe7-8021-ba26-f860-6e26d34f36e0"}]}