{"info":{"_postman_id":"ea1f7ff1-b19b-484a-90f9-1af2b91b0f21","name":"Books","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24030370","collectionId":"ea1f7ff1-b19b-484a-90f9-1af2b91b0f21","publishedId":"2s935kQ6hf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"357edd"},"publishDate":"2023-02-02T09:19:35.000Z"},"item":[{"name":"Get all books","id":"ca7018d4-05a4-45d8-8ed0-0def55669e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apiUrl}}/books","urlObject":{"path":["books"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fb9bcc3e-9b20-4bcc-b9bc-92ad9a09c3ab","name":"Get all books","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/books"},"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":"351"},{"key":"ETag","value":"W/\"15f-9ud51gkNwxapKbQAj0MrWg1+NNE\""},{"key":"Date","value":"Thu, 02 Feb 2023 07:53:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The books were found successfully.\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Pride and Prejudice\",\n            \"description\": \"A classic by Jane Austen.\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"To Kill a Mockingbird\",\n            \"description\": \"The novel examines racism in the American South through the innocent wide eyes of a clever young girl named Jean Louise (“Scout”) Finch.\"\n        }\n    ]\n}"}],"_postman_id":"ca7018d4-05a4-45d8-8ed0-0def55669e4e"},{"name":"Create book","id":"640b0423-aa77-4701-9b65-0bac6912b4d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Pride and Prejudice\",\r\n    \"description\": \"A classic by Jane Austen.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/books","urlObject":{"path":["books"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7c996c91-aa29-4394-8588-84f4b09da4f2","name":"Create book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Pride and Prejudice\",\r\n    \"description\": \"A classic by Jane Austen.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/books"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-iSavaBLteVz8LtrohRYfuq64ob8\""},{"key":"Date","value":"Thu, 02 Feb 2023 09:16:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The book was created successfully.\"\n}"}],"_postman_id":"640b0423-aa77-4701-9b65-0bac6912b4d3"},{"name":"Get book by id","id":"5e18048f-e8c5-4973-86ef-363505ce9a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apiUrl}}/books/1","urlObject":{"path":["books","1"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6fa97c86-0b2e-43ed-9473-c6aad0d4f944","name":"Get book by id","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/books/1"},"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":"149"},{"key":"ETag","value":"W/\"95-kMjySqD7UKERF/x19G6LyXjt9lg\""},{"key":"Date","value":"Thu, 02 Feb 2023 08:13:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The book was found successfully.\",\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Pride and Prejudice\",\n        \"description\": \"A classic by Jane Austen.\"\n    }\n}"}],"_postman_id":"5e18048f-e8c5-4973-86ef-363505ce9a42"},{"name":"Update book by id","id":"f9146911-e503-4c87-9f51-2afeb6165af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A book (updated)\",\r\n    \"description\": \"Updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/books/3","urlObject":{"path":["books","3"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"33483231-2670-4ee9-bfe5-5628d83565c7","name":"Update book by id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A book (updated)\",\r\n    \"description\": \"Updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/books/3"},"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":"63"},{"key":"ETag","value":"W/\"3f-tRxgipIAyA9c6kS9wUyq3AcfjFc\""},{"key":"Date","value":"Thu, 02 Feb 2023 08:54:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The book was updated successfully.\"\n}"}],"_postman_id":"f9146911-e503-4c87-9f51-2afeb6165af7"},{"name":"Delete book by id","id":"466f49e8-c2ba-46af-ab19-bc281c32ae79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{apiUrl}}/books/6","urlObject":{"path":["books","6"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e3c3f184-e1d4-41cb-afa4-bc35dcc6a168","name":"Delete book by id","originalRequest":{"method":"DELETE","header":[],"url":"{{apiUrl}}/books/6"},"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":"63"},{"key":"ETag","value":"W/\"3f-I8aqcsA2mU+QLj0lsX7THbcFV9w\""},{"key":"Date","value":"Thu, 02 Feb 2023 09:16:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The book was deleted successfully.\"\n}"}],"_postman_id":"466f49e8-c2ba-46af-ab19-bc281c32ae79"}]}