{"info":{"_postman_id":"e53b9790-ab61-4928-8bc7-c0cc01d8d91b","name":"books","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24272923","collectionId":"e53b9790-ab61-4928-8bc7-c0cc01d8d91b","publishedId":"2s8ZDczfHc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-26T00:35:09.000Z"},"item":[{"name":"Get query","id":"88e7732b-217c-4191-b22d-a5146074d2fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"127.0.0.1:3000/books/","urlObject":{"port":"3000","path":["books",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"88e7732b-217c-4191-b22d-a5146074d2fb"},{"name":"Get single book","id":"fdc924a5-9f37-455c-b200-65a9063cf176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"127.0.0.1:3000/books/5c88fa8cf4afda39709c2951","urlObject":{"port":"3000","path":["books","5c88fa8cf4afda39709c2951"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdc924a5-9f37-455c-b200-65a9063cf176"},{"name":"Update book","id":"05b2ac47-742f-497d-a051-44f24b1a640f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/books/5c88fa8cf4afda39709c2951","urlObject":{"port":"3000","path":["books","5c88fa8cf4afda39709c2951"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"05b2ac47-742f-497d-a051-44f24b1a640f"},{"name":"Delete book","id":"66c09294-6ebb-4e3d-8442-870379a4b4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/books/5c88fa8cf4afda39709c2951","urlObject":{"port":"3000","path":["books","5c88fa8cf4afda39709c2951"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"66c09294-6ebb-4e3d-8442-870379a4b4c6"},{"name":"Create book","id":"571ec195-e0ea-45bc-bde1-c46d8be0a20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Life is amazing: Part 2\",\r\n  \"author\": \"Brandon Philip\",\r\n  \"genre\": \"Philosophy\",\r\n  \"writenInYear\": 2019,\r\n  \"price\": 12,\r\n  \"image\": \"lifesamazing.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/books/","urlObject":{"port":"3000","path":["books",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"571ec195-e0ea-45bc-bde1-c46d8be0a20b"}]}