{"info":{"_postman_id":"baebceb2-3dfd-4e49-8cf2-b3ddb84255b5","name":"reviews","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24272923","collectionId":"baebceb2-3dfd-4e49-8cf2-b3ddb84255b5","publishedId":"2s8ZDczfN4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-26T01:10:51.000Z"},"item":[{"name":"Create review","id":"a8e5307c-ce63-4f53-af56-f932660bda9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"review\": \"\",\r\n    \"rating\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/books/6389585e743678f3b09826a0/reviews/","urlObject":{"port":"3000","path":["books","6389585e743678f3b09826a0","reviews",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8e5307c-ce63-4f53-af56-f932660bda9c"},{"name":"Get single review","id":"1a49ca7a-9768-4bab-ba5d-57c7796dd2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"127.0.0.1:3000/reviews/:id","urlObject":{"port":"3000","path":["reviews",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"c4bd1017-8ad2-48d1-a950-57860fac57a5","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1a49ca7a-9768-4bab-ba5d-57c7796dd2d9"},{"name":"Get all reviews of a book","id":"2663bf34-be11-41ff-963e-297422084048","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/:bookId/reviews","urlObject":{"port":"3000","path":["books",":bookId","reviews"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"1059f42a-fafd-4c2e-a549-32f0f1f4567a","type":"any","value":"","key":"bookId"}]}},"response":[],"_postman_id":"2663bf34-be11-41ff-963e-297422084048"},{"name":"Update review","id":"eee7b889-50ff-4d7d-a552-e932d07d0e21","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/reviews/:id","urlObject":{"port":"3000","path":["reviews",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"62c20084-024d-4d68-a9a3-0719227fcf96","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"eee7b889-50ff-4d7d-a552-e932d07d0e21"},{"name":"Delete review","id":"83240816-223e-44bd-8b10-25c2f956b6fa","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/reviews/:id","urlObject":{"port":"3000","path":["reviews",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"9293615f-66cd-4fc7-8d66-82202741cf97","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"83240816-223e-44bd-8b10-25c2f956b6fa"}]}