{"info":{"_postman_id":"0f25f1c8-a59f-4698-994e-2fd2a2358005","name":"Bookwise","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<h2 id=\"about\">About</h2>\n<p>Bookwise is a bookstore API that allows users to search for books and securely add them to their library or book catalogue through the integration of the flutterwave payment system gateway.</p>\n<p><strong>Simple workflow processes are listed respectively</strong></p>\n<ol>\n<li>View the library collection.</li>\n<li>Create an account.</li>\n<li>Login to have access to the features.</li>\n<li>Search for the book title of your choice.</li>\n<li>Make payment for the book searched and verify payment.</li>\n<li>Check out your personal book collections.</li>\n<li>Delete or Check for a particular book in the collection.</li>\n</ol>\n<h1 id=\"overview\">Overview</h1>\n<h3 id=\"technology-use\">Technology Use</h3>\n<ol>\n<li>Go (Golang),</li>\n<li>Docker</li>\n<li>Chi Router,</li>\n<li>Flutterwave Payment API,</li>\n<li>Mongo-Driver for Golang,</li>\n<li>MongoDB (MongoDB Atlas),</li>\n<li>JWT (Json Web Token)</li>\n<li>HTTP Session Management for Go (kataras/go-sessions/v3).</li>\n</ol>\n<h3 id=\"notice-for-developer\">Notice For Developer</h3>\n<p>The Flutterwave Payment system integrated is currently in Test Mode. Presently, most of the payload details are defaults value as well as the OTP (one-time password), API keys and Secret Keys.</p>\n<p>If the API is to be used with a functional web application, There will be a need to check out this GitHub repository <a href=\"https://github.com/Flutterwave/Rave-go\">Rave-go</a> on how to integrate the payment for Live mode for proper usage. In production, user will needs to input the sent OTP to verify the payment for selected or searched books.</p>\n<h3 id=\"response-result\">Response Result</h3>\n<ol>\n<li>You might not get the expected book but specify the title of the book in full while searching.</li>\n<li>The payment system integration is in test mode, all unique details used are default.</li>\n<li>As expected the responses are in Json format.</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<p>JWT(Json Web Token)</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<ul>\n<li><p>201: StatusCreated</p>\n</li>\n<li><p>202: StatusAccepted</p>\n</li>\n<li><p>303: StatusSeeOther</p>\n</li>\n<li><p>308: Permanent Redirect</p>\n</li>\n<li><p>401: StatusUnAuthorized</p>\n</li>\n<li><p>404: StatusNotFound</p>\n</li>\n<li><p>500: StatusInternalServer Error</p>\n</li>\n<li><p>501: StatusNotImplemented</p>\n</li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The number of requests to be process while interacting with the API depends on the operations that needs to be done by the user.</p>\n<p>Without Middleware: request &gt; 2.</p>\n<p>With Middleware: requests one at a time.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"24714144","collectionId":"0f25f1c8-a59f-4698-994e-2fd2a2358005","publishedId":"2s8Z6yXDMj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-29T20:44:27.000Z"},"item":[{"name":"https://bookwise-w5tp.onrender.com/view/books","id":"d279932b-d342-494d-8cf7-7f5a7a0ffc26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/view/books","description":"<p>Register and unregister user to check available books</p>\n","urlObject":{"protocol":"https","path":["view","books"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"b80b07e6-1831-4899-a563-7224629686c2","name":"Default","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/view/books"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"c89c51b6-5b9c-4108-be11-b0b15675ef68","name":"https://bookwise-w5tp.onrender.com/view/books","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/view/books"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Dec 2022 17:33:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7803cd51f90a0a53-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"639c1251763555d146d4b7de\",\n            \"book\": {\n                \"author_name\": [\n                    \"Mark Manson\"\n                ],\n                \"contributor\": [\n                    \"I︠A︡strebov, Gleb, translator\",\n                    \"Roig, Anna,   translator\",\n                    \"Wayne, Roger, narrator\"\n                ],\n                \"edition_count\": 37,\n                \"first_publish_year\": 2016,\n                \"language\": [\n                    \"eng\",\n                    \"por\",\n                    \"rus\",\n                    \"spa\"\n                ],\n                \"price\": 558,\n                \"title\": \"The Subtle Art of Not Giving a F*ck\"\n            }\n        },\n        {\n            \"_id\": \"639c1437763555d146d4b7df\",\n            \"book\": {\n                \"author_name\": [\n                    \"Julie Ann Price\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2019,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 591,\n                \"title\": \"Companion Workbook : Atomic Habits\"\n            }\n        },\n        {\n            \"_id\": \"639f02e4af11f63bde22f6c5\",\n            \"book\": {\n                \"author_name\": [\n                    \"Atomic Habit Journal\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2020,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Atomic Habits Journal\"\n            }\n        },\n        {\n            \"_id\": \"63ab2bbcf9958dc9854c0d2e\",\n            \"book\": {\n                \"author_name\": [\n                    \"Think Big\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 2,\n                \"first_publish_year\": 2021,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Forget Attention,become a Ghost,just Hustle\"\n            }\n        }\n    ],\n    \"message\": \"All available books in library\",\n    \"number_of_authors\": 4,\n    \"number_of_books\": 4,\n    \"status_code\": 200\n}"}],"_postman_id":"d279932b-d342-494d-8cf7-7f5a7a0ffc26"},{"name":"https://bookwise-w5tp.onrender.com/create/account","id":"78653082-cd5a-4096-a67b-2733b04bd274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"password","value":"Yusuf1234567","type":"text"},{"key":"first_name","value":"Yusuf","type":"text"},{"key":"last_name","value":"Akinleye","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/create/account","description":"<p>For users to create account</p>\n","urlObject":{"protocol":"https","path":["create","account"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"d1aacdfa-2d2d-4696-8284-fca19b8c5637","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/create/account"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"036ac778-6a99-4c03-a8d8-9ef0790fc30d","name":"https://bookwise-w5tp.onrender.com/create/account","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"password","value":"Yusuf1234567","type":"text"},{"key":"first_name","value":"Yusuf","type":"text"},{"key":"last_name","value":"Akinleye","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/create/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Dec 2022 17:34:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7803cea91c1b0a53-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Existing Account; Please Login\",\n    \"status_code\": 308\n}"}],"_postman_id":"78653082-cd5a-4096-a67b-2733b04bd274"},{"name":"https://bookwise-w5tp.onrender.com/login/account","id":"6fcdc65e-60ee-405d-b673-43b568246d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"password","value":"Yusuf1234567","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/login/account","description":"<p>Authenticate and authorize user to gain full access to other api request</p>\n","urlObject":{"protocol":"https","path":["login","account"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"38ffdf23-877a-4aaf-9abc-22e459da334a","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/login/account"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"db907454-d967-4b62-b8d2-52e9d719112b","name":"https://bookwise-w5tp.onrender.com/login/account","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"password","value":"Yusuf1234567","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/login/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Dec 2022 17:34:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7803cf2f3e7d0a53-AMS"},{"key":"Set-Cookie","value":"auth_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwZXJzb25hbCIsImV4cCI6MTY3MjI0ODg5MSwiaWF0IjoxNjcyMTYyNDkxLCJFbWFpbCI6Inl1c3VmMDBAZ21haWwuY29tIiwiSUQiOiJPYmplY3RJRChcIjYzYWIyMjhmZDlkY2ExYmFjNDc0YWE4MFwiKSJ9.VchBMX1XJa2mIj6pZxzaXzJ_RNFZbqALbmn_R0BOBYw; Path=/; Domain=localhost; Expires=Fri, 27 Jan 2023 17:34:51 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Logged-in\",\n    \"status_code\": 200\n}"}],"_postman_id":"6fcdc65e-60ee-405d-b673-43b568246d71"},{"name":"https://bookwise-w5tp.onrender.com/api/user/search-book","id":"e7bc6d6b-cc48-4942-87e4-bdbad8e7e15a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Famous Five","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/api/user/search-book","description":"<p>Search for book</p>\n","urlObject":{"protocol":"https","path":["api","user","search-book"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"1fb053a0-44ba-45b6-a056-b523ee81cc62","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/search-book"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"effd0fb7-d204-48ae-b76b-f72b936c7bb1","name":"https://bookwise-w5tp.onrender.com/api/user/search-book","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Things falls apart","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/api/user/search-book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 06:29:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78107bac7e19b834-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"author_name\": [\n            \"Chinua Achebe\"\n        ],\n        \"title\": \"Things Fall Apart\",\n        \"first_publish_year\": 1958,\n        \"price\": 0,\n        \"edition_count\": 82,\n        \"language\": [\n            \"eng\",\n            \"heb\",\n            \"und\",\n            \"fre\",\n            \"yor\",\n            \"spa\",\n            \"ger\",\n            \"dut\",\n            \"vie\"\n        ],\n        \"contributor\": [\n            \"Irele, Abiola.\",\n            \"Alvarez Flórez, José Manuel, 1939-\",\n            \"Vertaalgroep Administratief Centrum Bergeyk\",\n            \"Ligny, Michel\",\n            \"Francis Abiola Irele (Editor)\",\n            \"Nguyễn, Hiến Lê, 1912-1984\",\n            \"Hoài Khanh\",\n            \"Peter Francis James (Narrator)\",\n            \"Biyi Bandele (Introduction)\",\n            \"Anthony Appiah (Introduction)\",\n            \"Dicker, Jan\",\n            \"Davey, John.\"\n        ]\n    },\n    \"message\": \"Things Fall Apart : Book Found in Library\",\n    \"status_code\": 200\n}"},{"id":"40c5ea06-3735-42be-9a18-9604f5bbf689","name":"https://bookwise-w5tp.onrender.com/api/user/search-book","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Famous Five","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/api/user/search-book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 06:55:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7810a0fb5bb0b998-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"author_name\": [\n            \"Enid Blyton\"\n        ],\n        \"title\": \"The Famous Five\",\n        \"first_publish_year\": 1981,\n        \"price\": 0,\n        \"edition_count\": 6,\n        \"language\": [\n            \"eng\"\n        ],\n        \"contributor\": [\n            \"Voilier, Glaude.\",\n            \"Sarah Greene (Narrator)\"\n        ]\n    },\n    \"message\": \"The Famous Five : Book Found in Library\",\n    \"status_code\": 200\n}"}],"_postman_id":"e7bc6d6b-cc48-4942-87e4-bdbad8e7e15a"},{"name":"https://bookwise-w5tp.onrender.com/api/user/pay/details","id":"6dd01d69-bca1-4b66-af46-8d631048fa0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Yusuf","type":"text"},{"key":"last_name","value":"Akinleye","type":"text"},{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"phone","value":"+2349045367211","type":"text"},{"key":"card_no","value":"5531886652142950","type":"text"},{"key":"pin","value":"3310","type":"text"},{"key":"cvv","value":"564","type":"text"},{"key":"amount","value":"1200","type":"text"},{"key":"expiry_month","value":"09","type":"text"},{"key":"expiry_year","value":"2032","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/api/user/pay/details","description":"<p>Process payment for a book</p>\n","urlObject":{"protocol":"https","path":["api","user","pay","details"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"5c451cef-6409-48de-99da-278c9e78da84","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/pay/details"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"faa29e7b-c910-4f15-8c6e-eba2ead13194","name":"https://bookwise-w5tp.onrender.com/api/user/pay/details","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"Yusuf","type":"text"},{"key":"last_name","value":"Akinleye","type":"text"},{"key":"email","value":"yusuf00@gmail.com","type":"text"},{"key":"phone","value":"+2349045367211","type":"text"},{"key":"card_no","value":"5531886652142950","type":"text"},{"key":"pin","value":"3310","type":"text"},{"key":"cvv","value":"564","type":"text"},{"key":"amount","value":"1200","type":"text"},{"key":"expiry_month","value":"09","type":"text"},{"key":"expiry_year","value":"2032","type":"text"}]},"url":"https://bookwise-w5tp.onrender.com/api/user/pay/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 06:39:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78108940ff22286d-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All Payment Details Confirmed\",\n    \"response\": {\n        \"data\": {\n            \"AccountId\": 1877388,\n            \"IP\": \"52.209.154.143\",\n            \"acctvalrespcode\": null,\n            \"acctvalrespmsg\": null,\n            \"amount\": 1200,\n            \"appfee\": 16.8,\n            \"authModelUsed\": \"PIN\",\n            \"authurl\": \"N/A\",\n            \"chargeResponseCode\": \"02\",\n            \"chargeResponseMessage\": \"Please enter the OTP sent to your mobile number 080****** and email te**@rave**.com\",\n            \"charge_type\": \"normal\",\n            \"charged_amount\": 1200,\n            \"createdAt\": \"2022-12-29T06:39:04.000Z\",\n            \"currency\": \"NGN\",\n            \"customer\": {\n                \"AccountId\": 1877388,\n                \"createdAt\": \"2022-12-29T06:39:04.000Z\",\n                \"customertoken\": null,\n                \"deletedAt\": null,\n                \"email\": \"yusuf00@gmail.com\",\n                \"fullName\": \"Yusuf Akinleye\",\n                \"id\": 1936034,\n                \"phone\": null,\n                \"updatedAt\": \"2022-12-29T06:39:04.000Z\"\n            },\n            \"customerId\": 1936034,\n            \"customercandosubsequentnoauth\": false,\n            \"cycle\": \"one-time\",\n            \"deletedAt\": null,\n            \"device_fingerprint\": \"N/A\",\n            \"flwRef\": \"FLW-MOCK-d819a81a464daf13f713938bba41b50b\",\n            \"fraud_status\": \"ok\",\n            \"getpaidBatchId\": null,\n            \"id\": 4054385,\n            \"is_live\": 0,\n            \"merchantbearsfee\": 1,\n            \"merchantfee\": 0,\n            \"modalauditid\": \"e084bf153d642e20e9d729a037f2da96\",\n            \"narration\": \"CARD Transaction \",\n            \"orderRef\": \"URF_1672295944085_2277535\",\n            \"paymentId\": \"6528201\",\n            \"paymentPage\": null,\n            \"paymentPlan\": null,\n            \"paymentType\": \"card\",\n            \"raveRef\": \"RV316722959440859EA0961630\",\n            \"redirectUrl\": \"https://localhost:8000/view-books\",\n            \"retry_attempt\": null,\n            \"settlement_token\": null,\n            \"status\": \"success-pending-validation\",\n            \"txRef\": \"MC-11001993\",\n            \"updatedAt\": \"2022-12-29T06:39:05.000Z\",\n            \"vbvrespcode\": \"00\",\n            \"vbvrespmessage\": \"Approved. Successful\"\n        },\n        \"message\": \"V-COMP\",\n        \"status\": \"success\"\n    },\n    \"status_code\": 202\n}"}],"_postman_id":"6dd01d69-bca1-4b66-af46-8d631048fa0b"},{"name":"https://bookwise-w5tp.onrender.com/api/user/pay/validate","id":"8b9a4b32-5da6-420f-918e-3353b183a9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/pay/validate","description":"<p>Validate book payment</p>\n","urlObject":{"protocol":"https","path":["api","user","pay","validate"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"3c55931b-6856-4313-9a9e-41d4a4b6025a","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/pay/validate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"0a02ed43-219e-4732-a193-89d8a16acb7d","name":"https://bookwise-w5tp.onrender.com/api/user/pay/validate","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/pay/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 06:40:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78108ab6a98eb95a-AMS"},{"key":"Set-Cookie","value":"add_book=success; Path=/; Domain=localhost; Expires=Thu, 29 Dec 2022 06:41:01 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Payment For Book Successful\",\n    \"response\": {\n        \"data\": {\n            \"airtime_flag\": null,\n            \"data\": {\n                \"responsecode\": \"00\",\n                \"responsemessage\": \"successful\",\n                \"responsetoken\": null\n            },\n            \"tx\": {\n                \"AccountId\": 1877388,\n                \"IP\": \"52.209.154.143\",\n                \"acctvalrespcode\": null,\n                \"acctvalrespmsg\": null,\n                \"amount\": 1200,\n                \"appfee\": 16.8,\n                \"authModelUsed\": \"PIN\",\n                \"authurl\": \"N/A\",\n                \"chargeResponseCode\": \"00\",\n                \"chargeResponseMessage\": \"Please enter the OTP sent to your mobile number 080****** and email te**@rave**.com\",\n                \"charge_type\": \"normal\",\n                \"charged_amount\": 1200,\n                \"createdAt\": \"2022-12-29T06:39:04.000Z\",\n                \"currency\": \"NGN\",\n                \"customer\": {\n                    \"AccountId\": 1877388,\n                    \"createdAt\": \"2022-12-29T06:39:04.000Z\",\n                    \"customertoken\": null,\n                    \"deletedAt\": null,\n                    \"email\": \"yusuf00@gmail.com\",\n                    \"fullName\": \"Yusuf Akinleye\",\n                    \"id\": 1936034,\n                    \"phone\": null,\n                    \"updatedAt\": \"2022-12-29T06:39:04.000Z\"\n                },\n                \"customerId\": 1936034,\n                \"cycle\": \"one-time\",\n                \"deletedAt\": null,\n                \"device_fingerprint\": \"N/A\",\n                \"flwRef\": \"FLW-MOCK-d819a81a464daf13f713938bba41b50b\",\n                \"fraud_status\": \"ok\",\n                \"getpaidBatchId\": null,\n                \"id\": 4054385,\n                \"is_live\": 0,\n                \"merchantbearsfee\": 1,\n                \"merchantfee\": 0,\n                \"modalauditid\": \"e084bf153d642e20e9d729a037f2da96\",\n                \"narration\": \"CARD Transaction \",\n                \"orderRef\": \"URF_1672295944085_2277535\",\n                \"paymentId\": \"6528201\",\n                \"paymentPage\": null,\n                \"paymentPlan\": null,\n                \"paymentType\": \"card\",\n                \"raveRef\": \"RV316722959440859EA0961630\",\n                \"redirectUrl\": \"https://localhost:8000/view-books\",\n                \"retry_attempt\": null,\n                \"settlement_token\": null,\n                \"status\": \"successful\",\n                \"txRef\": \"MC-11001993\",\n                \"updatedAt\": \"2022-12-29T06:40:01.000Z\",\n                \"vbvrespcode\": \"00\",\n                \"vbvrespmessage\": \"successful\"\n            }\n        },\n        \"message\": \"Charge Complete\",\n        \"status\": \"success\"\n    },\n    \"status_code\": 200\n}"}],"_postman_id":"8b9a4b32-5da6-420f-918e-3353b183a9b7"},{"name":"https://bookwise-w5tp.onrender.com/add/new/book","id":"5a348a58-0ee5-43ff-bcd7-434e0d9158b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/add/new/book","description":"<p>Add paid book in the user library</p>\n","urlObject":{"protocol":"https","path":["add","new","book"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"9cdde4eb-5a25-4654-b095-242aed953b72","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/add/new/book"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"4b1b26b1-ac5a-49c6-8774-e918960a3ab6","name":"https://bookwise-w5tp.onrender.com/add/new/book","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/add/new/book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 06:56:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7810a2ab3932b93e-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n        \"book\": {\n            \"author_name\": [\n                \"Enid Blyton\"\n            ],\n            \"contributor\": [\n                \"Voilier, Glaude.\",\n                \"Sarah Greene (Narrator)\"\n            ],\n            \"edition_count\": 6,\n            \"first_publish_year\": 1981,\n            \"language\": [\n                \"eng\"\n            ],\n            \"price\": 558,\n            \"title\": \"The Famous Five\"\n        }\n    },\n    \"message\": \"New Book Added To Library\",\n    \"status_code\": 200\n}"},{"id":"5c80648c-fb0a-4712-ac16-a170a4abe1cc","name":"https://bookwise-w5tp.onrender.com/add/new/book","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/add/new/book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:26:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"781544ad5aa5b819-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n        \"book\": {\n            \"author_name\": [\n                \"Enid Blyton\"\n            ],\n            \"contributor\": [\n                \"Voilier, Glaude.\",\n                \"Sarah Greene (Narrator)\"\n            ],\n            \"edition_count\": 6,\n            \"first_publish_year\": 1981,\n            \"language\": [\n                \"eng\"\n            ],\n            \"price\": 558,\n            \"title\": \"The Famous Five\"\n        }\n    },\n    \"message\": \"New Book Added To Library\",\n    \"status_code\": 200\n}"}],"_postman_id":"5a348a58-0ee5-43ff-bcd7-434e0d9158b6"},{"name":"https://bookwise-w5tp.onrender.com/api/user/view/library","id":"11f5e01e-9a11-4c67-ae90-24888828145d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/api/user/view/library","description":"<p>Allow user to view the main library</p>\n","urlObject":{"protocol":"https","path":["api","user","view","library"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"d370f39f-0fe0-4c37-b496-cd12640af88c","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/view/library"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"8db85881-e42d-498f-b5a4-3bf2908b3d65","name":"https://bookwise-w5tp.onrender.com/api/user/view/library","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/api/user/view/library"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:13:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78153268fa761b0c-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"639c1251763555d146d4b7de\",\n            \"book\": {\n                \"author_name\": [\n                    \"Mark Manson\"\n                ],\n                \"contributor\": [\n                    \"I︠A︡strebov, Gleb, translator\",\n                    \"Roig, Anna,   translator\",\n                    \"Wayne, Roger, narrator\"\n                ],\n                \"edition_count\": 37,\n                \"first_publish_year\": 2016,\n                \"language\": [\n                    \"eng\",\n                    \"por\",\n                    \"rus\",\n                    \"spa\"\n                ],\n                \"price\": 558,\n                \"title\": \"The Subtle Art of Not Giving a F*ck\"\n            }\n        },\n        {\n            \"_id\": \"639c1437763555d146d4b7df\",\n            \"book\": {\n                \"author_name\": [\n                    \"Julie Ann Price\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2019,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 591,\n                \"title\": \"Companion Workbook : Atomic Habits\"\n            }\n        },\n        {\n            \"_id\": \"639f02e4af11f63bde22f6c5\",\n            \"book\": {\n                \"author_name\": [\n                    \"Atomic Habit Journal\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2020,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Atomic Habits Journal\"\n            }\n        },\n        {\n            \"_id\": \"63ab2bbcf9958dc9854c0d2e\",\n            \"book\": {\n                \"author_name\": [\n                    \"Think Big\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 2,\n                \"first_publish_year\": 2021,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Forget Attention,become a Ghost,just Hustle\"\n            }\n        },\n        {\n            \"_id\": \"63ad33d07281293f45fb1757\",\n            \"book\": {\n                \"author_name\": [\n                    \"Chinua Achebe\"\n                ],\n                \"contributor\": [\n                    \"Irele, Abiola.\",\n                    \"Alvarez Flórez, José Manuel, 1939-\",\n                    \"Vertaalgroep Administratief Centrum Bergeyk\",\n                    \"Ligny, Michel\",\n                    \"Francis Abiola Irele (Editor)\",\n                    \"Nguyễn, Hiến Lê, 1912-1984\",\n                    \"Hoài Khanh\",\n                    \"Peter Francis James (Narrator)\",\n                    \"Biyi Bandele (Introduction)\",\n                    \"Anthony Appiah (Introduction)\",\n                    \"Dicker, Jan\",\n                    \"Davey, John.\"\n                ],\n                \"edition_count\": 82,\n                \"first_publish_year\": 1958,\n                \"language\": [\n                    \"eng\",\n                    \"heb\",\n                    \"und\",\n                    \"fre\",\n                    \"yor\",\n                    \"spa\",\n                    \"ger\",\n                    \"dut\",\n                    \"vie\"\n                ],\n                \"price\": 558,\n                \"title\": \"Things Fall Apart\"\n            }\n        },\n        {\n            \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n            \"book\": {\n                \"author_name\": [\n                    \"Enid Blyton\"\n                ],\n                \"contributor\": [\n                    \"Voilier, Glaude.\",\n                    \"Sarah Greene (Narrator)\"\n                ],\n                \"edition_count\": 6,\n                \"first_publish_year\": 1981,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"The Famous Five\"\n            }\n        }\n    ],\n    \"message\": \"All available books in library\",\n    \"number_of_authors\": 6,\n    \"number_of_books\": 6,\n    \"status_code\": 200\n}"},{"id":"1c040f7a-b59a-4484-aac6-f6c8e03af617","name":"https://bookwise-w5tp.onrender.com/api/user/view/library","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://bookwise-w5tp.onrender.com/api/user/view/library"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:26:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"781545546817b819-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"639c1251763555d146d4b7de\",\n            \"book\": {\n                \"author_name\": [\n                    \"Mark Manson\"\n                ],\n                \"contributor\": [\n                    \"I︠A︡strebov, Gleb, translator\",\n                    \"Roig, Anna,   translator\",\n                    \"Wayne, Roger, narrator\"\n                ],\n                \"edition_count\": 37,\n                \"first_publish_year\": 2016,\n                \"language\": [\n                    \"eng\",\n                    \"por\",\n                    \"rus\",\n                    \"spa\"\n                ],\n                \"price\": 558,\n                \"title\": \"The Subtle Art of Not Giving a F*ck\"\n            }\n        },\n        {\n            \"_id\": \"639c1437763555d146d4b7df\",\n            \"book\": {\n                \"author_name\": [\n                    \"Julie Ann Price\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2019,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 591,\n                \"title\": \"Companion Workbook : Atomic Habits\"\n            }\n        },\n        {\n            \"_id\": \"639f02e4af11f63bde22f6c5\",\n            \"book\": {\n                \"author_name\": [\n                    \"Atomic Habit Journal\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 1,\n                \"first_publish_year\": 2020,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Atomic Habits Journal\"\n            }\n        },\n        {\n            \"_id\": \"63ab2bbcf9958dc9854c0d2e\",\n            \"book\": {\n                \"author_name\": [\n                    \"Think Big\"\n                ],\n                \"contributor\": null,\n                \"edition_count\": 2,\n                \"first_publish_year\": 2021,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"Forget Attention,become a Ghost,just Hustle\"\n            }\n        },\n        {\n            \"_id\": \"63ad33d07281293f45fb1757\",\n            \"book\": {\n                \"author_name\": [\n                    \"Chinua Achebe\"\n                ],\n                \"contributor\": [\n                    \"Irele, Abiola.\",\n                    \"Alvarez Flórez, José Manuel, 1939-\",\n                    \"Vertaalgroep Administratief Centrum Bergeyk\",\n                    \"Ligny, Michel\",\n                    \"Francis Abiola Irele (Editor)\",\n                    \"Nguyễn, Hiến Lê, 1912-1984\",\n                    \"Hoài Khanh\",\n                    \"Peter Francis James (Narrator)\",\n                    \"Biyi Bandele (Introduction)\",\n                    \"Anthony Appiah (Introduction)\",\n                    \"Dicker, Jan\",\n                    \"Davey, John.\"\n                ],\n                \"edition_count\": 82,\n                \"first_publish_year\": 1958,\n                \"language\": [\n                    \"eng\",\n                    \"heb\",\n                    \"und\",\n                    \"fre\",\n                    \"yor\",\n                    \"spa\",\n                    \"ger\",\n                    \"dut\",\n                    \"vie\"\n                ],\n                \"price\": 558,\n                \"title\": \"Things Fall Apart\"\n            }\n        },\n        {\n            \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n            \"book\": {\n                \"author_name\": [\n                    \"Enid Blyton\"\n                ],\n                \"contributor\": [\n                    \"Voilier, Glaude.\",\n                    \"Sarah Greene (Narrator)\"\n                ],\n                \"edition_count\": 6,\n                \"first_publish_year\": 1981,\n                \"language\": [\n                    \"eng\"\n                ],\n                \"price\": 558,\n                \"title\": \"The Famous Five\"\n            }\n        }\n    ],\n    \"message\": \"All available books in library\",\n    \"number_of_authors\": 6,\n    \"number_of_books\": 6,\n    \"status_code\": 200\n}"}],"_postman_id":"11f5e01e-9a11-4c67-ae90-24888828145d"},{"name":"https://bookwise-w5tp.onrender.com/api/user/view/books","id":"7f1fa8a0-165b-468c-89d9-b2caeb5f4e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/view/books","description":"<p>Allow user to view user their book collection</p>\n","urlObject":{"protocol":"https","path":["api","user","view","books"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"597d58f2-807b-4d8e-9589-659cdc875701","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/view/books"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"4ba1f477-d8cd-4262-b156-f6c20b1d8f4a","name":"https://bookwise-w5tp.onrender.com/api/user/view/books","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/view/books"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:14:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7815342f3c27b987-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"User Book Collections\",\n    \"stat\": 0,\n    \"status_code\": 200\n}"},{"id":"c3ae79fb-3776-4474-821e-c4570378cbe5","name":"https://bookwise-w5tp.onrender.com/api/user/view/books","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/view/books"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:27:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7815464bbd4ab819-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n            \"author_name\": [\n                \"Enid Blyton\"\n            ],\n            \"title\": \"The Famous Five\"\n        }\n    ],\n    \"message\": \"User Book Collections\",\n    \"stat\": 1,\n    \"status_code\": 200\n}"}],"_postman_id":"7f1fa8a0-165b-468c-89d9-b2caeb5f4e67"},{"name":"https://bookwise-w5tp.onrender.com/api/user/search/book/{id}","id":"ee49fb34-48d1-4d2e-ab91-e1eca251f6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/search/book/63ad39cbc85172c0f7afd1f2","description":"<p>Search book from user collection</p>\n","urlObject":{"protocol":"https","path":["api","user","search","book","63ad39cbc85172c0f7afd1f2"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"0f896a99-8136-482f-8e4b-1dd0ddefac4a","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/search/book/{id}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"4aee349c-9e7d-4baf-ad0b-3b957fb6659a","name":"https://bookwise-w5tp.onrender.com/api/user/search/book/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/search/book/63ad39cbc85172c0f7afd1f2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 07:02:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7810abf05e2b0ba4-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n        \"user_library\": [\n            {\n                \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n                \"author_name\": [\n                    \"Enid Blyton\"\n                ],\n                \"title\": \"The Famous Five\"\n            }\n        ]\n    },\n    \"message\": \"Book is Found\",\n    \"status_code\": 200\n}"},{"id":"c0bbc713-f3c4-4204-bc60-ad01b9865086","name":"https://bookwise-w5tp.onrender.com/api/user/search/book/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/search/book/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 07:02:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7810abf05e2b0ba4-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n        \"user_library\": [\n            {\n                \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n                \"author_name\": [\n                    \"Enid Blyton\"\n                ],\n                \"title\": \"The Famous Five\"\n            }\n        ]\n    },\n    \"message\": \"Book is Found\",\n    \"status_code\": 200\n}"},{"id":"e2c0d1ec-c953-4bfe-bea2-c7e21a09fc23","name":"https://bookwise-w5tp.onrender.com/api/user/search/book/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/search/book/63ad39cbc85172c0f7afd1f2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:27:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"781547313867b819-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n        \"user_library\": [\n            {\n                \"_id\": \"63ad39cbc85172c0f7afd1f2\",\n                \"author_name\": [\n                    \"Enid Blyton\"\n                ],\n                \"title\": \"The Famous Five\"\n            }\n        ]\n    },\n    \"message\": \"Book is Found\",\n    \"status_code\": 200\n}"}],"_postman_id":"ee49fb34-48d1-4d2e-ab91-e1eca251f6ad"},{"name":"https://bookwise-w5tp.onrender.com/api/user/delete/book/{id}","id":"d94a0fb8-6178-4ff9-858b-dfa5db99d3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/delete/book/63ad39cbc85172c0f7afd1f2","description":"<p>Delete book from user collection</p>\n","urlObject":{"protocol":"https","path":["api","user","delete","book","63ad39cbc85172c0f7afd1f2"],"host":["bookwise-w5tp","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"37422f5e-a81e-4166-9770-a7e666338935","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/user/delete/book/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"e07dcc4d-64b8-4de2-814b-f7163cf79c9b","name":"https://bookwise-w5tp.onrender.com/api/user/delete/book/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/delete/book/63ad39cbc85172c0f7afd1f2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 07:03:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7810ac926a00b8d0-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Book with an ID: ObjectID(\\\"63ad39cbc85172c0f7afd1f2\\\") Deleted\",\n    \"status_code\": 200\n}"},{"id":"b6c6f98b-a47f-4a55-99e8-1907983ebe43","name":"https://bookwise-w5tp.onrender.com/api/user/delete/book/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://bookwise-w5tp.onrender.com/api/user/delete/book/63ad39cbc85172c0f7afd1f2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Dec 2022 20:28:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7815482b6f76b819-AMS"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Book with an ID: ObjectID(\\\"63ad39cbc85172c0f7afd1f2\\\") Deleted\",\n    \"status_code\": 200\n}"}],"_postman_id":"d94a0fb8-6178-4ff9-858b-dfa5db99d3d2"}]}