{"info":{"_postman_id":"5b9d492f-7da5-44dc-aa18-7e06d37801a2","name":"farm","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16584157","collectionId":"5b9d492f-7da5-44dc-aa18-7e06d37801a2","publishedId":"2s8Z6sbvay","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-21T06:13:02.000Z"},"item":[{"name":"auth","item":[{"name":"signup","id":"7aca3f13-2dcb-4c3b-b1c0-f7d6bca433fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p\",\n    \"email\": \"choi12@gmail.com\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/signup","urlObject":{"protocol":"http","port":"3500","path":["api","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47fd745c-d0f4-4e65-b77a-bd28b89c0750","name":"signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p\",\n    \"email\": \"choi12@gmail.com\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"380"},{"key":"Date","value":"Wed, 21 Dec 2022 06:25:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: choi12@gmail.com already exists\n            <br> &nbsp; &nbsp;at signup (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/auth.js:13:10)\n            <br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n        </pre>\n    </body>\n</html>"},{"id":"da9745c8-a492-4e2c-a187-4ca5e796c5a2","name":"signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p\",\n    \"email\": \"choi1212@gmail.com\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"ETag","value":"W/\"b4-iugftOAL48i+RJtuEeA4X8uSAQ4\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:25:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjAsImlhdCI6MTY3MTYwMzkzMCwiZXhwIjoxNjcxNzc2NzMwfQ.DHtezZooGrfBGMeQLI0MMtCEA_jOHOJpwCJeVU86fo0\",\n    \"email\": \"choi1212@gmail.com\"\n}"}],"_postman_id":"7aca3f13-2dcb-4c3b-b1c0-f7d6bca433fc"},{"name":"login","id":"6c893706-87c9-46ae-bd3f-dca685a51ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi@gmail.com\",\n    \"password\": \"abcd1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/login","urlObject":{"protocol":"http","port":"3500","path":["api","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b7a4668b-5acb-4145-98c9-f668014740cc","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi@gmail.com\",\n    \"password\": \"abcd1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"408"},{"key":"Date","value":"Wed, 21 Dec 2022 06:25:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 유효하지 않은 사용자 또는 비밀번호 입니다.\n            <br> &nbsp; &nbsp;at login (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/auth.js:37:10)\n            <br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n        </pre>\n    </body>\n</html>"},{"id":"168d9df3-681d-4bb7-9263-298a1cb47e57","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi1212@gmail.com\",\n    \"password\": \"abcd1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"208"},{"key":"ETag","value":"W/\"d0-SkiGd1nXBGzUzoXlgnBIZ15rbuQ\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:26:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6MjAsInJvbGUiOiJ1c2VyIn0sImlhdCI6MTY3MTYwMzk2NCwiZXhwIjoxNjcxNzc2NzY0fQ.a67iKn8srKHsNR2MZqdowSM8ZdL8rqGeK5ox9VFKnEE\",\n    \"email\": \"choi1212@gmail.com\"\n}"}],"_postman_id":"6c893706-87c9-46ae-bd3f-dca685a51ecb"},{"name":"me","id":"df5da5ab-c4e2-47e2-b161-3470001379b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6MjAsInJvbGUiOiJ1c2VyIn0sImlhdCI6MTY3MTYwNzkxOSwiZXhwIjoxNjcxNzgwNzE5fQ.g9-s1TQg_ia6co3ohB9mnAEIehun6q8srQpIujkqA1E","type":"text"}],"url":"http://localhost:3500/api/myInfo","urlObject":{"protocol":"http","port":"3500","path":["api","myInfo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bb468900-3926-4278-bd7a-eba40dad977d","name":"me","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTcsImlhdCI6MTY3MTU3NDk1OSwiZXhwIjoxNjcxNzQ3NzU5fQ.swXJJz6vABdyiradTws44ZxdUEiO2DbAyd02ZLkPSas","type":"text"}],"url":"http://localhost:3500/api/myInfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-9hGjypBOL12ij4IZ3wDuCXTr+/U\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:26:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Error\"\n}"},{"id":"734828d2-814e-4edc-a617-241cc96fa4f7","name":"me","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6MjAsInJvbGUiOiJ1c2VyIn0sImlhdCI6MTY3MTYwMzk2NCwiZXhwIjoxNjcxNzc2NzY0fQ.a67iKn8srKHsNR2MZqdowSM8ZdL8rqGeK5ox9VFKnEE","type":"text"}],"url":"http://localhost:3500/api/myInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-6PQO07AC4+Tu6IIdoCnkL6ja/3A\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:26:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"choi1212@gmail.com\",\n    \"name\": \"Choi-p\",\n    \"phoneNum\": \"01022509366\"\n}"}],"_postman_id":"df5da5ab-c4e2-47e2-b161-3470001379b7"}],"id":"b07a6d0f-b149-4ba7-88b2-55a52869a92e","_postman_id":"b07a6d0f-b149-4ba7-88b2-55a52869a92e","description":""},{"name":"farm","item":[{"name":"Create Farm","id":"cb27bc09-ce48-4c50-ab86-aab8bbfcc216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6OSwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE3MjgyNjYsImV4cCI6MTY3MTkwMTA2Nn0.wn0eOyGWghZ5VeiQYrToRwU71NuelxaGM9c5cEiq0t0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"참외\",\n    \"name\": \"참외 농장\",\n    \"address\": \"인천 강화군 불은면 덕진로 139\",\n    \"description\": \"메론 농장입니다. 메론을 체험하세요\",\n    \"owner\": \"메론\",\n    \"url\": \"https://nadoddam.s3.ap-northeast-2.amazonaws.com/1672084578446_christmas-gece1009b4_640.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms","urlObject":{"protocol":"http","port":"3500","path":["api","farms"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"93e2d696-cd33-47e0-bd18-9472eefbc14f","name":"Create Farm","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6Niwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE2MDQwNTcsImV4cCI6MTY3MTc3Njg1N30.9vGbmP6L8D1KYUvcGR-ffR9wGH4e5LCAqR7dVeDapO8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"watermelon\",\n    \"name\": \"박수 농장\",\n    \"address\": \"서울시 용이동2\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n    \"owner\": \"김박수\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"249"},{"key":"ETag","value":"W/\"f9-q99miqp+9+RfE0FP34BIwQOJ65c\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:49:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 36,\n    \"type\": \"watermelon\",\n    \"name\": \"박수 농장\",\n    \"address\": \"서울시 용이동2\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n    \"owner\": \"김박수\",\n    \"updatedAt\": \"2022-12-21T06:49:17.454Z\",\n    \"createdAt\": \"2022-12-21T06:49:17.454Z\"\n}"},{"id":"2aaaee59-adb6-4fa2-bdeb-1bf0d9d5cdc7","name":"Create Farm","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"watermelon\",\n    \"name\": \"박수 농장\",\n    \"address\": \"서울시 용이동2\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n    \"owner\": \"김박수\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-9hGjypBOL12ij4IZ3wDuCXTr+/U\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:49:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Error\"\n}"}],"_postman_id":"cb27bc09-ce48-4c50-ab86-aab8bbfcc216"},{"name":"Get Farms","id":"ecb4e48e-5059-40ad-94f6-33d175dc102e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3500/api/farms","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","name":"farm","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farms"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e99ce31-0d87-4ed1-92c3-7a7d7ad71f03","name":"Get Farms","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3500/api/farms?lastId=0&limit=5","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms"],"query":[{"key":"lastId","value":"0"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1888"},{"key":"ETag","value":"W/\"760-IFhS1xZ1z1shcE8LimJSI5pXAjA\""},{"key":"Date","value":"Sat, 24 Dec 2022 17:11:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 14,\n        \"type\": \"감\",\n        \"name\": \"감스트 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"감 농장입니다. 감을 체험하세요\",\n        \"owner\": \"김감감이다\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-24T08:31:18.000Z\",\n        \"updatedAt\": \"2022-12-24T08:31:18.000Z\"\n    },\n    {\n        \"id\": 13,\n        \"type\": \"감\",\n        \"name\": \"감 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"감 농장입니다. 감을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-24T07:48:12.000Z\",\n        \"updatedAt\": \"2022-12-24T07:48:12.000Z\"\n    },\n    {\n        \"id\": 12,\n        \"type\": \"딸기\",\n        \"name\": \"딸기 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"딸기 농장입니다. 딸기를 체험하세요\",\n        \"owner\": \"감딸기\",\n        \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\",\n        \"createdAt\": \"2022-12-23T04:19:06.000Z\",\n        \"updatedAt\": \"2022-12-23T04:19:06.000Z\"\n    },\n    {\n        \"id\": 11,\n        \"type\": \"채소\",\n        \"name\": \"이것저것 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"모든 체험 다 가능 합니다.\",\n        \"owner\": \"제갈이것\",\n        \"url\": \"https://images.pexels.com/photos/5479035/pexels-photo-5479035.jpeg?auto=compress&cs=tinysrgb&w=600\",\n        \"createdAt\": \"2022-12-22T18:45:34.000Z\",\n        \"updatedAt\": \"2022-12-22T18:45:34.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"type\": \"수박\",\n        \"name\": \"박수박수박수\",\n        \"address\": \"인천 강화군 불은면 덕진로 111\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김수박\",\n        \"url\": \"https://images.pexels.com/photos/12746878/pexels-photo-12746878.jpeg?auto=compress&cs=tinysrgb&w=600\",\n        \"createdAt\": \"2022-12-22T18:45:15.000Z\",\n        \"updatedAt\": \"2022-12-23T05:13:52.000Z\"\n    }\n]"}],"_postman_id":"ecb4e48e-5059-40ad-94f6-33d175dc102e"},{"name":"Get Farms by Type","event":[{"listen":"prerequest","script":{"id":"3fd280c6-0794-4f8f-82ed-f7340052a688","exec":[""],"type":"text/javascript"}}],"id":"a14a119e-bc36-4fea-9024-b0ed2fa39d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3500/api/farms?type=","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","name":"farm","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farms"],"host":["localhost"],"query":[{"key":"type","value":""}],"variable":[]}},"response":[{"id":"338368e5-e86b-4087-98cb-60c247f988e9","name":"Get Farms by Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3500/api/farms?type=watermelon","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms"],"query":[{"key":"type","value":"watermelon"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8758"},{"key":"ETag","value":"W/\"2236-kQXGTqOOjNCSUdx5WO24QPdajcA\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:50:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:57:10.000Z\",\n        \"updatedAt\": \"2022-12-21T02:57:10.000Z\"\n    },\n    {\n        \"id\": 2,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:59:03.000Z\",\n        \"updatedAt\": \"2022-12-21T02:59:03.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:59:45.000Z\",\n        \"updatedAt\": \"2022-12-21T02:59:45.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:01:04.000Z\",\n        \"updatedAt\": \"2022-12-21T03:01:04.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:01:56.000Z\",\n        \"updatedAt\": \"2022-12-21T03:01:56.000Z\"\n    },\n    {\n        \"id\": 6,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:04:51.000Z\",\n        \"updatedAt\": \"2022-12-21T03:04:51.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:08:31.000Z\",\n        \"updatedAt\": \"2022-12-21T03:08:31.000Z\"\n    },\n    {\n        \"id\": 8,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:09:37.000Z\",\n        \"updatedAt\": \"2022-12-21T03:09:37.000Z\"\n    },\n    {\n        \"id\": 9,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:12:12.000Z\",\n        \"updatedAt\": \"2022-12-21T03:12:12.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:13:28.000Z\",\n        \"updatedAt\": \"2022-12-21T03:13:28.000Z\"\n    },\n    {\n        \"id\": 11,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:53:26.000Z\",\n        \"updatedAt\": \"2022-12-21T03:53:26.000Z\"\n    },\n    {\n        \"id\": 12,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:59:08.000Z\",\n        \"updatedAt\": \"2022-12-21T03:59:08.000Z\"\n    },\n    {\n        \"id\": 13,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:59:57.000Z\",\n        \"updatedAt\": \"2022-12-21T03:59:57.000Z\"\n    },\n    {\n        \"id\": 14,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:00:38.000Z\",\n        \"updatedAt\": \"2022-12-21T04:00:38.000Z\"\n    },\n    {\n        \"id\": 15,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:00:48.000Z\",\n        \"updatedAt\": \"2022-12-21T04:00:48.000Z\"\n    },\n    {\n        \"id\": 16,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:01:18.000Z\",\n        \"updatedAt\": \"2022-12-21T04:01:18.000Z\"\n    },\n    {\n        \"id\": 17,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:01:39.000Z\",\n        \"updatedAt\": \"2022-12-21T04:01:39.000Z\"\n    },\n    {\n        \"id\": 18,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:02:21.000Z\",\n        \"updatedAt\": \"2022-12-21T04:02:21.000Z\"\n    },\n    {\n        \"id\": 19,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:02:42.000Z\",\n        \"updatedAt\": \"2022-12-21T04:02:42.000Z\"\n    },\n    {\n        \"id\": 20,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:03:40.000Z\",\n        \"updatedAt\": \"2022-12-21T04:03:40.000Z\"\n    },\n    {\n        \"id\": 21,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:04:02.000Z\",\n        \"updatedAt\": \"2022-12-21T04:04:02.000Z\"\n    },\n    {\n        \"id\": 22,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:04:39.000Z\",\n        \"updatedAt\": \"2022-12-21T04:04:39.000Z\"\n    },\n    {\n        \"id\": 23,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:05:37.000Z\",\n        \"updatedAt\": \"2022-12-21T04:05:37.000Z\"\n    },\n    {\n        \"id\": 24,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:06:52.000Z\",\n        \"updatedAt\": \"2022-12-21T04:06:52.000Z\"\n    },\n    {\n        \"id\": 25,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:07:18.000Z\",\n        \"updatedAt\": \"2022-12-21T04:07:18.000Z\"\n    },\n    {\n        \"id\": 26,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:08:48.000Z\",\n        \"updatedAt\": \"2022-12-21T04:08:48.000Z\"\n    },\n    {\n        \"id\": 27,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:09:54.000Z\",\n        \"updatedAt\": \"2022-12-21T04:09:54.000Z\"\n    },\n    {\n        \"id\": 28,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:10:53.000Z\",\n        \"updatedAt\": \"2022-12-21T04:10:53.000Z\"\n    },\n    {\n        \"id\": 29,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:11:34.000Z\",\n        \"updatedAt\": \"2022-12-21T04:11:34.000Z\"\n    },\n    {\n        \"id\": 30,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:12:32.000Z\",\n        \"updatedAt\": \"2022-12-21T04:12:32.000Z\"\n    },\n    {\n        \"id\": 31,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:12:35.000Z\",\n        \"updatedAt\": \"2022-12-21T04:12:35.000Z\"\n    },\n    {\n        \"id\": 32,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장 업데이트\",\n        \"address\": \"서울시 용이동2업\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:13:24.000Z\",\n        \"updatedAt\": \"2022-12-21T04:41:35.000Z\"\n    },\n    {\n        \"id\": 34,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:55:44.000Z\",\n        \"updatedAt\": \"2022-12-21T04:55:44.000Z\"\n    },\n    {\n        \"id\": 35,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T06:07:40.000Z\",\n        \"updatedAt\": \"2022-12-21T06:07:40.000Z\"\n    },\n    {\n        \"id\": 36,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T06:49:17.000Z\",\n        \"updatedAt\": \"2022-12-21T06:49:17.000Z\"\n    }\n]"}],"_postman_id":"a14a119e-bc36-4fea-9024-b0ed2fa39d14"},{"name":"Get Farms by Location","id":"f013e2b9-6b96-4fe3-a546-d2ff9a402eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"url":"http://localhost:3500/api/farms?location=평양","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","name":"farm","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farms"],"host":["localhost"],"query":[{"key":"location","value":"평양"}],"variable":[]}},"response":[{"id":"db3eabc6-73cf-4422-a6fe-4ecf76dddbad","name":"Get Farms by Location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"url":{"raw":"http://localhost:3500/api/farms?location=서울","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms"],"query":[{"key":"location","value":"서울"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9008"},{"key":"ETag","value":"W/\"2330-1ppelks028IcvhhpRQR088xi1+c\""},{"key":"Date","value":"Thu, 22 Dec 2022 05:04:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:57:10.000Z\",\n        \"updatedAt\": \"2022-12-21T02:57:10.000Z\"\n    },\n    {\n        \"id\": 2,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:59:03.000Z\",\n        \"updatedAt\": \"2022-12-21T02:59:03.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:59:45.000Z\",\n        \"updatedAt\": \"2022-12-21T02:59:45.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:01:04.000Z\",\n        \"updatedAt\": \"2022-12-21T03:01:04.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:01:56.000Z\",\n        \"updatedAt\": \"2022-12-21T03:01:56.000Z\"\n    },\n    {\n        \"id\": 6,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:04:51.000Z\",\n        \"updatedAt\": \"2022-12-21T03:04:51.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:08:31.000Z\",\n        \"updatedAt\": \"2022-12-21T03:08:31.000Z\"\n    },\n    {\n        \"id\": 8,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:09:37.000Z\",\n        \"updatedAt\": \"2022-12-21T03:09:37.000Z\"\n    },\n    {\n        \"id\": 9,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:12:12.000Z\",\n        \"updatedAt\": \"2022-12-21T03:12:12.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:13:28.000Z\",\n        \"updatedAt\": \"2022-12-21T03:13:28.000Z\"\n    },\n    {\n        \"id\": 11,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:53:26.000Z\",\n        \"updatedAt\": \"2022-12-21T03:53:26.000Z\"\n    },\n    {\n        \"id\": 12,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:59:08.000Z\",\n        \"updatedAt\": \"2022-12-21T03:59:08.000Z\"\n    },\n    {\n        \"id\": 13,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T03:59:57.000Z\",\n        \"updatedAt\": \"2022-12-21T03:59:57.000Z\"\n    },\n    {\n        \"id\": 14,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:00:38.000Z\",\n        \"updatedAt\": \"2022-12-21T04:00:38.000Z\"\n    },\n    {\n        \"id\": 15,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:00:48.000Z\",\n        \"updatedAt\": \"2022-12-21T04:00:48.000Z\"\n    },\n    {\n        \"id\": 16,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:01:18.000Z\",\n        \"updatedAt\": \"2022-12-21T04:01:18.000Z\"\n    },\n    {\n        \"id\": 17,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:01:39.000Z\",\n        \"updatedAt\": \"2022-12-21T04:01:39.000Z\"\n    },\n    {\n        \"id\": 18,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:02:21.000Z\",\n        \"updatedAt\": \"2022-12-21T04:02:21.000Z\"\n    },\n    {\n        \"id\": 19,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:02:42.000Z\",\n        \"updatedAt\": \"2022-12-21T04:02:42.000Z\"\n    },\n    {\n        \"id\": 20,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:03:40.000Z\",\n        \"updatedAt\": \"2022-12-21T04:03:40.000Z\"\n    },\n    {\n        \"id\": 21,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:04:02.000Z\",\n        \"updatedAt\": \"2022-12-21T04:04:02.000Z\"\n    },\n    {\n        \"id\": 22,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:04:39.000Z\",\n        \"updatedAt\": \"2022-12-21T04:04:39.000Z\"\n    },\n    {\n        \"id\": 23,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:05:37.000Z\",\n        \"updatedAt\": \"2022-12-21T04:05:37.000Z\"\n    },\n    {\n        \"id\": 24,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:06:52.000Z\",\n        \"updatedAt\": \"2022-12-21T04:06:52.000Z\"\n    },\n    {\n        \"id\": 25,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:07:18.000Z\",\n        \"updatedAt\": \"2022-12-21T04:07:18.000Z\"\n    },\n    {\n        \"id\": 26,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:08:48.000Z\",\n        \"updatedAt\": \"2022-12-21T04:08:48.000Z\"\n    },\n    {\n        \"id\": 27,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:09:54.000Z\",\n        \"updatedAt\": \"2022-12-21T04:09:54.000Z\"\n    },\n    {\n        \"id\": 28,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:10:53.000Z\",\n        \"updatedAt\": \"2022-12-21T04:10:53.000Z\"\n    },\n    {\n        \"id\": 29,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:11:34.000Z\",\n        \"updatedAt\": \"2022-12-21T04:11:34.000Z\"\n    },\n    {\n        \"id\": 30,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:12:32.000Z\",\n        \"updatedAt\": \"2022-12-21T04:12:32.000Z\"\n    },\n    {\n        \"id\": 31,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:12:35.000Z\",\n        \"updatedAt\": \"2022-12-21T04:12:35.000Z\"\n    },\n    {\n        \"id\": 32,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장 업데이트\",\n        \"address\": \"서울시 용이동2업\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:13:24.000Z\",\n        \"updatedAt\": \"2022-12-21T04:41:35.000Z\"\n    },\n    {\n        \"id\": 34,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T04:55:44.000Z\",\n        \"updatedAt\": \"2022-12-21T04:55:44.000Z\"\n    },\n    {\n        \"id\": 35,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T06:07:40.000Z\",\n        \"updatedAt\": \"2022-12-21T06:07:40.000Z\"\n    },\n    {\n        \"id\": 36,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T06:49:17.000Z\",\n        \"updatedAt\": \"2022-12-21T06:49:17.000Z\"\n    },\n    {\n        \"id\": 37,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-22T05:01:12.000Z\",\n        \"updatedAt\": \"2022-12-22T05:01:12.000Z\"\n    }\n]"},{"id":"a157c98e-8db3-448d-a1a9-86a7e382e5db","name":"Get Farms by Location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"url":{"raw":"http://localhost:3500/api/farms/location?location=평양","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms","location"],"query":[{"key":"location","value":"평양"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\""},{"key":"Date","value":"Thu, 22 Dec 2022 05:10:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"f013e2b9-6b96-4fe3-a546-d2ff9a402eeb"},{"name":"Update Farm","id":"f4233d36-2cd0-40b6-93e9-4e3d26d9e40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"수박\",\n    \"name\": \"업데이트 확인\",\n    \"address\": \"인천 강화군 불은면 덕진로 111\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n    \"owner\": \"김수박\",\n    \"url\": \"kfkdnfkdjnfkdjfkd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms/10","urlObject":{"protocol":"http","port":"3500","path":["api","farms","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1862a10e-a9fa-4f05-9252-0c1348c1a48e","name":"Update Farm","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"박수 농장 업\",\n    \"address\": \"서울시 용이동2업\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms/36"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9imuRLez3P7URNNj5ibt9BHsaag\""},{"key":"Date","value":"Thu, 22 Dec 2022 09:08:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    1\n]"},{"id":"b0515208-9868-4ec2-8261-532d67d1df10","name":"Update Farm","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"수박\",\n    \"name\": \"업데이트 확인\",\n    \"address\": \"인천 강화군 불은면 덕진로 111\",\n    \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n    \"owner\": \"김수박\",\n    \"url\": \"https://nadoddam.s3.ap-northeast-2.amazonaws.com/1672154560581_2022-12-27%2004%3B29%3B36.PNG,https://nadoddam.s3.ap-northeast-2.amazonaws.com/1672154560584_2022-12-27%2004%3B29%3B39.PNG,https://nadoddam.s3.ap-northeast-2.amazonaws.com/1672154560606_2022-1dfdfdfdfdf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farms/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9imuRLez3P7URNNj5ibt9BHsaag\""},{"key":"Date","value":"Tue, 27 Dec 2022 16:14:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    1\n]"}],"_postman_id":"f4233d36-2cd0-40b6-93e9-4e3d26d9e40f"},{"name":"Delete Farm","id":"291f8dc1-f037-4115-9898-20781a28baaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3500/api/farms/38","urlObject":{"protocol":"http","port":"3500","path":["api","farms","38"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fcd2c089-ebba-4044-ba21-50fc96d21d8c","name":"Delete Farm","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3500/api/farms/36"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Date","value":"Thu, 22 Dec 2022 09:11:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"291f8dc1-f037-4115-9898-20781a28baaf"},{"name":"농장 정보 조회","id":"5ad9f032-c29c-43ab-8967-f3763695fed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3500/api/farms/:farmId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","name":"farm","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farms",":farmId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"farmId"}]}},"response":[{"id":"dfa031b2-84bb-4317-ace9-67110e0e826d","name":"농장 정보 조회 리뷰 없을 때","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3500/api/farms/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms",":farmId"],"variable":[{"key":"farmId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"ETag","value":"W/\"10d-JA/cfPZk3Zn5rkUP7cmQsulc/Ec\""},{"key":"Date","value":"Thu, 22 Dec 2022 15:45:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"watermelon\",\n        \"name\": \"박수 농장\",\n        \"address\": \"서울시 용이동2\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김박수\",\n        \"createdAt\": \"2022-12-21T02:57:10.000Z\",\n        \"updatedAt\": \"2022-12-21T02:57:10.000Z\"\n    },\n    \"review\": []\n}"},{"id":"4a87fb1e-40ab-436f-8b67-f427d2d5a803","name":"유저가 농장 정보 조회 (data, review, farmer)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3500/api/farms/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","farms",":farmId"],"variable":[{"key":"farmId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1374"},{"key":"ETag","value":"W/\"55e-h1smtpS0pkSn3xedM8kQIF5ZgWc\""},{"key":"Date","value":"Fri, 23 Dec 2022 08:40:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"감\",\n        \"name\": \"감 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"감 농장입니다. 감을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-22T18:17:13.000Z\",\n        \"updatedAt\": \"2022-12-22T18:17:13.000Z\"\n    },\n    \"review\": [\n        {\n            \"id\": 1,\n            \"content\": \"사장님 나빠요\",\n            \"farm_id\": 2,\n            \"rating\": 3.5,\n            \"createdAt\": \"2022-12-21T09:14:03.000Z\",\n            \"updatedAt\": \"2022-12-21T09:14:03.000Z\",\n            \"user_id\": 3\n        },\n        {\n            \"id\": 2,\n            \"content\": \"사장님 좋아요!!!!\",\n            \"farm_id\": 2,\n            \"rating\": 3.5,\n            \"createdAt\": \"2022-12-21T09:58:39.000Z\",\n            \"updatedAt\": \"2022-12-21T09:58:39.000Z\",\n            \"user_id\": 3\n        },\n        {\n            \"id\": 3,\n            \"content\": \"사장님 친절해요!!!!\",\n            \"farm_id\": 2,\n            \"rating\": 4.5,\n            \"createdAt\": \"2022-12-21T10:01:04.000Z\",\n            \"updatedAt\": \"2022-12-21T10:01:04.000Z\",\n            \"user_id\": 3\n        },\n        {\n            \"id\": 4,\n            \"content\": \"딸기 맛있어요 !\",\n            \"farm_id\": 2,\n            \"rating\": 5,\n            \"createdAt\": \"2022-12-21T13:49:15.000Z\",\n            \"updatedAt\": \"2022-12-21T13:49:15.000Z\",\n            \"user_id\": 21\n        },\n        {\n            \"id\": 6,\n            \"content\": \"감 맛없어요...\",\n            \"farm_id\": 2,\n            \"rating\": 2,\n            \"createdAt\": \"2022-12-22T15:04:25.000Z\",\n            \"updatedAt\": \"2022-12-22T15:04:25.000Z\",\n            \"user_id\": 21\n        }\n    ],\n    \"farmer\": {\n        \"id\": 2,\n        \"email\": \"choi1@gmail.com\",\n        \"password\": \"$2b$12$eDJY5e6ceTQHnVOQ.cFahOz986zVxYsfOyEptwFKuKb8pcSdeSVki\",\n        \"name\": \"Choi-p1\",\n        \"phoneNum\": \"01022509366\",\n        \"role\": \"farmer\",\n        \"createdAt\": \"2022-12-22T18:13:29.000Z\",\n        \"updatedAt\": \"2022-12-22T18:17:14.000Z\",\n        \"farmId\": 2\n    }\n}"}],"_postman_id":"5ad9f032-c29c-43ab-8967-f3763695fed5"},{"name":"Get FarmInfo with FarmerInfo","id":"58d4f72c-fed3-40b0-86d0-b5eae6d0b9a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","name":"farm","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"682c0bc6-f47f-4432-9167-4384187bbbe2","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/farms/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-FvUaAsB3MYTS7rUvZuPnYHOlUjs\""},{"key":"Date","value":"Thu, 22 Dec 2022 18:53:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"email\": \"choi@gmail.com\",\n    \"password\": \"$2b$12$9myezH/dPZvTYUHuT5dUb.aej7SuKeGHb.C1SPMfmLj3VyDWwu2CS\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\",\n    \"role\": \"farmer\",\n    \"createdAt\": \"2022-12-22T18:13:14.000Z\",\n    \"updatedAt\": \"2022-12-22T18:16:15.000Z\",\n    \"farmId\": 1\n}"}],"_postman_id":"58d4f72c-fed3-40b0-86d0-b5eae6d0b9a4"},{"name":"Get All Farm Informaion","id":"31232656-4931-4cec-b64c-5f88b30eed49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/farms/farminformation","urlObject":{"protocol":"http","port":"3500","path":["api","farms","farminformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f50fac38-ebe6-4a48-867e-324c50ccdbfb","name":"Get All Farm Informaion","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/farms/farminformation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"599"},{"key":"ETag","value":"W/\"257-PpXKmebDo/BB2lH0ofvav9BdQJU\""},{"key":"Date","value":"Fri, 23 Dec 2022 03:47:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"farmInfo\": {\n        \"id\": 10,\n        \"type\": \"감\",\n        \"name\": \"업데이트 확인\",\n        \"address\": \"인천 강화군 불은면 덕진로 111\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-22T18:45:15.000Z\",\n        \"updatedAt\": \"2022-12-22T18:59:16.000Z\"\n    },\n    \"farmerInfo\": {\n        \"id\": 12,\n        \"email\": \"choi11@gmail.com\",\n        \"password\": \"$2b$12$H5RH0k6b1/ppJjw4YYlif.48HES03Ui3jp4D0aOAOCniXwepySYb6\",\n        \"name\": \"Choi-p1\",\n        \"phoneNum\": \"01022509366\",\n        \"role\": \"farmer\",\n        \"createdAt\": \"2022-12-22T18:44:46.000Z\",\n        \"updatedAt\": \"2022-12-22T18:45:15.000Z\",\n        \"farmId\": 10\n    }\n}"}],"_postman_id":"31232656-4931-4cec-b64c-5f88b30eed49"}],"id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3611fcff-34c3-4949-bb37-0672c8eced8a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6519732d-e955-4763-a690-434314d51645","type":"text/javascript","exec":[""]}}],"_postman_id":"ef6524b1-d9e7-4ad8-8d4b-a227ecfdf4ad","description":""},{"name":"timetable","item":[{"name":"Create TimeTable","id":"4fbccd97-63c6-4f3c-9068-efb39c15bab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-12-19\",\n    \"personnel\": \"3\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables","urlObject":{"protocol":"http","port":"3500","path":["api","timetables"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c59f157-aa2b-43a3-83d1-73d0e9c02728","name":"Create TimeTable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-12-19\",\n    \"personnel\": \"3\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-kxWZJnC/U4I9rGex0h/37u/8Vhg\""},{"key":"Date","value":"Fri, 23 Dec 2022 04:08:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"date\": \"2022-12-19\",\n    \"personnel\": \"3\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\",\n    \"farmId\": 10,\n    \"updatedAt\": \"2022-12-23T04:08:11.755Z\",\n    \"createdAt\": \"2022-12-23T04:08:11.755Z\"\n}"},{"id":"4d0a23bd-ecf6-410a-9c4d-c5978c36f978","name":"Create TimeTable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-12-19\",\n    \"personnel\": \"3\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-PAzVW55usFSO+ZtRQLsZtMeHSh4\""},{"key":"Date","value":"Fri, 23 Dec 2022 05:18:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"date\": \"2022-12-19\",\n    \"personnel\": \"3\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\",\n    \"farmId\": 10,\n    \"updatedAt\": \"2022-12-23T05:18:29.792Z\",\n    \"createdAt\": \"2022-12-23T05:18:29.792Z\"\n}"}],"_postman_id":"4fbccd97-63c6-4f3c-9068-efb39c15bab0"},{"name":"Get TimeTables (해당농장주의 농장 체험시간표조회)","id":"1c9612a5-b743-43c4-a976-22d3fc4d22b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/timetables/owner","urlObject":{"protocol":"http","port":"3500","path":["api","timetables","owner"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2fc7e836-2e8a-4567-a219-108fbb47408f","name":"Get TimeTables (해당농장주의 농장 체험시간표조회)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3500/api/timetables/owner?lastId=30&limit=2","protocol":"http","host":["localhost"],"port":"3500","path":["api","timetables","owner"],"query":[{"key":"lastId","value":"30"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"389"},{"key":"ETag","value":"W/\"185-xE+pEsp3BT/simTeKCdF59ks5Iw\""},{"key":"Date","value":"Sat, 24 Dec 2022 11:41:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 31,\n        \"date\": \"2022-12-19\",\n        \"personnel\": 3,\n        \"price\": 10000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": \"2022-12-24T10:26:50.000Z\",\n        \"updatedAt\": \"2022-12-24T10:26:50.000Z\",\n        \"farmId\": 14\n    },\n    {\n        \"id\": 32,\n        \"date\": \"2022-12-19\",\n        \"personnel\": 3,\n        \"price\": 10000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": \"2022-12-24T10:26:51.000Z\",\n        \"updatedAt\": \"2022-12-24T10:26:51.000Z\",\n        \"farmId\": 14\n    }\n]"}],"_postman_id":"1c9612a5-b743-43c4-a976-22d3fc4d22b3"},{"name":"Update TimeTable","id":"2b9cc4a9-1f8f-47eb-b7d0-2e3b51171c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2023-01-03\",\n    \"personnel\": \"30\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00\",\n    \"end_time\": \"14:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables/129","urlObject":{"protocol":"http","port":"3500","path":["api","timetables","129"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6595f8a1-3202-4e15-bec4-329734b10e35","name":"Update TimeTable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-12-20\",\n    \"personnel\": \"20\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables/20"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"428"},{"key":"Date","value":"Sat, 24 Dec 2022 08:47:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장주만 체험시간표를 수정할 수 있습니다.\n            <br> &nbsp; &nbsp;at updateTimeTable (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/timetable.js:55:9)\n            <br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n        </pre>\n    </body>\n</html>"},{"id":"a83e0aa9-04d0-40bc-a774-d389edeffd85","name":"Update TimeTable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2022-12-20\",\n    \"personnel\": \"20\",\n    \"price\": \"10000\",\n    \"start_time\": \"12:00:00\",\n    \"end_time\": \"14:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/timetables/24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9imuRLez3P7URNNj5ibt9BHsaag\""},{"key":"Date","value":"Sat, 24 Dec 2022 08:47:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    1\n]"}],"_postman_id":"2b9cc4a9-1f8f-47eb-b7d0-2e3b51171c96"},{"name":"Delete TimeTable","id":"eff80f77-fbd2-4f0c-abb8-c54e469a5d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3500/api/timetables/24","urlObject":{"protocol":"http","port":"3500","path":["api","timetables","24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f876d55-44d5-4586-9a66-550d173fbd30","name":"Delete TimeTable","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3500/api/timetables/20"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"429"},{"key":"Date","value":"Sat, 24 Dec 2022 08:56:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장주만 체험시간표를 삭제할 수 있습니다.\n            <br> &nbsp; &nbsp;at removeTimeTable (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/timetable.js:83:10)\n            <br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n        </pre>\n    </body>\n</html>"},{"id":"c90b1886-9ea8-4d9f-8129-54b0c50863a0","name":"Delete TimeTable","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3500/api/timetables/24"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Date","value":"Sat, 24 Dec 2022 08:56:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eff80f77-fbd2-4f0c-abb8-c54e469a5d50"},{"name":"Get TimeTables(해당농장의 id값을 갖고 일반 사용자가 조회)","id":"37ea13de-401b-470b-90ed-37c4ccd11054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3500/api/timetables/10","urlObject":{"protocol":"http","port":"3500","path":["api","timetables","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"248f8311-4117-456b-acfc-34e6142a585d","name":"Get TimeTables(해당농장의 id값을 갖고 일반 사용자가 조회)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/timetables/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"620"},{"key":"ETag","value":"W/\"26c-FA1SKkP6rH3DR1x80rn3alm0BBk\""},{"key":"Date","value":"Sat, 24 Dec 2022 09:04:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"date\": \"2022-12-20\",\n        \"personnel\": 2,\n        \"price\": 10000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": null,\n        \"updatedAt\": \"2022-12-24T08:20:52.000Z\",\n        \"farmId\": 10\n    },\n    {\n        \"id\": 2,\n        \"date\": \"2022-12-19\",\n        \"personnel\": 3,\n        \"price\": 10000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": null,\n        \"updatedAt\": null,\n        \"farmId\": 10\n    },\n    {\n        \"id\": 7,\n        \"date\": \"2022-12-25\",\n        \"personnel\": 10,\n        \"price\": 15000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": null,\n        \"updatedAt\": null,\n        \"farmId\": 10\n    },\n    {\n        \"id\": 8,\n        \"date\": \"2022-12-25\",\n        \"personnel\": 2,\n        \"price\": 15000,\n        \"start_time\": \"12:00:00\",\n        \"end_time\": \"14:00:00\",\n        \"createdAt\": null,\n        \"updatedAt\": null,\n        \"farmId\": 10\n    }\n]"}],"_postman_id":"37ea13de-401b-470b-90ed-37c4ccd11054"}],"id":"5f575b66-fd7f-435e-8e40-43ce42b803c0","_postman_id":"5f575b66-fd7f-435e-8e40-43ce42b803c0","description":""},{"name":"farmer","item":[{"name":"signup Farmer","id":"05caac13-224e-4dde-b15e-ffb35dadecce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi@gmail.com\",\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"013dd77b-0589-4409-b095-7b875e3675fc","id":"013dd77b-0589-4409-b095-7b875e3675fc","name":"farmer","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farmers","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f311de9-b9fb-465a-ab17-e5b0afb1a98b","name":"signup Farmer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi1010@gmail.com\",\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"178"},{"key":"ETag","value":"W/\"b2-+lHs3jFWLhyrL0urQpPvaUYoK2c\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:27:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwiaWF0IjoxNjcxNjA0MDM1LCJleHAiOjE2NzE3NzY4MzV9.iS7VceqD24uXGm7f1dDHgVCSPUYRBPmHESJfQgmMrs8\",\n    \"email\": \"choi1010@gmail.com\"\n}"},{"id":"fc62b2a4-0728-4e33-98f2-b67ad11d967e","name":"signup Farmer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi1010@gmail.com\",\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"384"},{"key":"Date","value":"Wed, 21 Dec 2022 06:27:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: choi1010@gmail.com already exists\n            <br> &nbsp; &nbsp;at signup (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/farmer.js:13:10)\n            <br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"05caac13-224e-4dde-b15e-ffb35dadecce"},{"name":"login Farmer","id":"56fd7dc2-dba7-4139-9919-a451c41f1c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi@gmail.com\",\n    \"password\": \"abcd1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"013dd77b-0589-4409-b095-7b875e3675fc","id":"013dd77b-0589-4409-b095-7b875e3675fc","name":"farmer","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farmers","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a670e063-3385-4cdd-9ce3-355974aff9b9","name":"login Farmer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi1010@gmail.com\",\n    \"password\": \"abcd1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-hiPiYDdXRxYygXt/QXVHBQDaN+g\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:27:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6Niwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE2MDQwNTcsImV4cCI6MTY3MTc3Njg1N30.9vGbmP6L8D1KYUvcGR-ffR9wGH4e5LCAqR7dVeDapO8\",\n    \"email\": \"choi1010@gmail.com\",\n    \"role\": \"farmer\"\n}"},{"id":"a83aa4fb-3adb-4ca7-a8c9-b2bfc6101cc9","name":"login Farmer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"choi1010@gmail.com\",\n    \"password\": \"abcd12345\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"315"},{"key":"Date","value":"Wed, 21 Dec 2022 06:28:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 유효하지 않은 농장주 또는 비밀번호 입니다.\n            <br> &nbsp; &nbsp;at login (file:///Users/pilsungchoi/projects/fruit%20farm/fruit_farm/server/controller/farmer.js:44:10)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"56fd7dc2-dba7-4139-9919-a451c41f1c0f"},{"name":"Get farmer information","id":"34e64a39-bef9-4601-a0f1-67192b81658f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6OSwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE3MjczODcsImV4cCI6MTY3MTkwMDE4N30.L_r3qoqa5bqlxOmryUqDqPZysQEBm8ZLjPqHqhByFvw","type":"text"}],"url":"http://localhost:3500/api/farmers/information","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"013dd77b-0589-4409-b095-7b875e3675fc","id":"013dd77b-0589-4409-b095-7b875e3675fc","name":"farmer","type":"folder"}},"urlObject":{"protocol":"http","port":"3500","path":["api","farmers","information"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"10d3f4b4-4fa2-4264-a373-1a6b501580ab","name":"Get information","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6Niwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE2MDQwNTcsImV4cCI6MTY3MTc3Njg1N30.9vGbmP6L8D1KYUvcGR-ffR9wGH4e5LCAqR7dVeDapO8","type":"text"}],"url":"http://localhost:3500/api/farmers/information"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-9hGjypBOL12ij4IZ3wDuCXTr+/U\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:28:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Error\"\n}"},{"id":"f8e1a04b-38fa-4148-834c-9994c982fa21","name":"Get farmer information","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6Niwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE2MDQxNjQsImV4cCI6MTY3MTc3Njk2NH0.Fy3oH_MFUmP5eeGXSp9L0PcJ13cDcH-4gN5Rk5eLqU0","type":"text"}],"url":"http://localhost:3500/api/farmers/information"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-v4dC6QeJvde62XeWGHOPF4lRQh4\""},{"key":"Date","value":"Wed, 21 Dec 2022 06:45:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"choi1010@gmail.com\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\"\n}"},{"id":"02fa0506-e8f8-4c8e-a08f-15969bb18b13","name":"Get farmer information","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJpZCI6OSwicm9sZSI6ImZhcm1lciJ9LCJpYXQiOjE2NzE3MjczODcsImV4cCI6MTY3MTkwMDE4N30.L_r3qoqa5bqlxOmryUqDqPZysQEBm8ZLjPqHqhByFvw","type":"text"}],"url":"http://localhost:3500/api/farmers/information"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-BSLWFt/uS2PXHGQDqP/udHy5ftk\""},{"key":"Date","value":"Fri, 23 Dec 2022 05:40:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"choi8@gmail.com\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01022509366\"\n}"}],"_postman_id":"34e64a39-bef9-4601-a0f1-67192b81658f"},{"name":"Update farmer Infomation","id":"162c96aa-123b-4676-b840-8e8b81fc7e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"popo@gmail.com\",\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01012341234\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/update","urlObject":{"protocol":"http","port":"3500","path":["api","farmers","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22ec30fc-0d23-41b1-8642-e3fc68e1cb2c","name":"Update farmer Infomation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"poppo@gmail.com\",\n    \"password\": \"abcd1234\",\n    \"name\": \"Choi-p1\",\n    \"phoneNum\": \"01012341234\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/farmers/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9imuRLez3P7URNNj5ibt9BHsaag\""},{"key":"Date","value":"Fri, 23 Dec 2022 06:03:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    1\n]"}],"_postman_id":"162c96aa-123b-4676-b840-8e8b81fc7e88"},{"name":"농장주의 농장 정보 조회","id":"229cf1c7-da2f-4526-b6b2-d77bb45cc679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/farmer/farmInfo","urlObject":{"protocol":"http","port":"3500","path":["api","farmer","farmInfo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f8077b6-37a5-4f8f-a908-0a1e40814ac0","name":"농장주의 농장 정보 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/farmers/farmInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"526"},{"key":"ETag","value":"W/\"20e-OFh3DeafOl5iiiChFrZ3dUzRlYc\""},{"key":"Date","value":"Sat, 24 Dec 2022 12:43:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"type\": \"딸기\",\n    \"name\": \"딸기 농장\",\n    \"address\": \"인천 강화군 불은면 덕진로 139\",\n    \"description\": \"딸기 농장입니다. 딸기를 체험하세요\",\n    \"owner\": \"감딸기\",\n    \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\",\n    \"createdAt\": \"2022-12-23T04:19:06.000Z\",\n    \"updatedAt\": \"2022-12-23T04:19:06.000Z\"\n}"},{"id":"72496453-062d-4d38-a194-9b6cf921bbbf","name":"농장주의 농장 정보 조회 (농장 등록 안되어 있을 때)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/farmers/farmInfo"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"432"},{"key":"Date","value":"Sat, 24 Dec 2022 12:44:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 농장주에게 등록된 농장이 없습니다.\n            <br> &nbsp; &nbsp;at getfarmInfo (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/farmer.js:100:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"229cf1c7-da2f-4526-b6b2-d77bb45cc679"}],"id":"013dd77b-0589-4409-b095-7b875e3675fc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e912241d-5d30-474e-b8e2-f615dacb660b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3253d427-4b31-4e5e-bc93-ad577a3efb92","type":"text/javascript","exec":[""]}}],"_postman_id":"013dd77b-0589-4409-b095-7b875e3675fc","description":""},{"name":"review","item":[{"name":"리뷰쓰기","id":"59e282cb-6872-4d68-b5d5-5e537e694b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"사장님 나빠요 \",\r\n    \"rating\": \"2.5\",\r\n    \"farm_id\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/review/:reserveId","urlObject":{"protocol":"http","port":"3500","path":["api","review",":reserveId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"reserveId"}]}},"response":[{"id":"8deced18-f51f-4d41-873f-06c058ab5e7e","name":"리뷰쓰기 (잘못된 예약 정보 접근)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"수박을 처음 따 봤는데 힘들지만 재밌었어요 !\",\r\n    \"rating\": \"4.5\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/review/:reserveId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reserveId"],"variable":[{"key":"reserveId","value":"6"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"424"},{"key":"Date","value":"Sat, 24 Dec 2022 05:07:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 유저의 해당 예약 정보가 없습니다.\n            <br> &nbsp; &nbsp;at review (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:12:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"d303f769-339b-411b-8712-41e7bbc896e7","name":"리뷰쓰기 (체험 완료아니면 안됨)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"수박을 처음 따 봤는데 힘들지만 재밌었어요 !\",\r\n    \"rating\": \"4.5\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/review/:reserveId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reserveId"],"variable":[{"key":"reserveId","value":"7"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"444"},{"key":"Date","value":"Sat, 24 Dec 2022 05:07:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 체험이 완료되지 않아 리뷰를 작성할 수 없습니다.\n            <br> &nbsp; &nbsp;at review (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:15:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"44a6beae-a486-46b7-b999-a0c565d40d1b","name":"리뷰쓰기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"사장님 나빠요 \",\r\n    \"rating\": \"2.5\",\r\n    \"farm_id\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/review/:reserveId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reserveId"],"variable":[{"key":"reserveId","value":"2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"176"},{"key":"ETag","value":"W/\"b0-7j0R9jwHRD3KFiNntwosa3A59k0\""},{"key":"Date","value":"Sat, 24 Dec 2022 06:40:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"content\": \"사장님 나빠요 \",\n    \"farm_id\": 2,\n    \"reserve_id\": \"2\",\n    \"user_id\": 21,\n    \"rating\": \"2.5\",\n    \"updatedAt\": \"2022-12-24T06:40:28.800Z\",\n    \"createdAt\": \"2022-12-24T06:40:28.800Z\"\n}"}],"_postman_id":"59e282cb-6872-4d68-b5d5-5e537e694b67"},{"name":"본인 리뷰 조회","id":"dc018a3c-bbcd-4084-a60e-4497cecbef9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/review","urlObject":{"protocol":"http","port":"3500","path":["api","review"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ba40d3a-387b-41d1-bb4b-649fcfe2c79e","name":"본인 리뷰 조회 (review + time + reserveInfo)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/review"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2326"},{"key":"ETag","value":"W/\"916-YqgjSjJh7qVVIZI6bPLdNxcv4EQ\""},{"key":"Date","value":"Mon, 26 Dec 2022 05:32:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"review\": {\n            \"id\": 1,\n            \"content\": \"수박을 처음 따 봤는데 힘들지만 재밌었어요 !\",\n            \"reserve_id\": 34,\n            \"farm_id\": 10,\n            \"rating\": 4.5,\n            \"createdAt\": \"2022-12-24T06:32:34.000Z\",\n            \"updatedAt\": \"2022-12-24T06:32:34.000Z\",\n            \"user_id\": 21\n        },\n        \"time\": {\n            \"id\": 37,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"farmName\": \"감스트 농장\"\n        },\n        \"reserveInfo\": {\n            \"id\": 34,\n            \"total_price\": 150000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"name\": \"이순신\",\n            \"email\": \"babo@gmail.com\",\n            \"phoneNum\": \"01012345678\",\n            \"time_id\": 37,\n            \"createdAt\": \"2022-12-26T05:21:46.000Z\",\n            \"updatedAt\": \"2022-12-26T05:21:46.000Z\",\n            \"user_id\": 21\n        }\n    },\n    {\n        \"review\": {\n            \"id\": 4,\n            \"content\": \"사장님 나빠요 \",\n            \"reserve_id\": 2,\n            \"farm_id\": 12,\n            \"rating\": 2.5,\n            \"createdAt\": \"2022-12-24T06:57:42.000Z\",\n            \"updatedAt\": \"2022-12-24T06:57:42.000Z\",\n            \"user_id\": 21\n        },\n        \"time\": {\n            \"id\": 20,\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"16:41:00\",\n            \"end_time\": \"18:41:00\",\n            \"farmName\": \"딸기 농장\"\n        },\n        \"reserveInfo\": {\n            \"id\": 2,\n            \"total_price\": 100000,\n            \"status\": \"체험완료\",\n            \"personnel\": 2,\n            \"payment\": \"card\",\n            \"name\": \"김유신\",\n            \"email\": \"test@gmail.com\",\n            \"phoneNum\": \"01011111111\",\n            \"time_id\": 20,\n            \"createdAt\": \"2022-12-22T02:55:31.000Z\",\n            \"updatedAt\": \"2022-12-22T02:55:31.000Z\",\n            \"user_id\": 3\n        }\n    },\n    {\n        \"review\": {\n            \"id\": 5,\n            \"content\": \"사장님 좋아요 \",\n            \"reserve_id\": 35,\n            \"farm_id\": 10,\n            \"rating\": 4.5,\n            \"createdAt\": \"2022-12-24T07:03:43.000Z\",\n            \"updatedAt\": \"2022-12-24T07:03:43.000Z\",\n            \"user_id\": 21\n        },\n        \"time\": {\n            \"id\": 38,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"farmName\": \"감스트 농장\"\n        },\n        \"reserveInfo\": {\n            \"id\": 35,\n            \"total_price\": 180000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"name\": \"이순신\",\n            \"email\": \"merong@gmail.com\",\n            \"phoneNum\": \"01012345678\",\n            \"time_id\": 38,\n            \"createdAt\": \"2022-12-26T05:21:59.000Z\",\n            \"updatedAt\": \"2022-12-26T05:21:59.000Z\",\n            \"user_id\": 21\n        }\n    },\n    {\n        \"review\": {\n            \"id\": 6,\n            \"content\": \"사장님 좋아요 \",\n            \"reserve_id\": 36,\n            \"farm_id\": 1,\n            \"rating\": 4.5,\n            \"createdAt\": \"2022-12-24T07:08:06.000Z\",\n            \"updatedAt\": \"2022-12-24T07:08:06.000Z\",\n            \"user_id\": 21\n        },\n        \"time\": {\n            \"id\": 35,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"farmName\": \"감스트 농장\"\n        },\n        \"reserveInfo\": {\n            \"id\": 36,\n            \"total_price\": 20000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"name\": \"이순신\",\n            \"email\": \"merong@gmail.com\",\n            \"phoneNum\": \"01012345678\",\n            \"time_id\": 35,\n            \"createdAt\": \"2022-12-26T05:22:05.000Z\",\n            \"updatedAt\": \"2022-12-26T05:22:05.000Z\",\n            \"user_id\": 21\n        }\n    }\n]"}],"_postman_id":"dc018a3c-bbcd-4084-a60e-4497cecbef9c"},{"name":"리뷰 삭제","id":"f3caece8-30cb-4842-85ba-a10e91fbeccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3500/api/review/:reviewId","urlObject":{"protocol":"http","port":"3500","path":["api","review",":reviewId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"reviewId"}]}},"response":[{"id":"3a1db362-043a-4dae-b34e-36b8442017ae","name":"리뷰 삭제 (잘못된 리뷰 내역 접근)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/review/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reviewId"],"variable":[{"key":"reviewId","value":"3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"438"},{"key":"Date","value":"Sat, 24 Dec 2022 05:26:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 리뷰에 대한 유저의 정보는 없습니다.\n            <br> &nbsp; &nbsp;at reviewDrop (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:43:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"c2f886f0-c3e4-4437-9c38-4910c1511b21","name":"리뷰 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/review/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reviewId"],"variable":[{"key":"reviewId","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-QF7QiTRjjHV7/+HYfGbW2n3BwL8\""},{"key":"Date","value":"Sat, 24 Dec 2022 05:27:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6\",\n    \"message\": \"delete !\"\n}"}],"_postman_id":"f3caece8-30cb-4842-85ba-a10e91fbeccd"},{"name":"리뷰 수정","id":"85ce9fa7-366a-4a2f-9800-2f0b75a8e7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": \"4.7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/review/:reviewId","urlObject":{"protocol":"http","port":"3500","path":["api","review",":reviewId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"7","key":"reviewId"}]}},"response":[{"id":"ba43f937-be32-476f-a834-426e946fd1e5","name":"리뷰 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": \"5.0\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/review/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reviewId"],"variable":[{"key":"reviewId","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-3Cb7NZgyvHUaR+8eUXzpYsS7gX8\""},{"key":"Date","value":"Sat, 24 Dec 2022 05:32:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update!\"\n}"},{"id":"ca931f5d-40fb-444b-9557-c635b935e92f","name":"리뷰 수정 (잘못된 리뷰 접근)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": \"5.0\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/review/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review",":reviewId"],"variable":[{"key":"reviewId","value":"6"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"614"},{"key":"Date","value":"Sat, 24 Dec 2022 05:33:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 리뷰가 없습니다. 다시 한 번 확인해 주세요.\n            <br> &nbsp; &nbsp;at setReview (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:80:9)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n            <br> &nbsp; &nbsp;at async reviewUpdate (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:104:24)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"85ce9fa7-366a-4a2f-9800-2f0b75a8e7b0"},{"name":"농장주 리뷰 조회","id":"12ad2271-9574-4e5e-8225-4c587ee7caa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/review/farmer","urlObject":{"protocol":"http","port":"3500","path":["api","review","farmer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7601c1ff-754c-45a9-a5cb-21a49e6cf74f","name":"농장주 리뷰 조회 (등록된 농장 없음)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/review/farmer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"444"},{"key":"Date","value":"Sat, 24 Dec 2022 06:05:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장주는 등록된 농장이 없습니다.\n            <br> &nbsp; &nbsp;at getReviewDataFarmer (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:117:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"4a774342-4478-4f15-97ac-fa6edaaa04b8","name":"농장주 리뷰 조회 (리뷰 + 예약정보)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/review/farmer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"580"},{"key":"ETag","value":"W/\"244-UBXanfxgjkxBFugkdBAWX/uy2kg\""},{"key":"Date","value":"Mon, 26 Dec 2022 05:33:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"review\": {\n            \"id\": 4,\n            \"content\": \"사장님 나빠요 \",\n            \"reserve_id\": 2,\n            \"farm_id\": 12,\n            \"rating\": 2.5,\n            \"createdAt\": \"2022-12-24T06:57:42.000Z\",\n            \"updatedAt\": \"2022-12-24T06:57:42.000Z\",\n            \"user_id\": 21\n        },\n        \"reserve\": {\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"16:41:00\",\n            \"end_time\": \"18:41:00\",\n            \"farmId\": 12,\n            \"personnel\": 2\n        }\n    },\n    {\n        \"review\": {\n            \"id\": 8,\n            \"content\": \"사장님 좋아요 \",\n            \"reserve_id\": 19,\n            \"farm_id\": 12,\n            \"rating\": 4.5,\n            \"createdAt\": \"2022-12-24T11:34:20.000Z\",\n            \"updatedAt\": \"2022-12-24T11:34:20.000Z\",\n            \"user_id\": 24\n        },\n        \"reserve\": {\n            \"date\": \"2022-12-24\",\n            \"start_time\": \"16:50:00\",\n            \"end_time\": \"18:50:00\",\n            \"farmId\": 12,\n            \"personnel\": 4\n        }\n    }\n]"}],"_postman_id":"12ad2271-9574-4e5e-8225-4c587ee7caa9"},{"name":"농장주 리뷰 삭제하기","id":"67e58c09-5f2a-41fc-a38a-fba6abce1cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3500/api/review/farmer/:reviewId","urlObject":{"protocol":"http","port":"3500","path":["api","review","farmer",":reviewId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"12","key":"reviewId"}]}},"response":[{"id":"d9137277-4074-4b7d-8085-ddff059dec58","name":"농장주 리뷰 삭제하기","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/review/farmer/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review","farmer",":reviewId"],"variable":[{"key":"reviewId","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-Nq1H6qcz3lWwW9ca6KGlwWe8Gew\""},{"key":"Date","value":"Sat, 24 Dec 2022 11:26:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7\",\n    \"message\": \"delete !\"\n}"},{"id":"7be19009-8c6f-48cc-b69b-685f87548b41","name":"농장주 리뷰 삭제하기 (잘못 접근)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/review/farmer/:reviewId","protocol":"http","host":["localhost"],"port":"3500","path":["api","review","farmer",":reviewId"],"variable":[{"key":"reviewId","value":"6"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"434"},{"key":"Date","value":"Sat, 24 Dec 2022 11:27:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당리뷰에 대한 권한이 없습니다.\n            <br> &nbsp; &nbsp;at reviewDropFarmer (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/review.js:185:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"67e58c09-5f2a-41fc-a38a-fba6abce1cdb"}],"id":"a739dcc5-8260-4681-9681-93f619cf7f10","_postman_id":"a739dcc5-8260-4681-9681-93f619cf7f10","description":""},{"name":"likeFarms","item":[{"name":"찜하기","id":"6c684276-1450-4225-ba3d-5c164dd1bbfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/like/:farmId","urlObject":{"protocol":"http","port":"3500","path":["api","like",":farmId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"10","key":"farmId"}]}},"response":[{"id":"20e823f3-c247-4272-8aa1-52a11c0f6669","name":"이미 찜한 농장","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/like/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","like",":farmId"],"variable":[{"key":"farmId","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"408"},{"key":"Date","value":"Thu, 22 Dec 2022 02:36:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 이미 찜한 농장입니다.\n            <br> &nbsp; &nbsp;at like (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/likeFarms.js:16:19)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"f1674bb1-1dea-4af9-91b4-7d8e4f8915fd","name":"찜하기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/like/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","like",":farmId"],"variable":[{"key":"farmId","value":"10"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-/QjM96nAMumqVQkRE6iIMhm/5fw\""},{"key":"Date","value":"Thu, 22 Dec 2022 15:50:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 46,\n    \"user_id\": 21,\n    \"farm_id\": \"10\",\n    \"updatedAt\": \"2022-12-22T15:50:34.422Z\",\n    \"createdAt\": \"2022-12-22T15:50:34.422Z\"\n}"}],"_postman_id":"6c684276-1450-4225-ba3d-5c164dd1bbfe"},{"name":"찜 취소","id":"652a0c6f-fcea-4189-9d06-4c27e291e104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3500/api/like/:farmId","urlObject":{"protocol":"http","port":"3500","path":["api","like",":farmId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"4","key":"farmId"}]}},"response":[{"id":"453d9712-86b7-4cc6-9127-5d96766a4f27","name":"찜 정보 없음","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/like/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","like",":farmId"],"variable":[{"key":"farmId","value":"5"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"Date","value":"Thu, 22 Dec 2022 02:34:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장에 대한 찜 정보가 없습니다.\n            <br> &nbsp; &nbsp;at likecancel (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/likeFarms.js:43:19)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"6732d0bd-28c5-47d8-bc2f-6b974f381c4e","name":"해당 유저 찜 취소","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/like/:farmId","protocol":"http","host":["localhost"],"port":"3500","path":["api","like",":farmId"],"variable":[{"key":"farmId","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-peiMtKHnc7g9tys8OWWKo1GvlNM\""},{"key":"Date","value":"Thu, 22 Dec 2022 02:40:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"delete!\"\n}"}],"_postman_id":"652a0c6f-fcea-4189-9d06-4c27e291e104"},{"name":"본인 찜 조회","id":"f801a640-20ee-409a-9271-c8f4ab280dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/like","urlObject":{"protocol":"http","port":"3500","path":["api","like"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dcc46b8-53de-4e5e-afe2-38ab3fdd752d","name":"본인 찜 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"ETag","value":"W/\"156-LfrDy+vSsHAuSM8mjcf6qlKT2vc\""},{"key":"Date","value":"Thu, 22 Dec 2022 02:53:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 13,\n        \"user_id\": 21,\n        \"createdAt\": \"2022-12-22T02:26:51.000Z\",\n        \"updatedAt\": \"2022-12-22T02:26:51.000Z\",\n        \"farm_id\": 10\n    },\n    {\n        \"id\": 14,\n        \"user_id\": 21,\n        \"createdAt\": \"2022-12-22T02:28:39.000Z\",\n        \"updatedAt\": \"2022-12-22T02:28:39.000Z\",\n        \"farm_id\": 15\n    },\n    {\n        \"id\": 17,\n        \"user_id\": 21,\n        \"createdAt\": \"2022-12-22T02:34:44.000Z\",\n        \"updatedAt\": \"2022-12-22T02:34:44.000Z\",\n        \"farm_id\": 5\n    }\n]"},{"id":"e221c5e2-089a-4318-ac40-bd0f6430e5ae","name":"본인 찜 조회 농장 정보들만 저장","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"914"},{"key":"ETag","value":"W/\"392-McrOVd9qfn9HaHDSuvN1I8yQ63k\""},{"key":"Date","value":"Fri, 23 Dec 2022 03:54:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 10,\n        \"type\": \"감\",\n        \"name\": \"업데이트 확인\",\n        \"address\": \"인천 강화군 불은면 덕진로 111\",\n        \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-22T18:45:15.000Z\",\n        \"updatedAt\": \"2022-12-22T18:59:16.000Z\"\n    },\n    {\n        \"id\": 2,\n        \"type\": \"감\",\n        \"name\": \"감 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"감 농장입니다. 감을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-22T18:17:13.000Z\",\n        \"updatedAt\": \"2022-12-22T18:17:13.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"type\": \"감\",\n        \"name\": \"감 농장\",\n        \"address\": \"인천 강화군 불은면 덕진로 139\",\n        \"description\": \"감 농장입니다. 감을 체험하세요\",\n        \"owner\": \"김감감\",\n        \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n        \"createdAt\": \"2022-12-22T18:17:30.000Z\",\n        \"updatedAt\": \"2022-12-22T18:17:30.000Z\"\n    }\n]"},{"id":"14a0189d-a3fa-405d-b9dc-6a68635804db","name":"본인 찜 조회 정보랑 농장 정보랑 같이 저장","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1065"},{"key":"ETag","value":"W/\"429-O0b6GCR8UuxVqG098JVsmUuhnWI\""},{"key":"Date","value":"Fri, 23 Dec 2022 03:54:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"like\": {\n            \"id\": 3,\n            \"user_id\": 21,\n            \"farm_id\": 10\n        },\n        \"farm\": {\n            \"id\": 10,\n            \"type\": \"감\",\n            \"name\": \"업데이트 확인\",\n            \"address\": \"인천 강화군 불은면 덕진로 111\",\n            \"description\": \"수박 농장입니다. 수박을 체험하세요\",\n            \"owner\": \"김감감\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n            \"createdAt\": \"2022-12-22T18:45:15.000Z\",\n            \"updatedAt\": \"2022-12-22T18:59:16.000Z\"\n        }\n    },\n    {\n        \"like\": {\n            \"id\": 4,\n            \"user_id\": 21,\n            \"farm_id\": 2\n        },\n        \"farm\": {\n            \"id\": 2,\n            \"type\": \"감\",\n            \"name\": \"감 농장\",\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"description\": \"감 농장입니다. 감을 체험하세요\",\n            \"owner\": \"김감감\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n            \"createdAt\": \"2022-12-22T18:17:13.000Z\",\n            \"updatedAt\": \"2022-12-22T18:17:13.000Z\"\n        }\n    },\n    {\n        \"like\": {\n            \"id\": 5,\n            \"user_id\": 21,\n            \"farm_id\": 3\n        },\n        \"farm\": {\n            \"id\": 3,\n            \"type\": \"감\",\n            \"name\": \"감 농장\",\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"description\": \"감 농장입니다. 감을 체험하세요\",\n            \"owner\": \"김감감\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\",\n            \"createdAt\": \"2022-12-22T18:17:30.000Z\",\n            \"updatedAt\": \"2022-12-22T18:17:30.000Z\"\n        }\n    }\n]"}],"_postman_id":"f801a640-20ee-409a-9271-c8f4ab280dbb"}],"id":"42ae8dab-6f2e-45e0-a083-9014ca81a7b5","_postman_id":"42ae8dab-6f2e-45e0-a083-9014ca81a7b5","description":""},{"name":"reservation","item":[{"name":"예약하기","id":"ebde1c2e-e416-4586-b397-8529d90b1a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"total_price\": \"150000\",\r\n    \"payment\": \"card\",\r\n    \"name\": \"김유신\",\r\n    \"phoneNum\": \"01011111111\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"personnel\": \"2\",\r\n    \"time_id\": \"4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/reserve","urlObject":{"protocol":"http","port":"3500","path":["api","reserve"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aab06596-f782-4350-a2af-1e83cf965b2f","name":"예약하기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"total_price\": \"100000\",\r\n    \"payment\": \"card\",\r\n    \"name\": \"김유신\",\r\n    \"phoneNum\": \"01011111111\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"personnel\": \"2\",\r\n    \"time_id\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/reserve"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"ETag","value":"W/\"106-SEIUI7CN7Nwc9RVVi5dvH+hEwb4\""},{"key":"Date","value":"Thu, 22 Dec 2022 02:55:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"예약 대기\",\n    \"id\": 2,\n    \"total_price\": \"100000\",\n    \"user_id\": 3,\n    \"time_id\": \"3\",\n    \"payment\": \"card\",\n    \"name\": \"김유신\",\n    \"phoneNum\": \"01011111111\",\n    \"email\": \"test@gmail.com\",\n    \"personnel\": \"2\",\n    \"updatedAt\": \"2022-12-22T02:55:31.710Z\",\n    \"createdAt\": \"2022-12-22T02:55:31.710Z\"\n}"},{"id":"664b8a08-ccd4-4943-9a9d-5d6339c4d6ab","name":"예약하기 정원초과","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"total_price\": \"20000\",\r\n    \"payment\": \"card\",\r\n    \"name\": \"김철수\",\r\n    \"phoneNum\": \"01012345678\",\r\n    \"email\": \"haha@gmail.com\",\r\n    \"personnel\": \"100\",\r\n    \"time_id\": \"18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/reserve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"ETag","value":"W/\"5f-Gov2FEBts1TrzZ6G8BMIVRGZ5Mw\""},{"key":"Date","value":"Tue, 27 Dec 2022 03:20:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"error\",\n    \"message\": \"해당 예약의 정원보다 신청 인원이 더 많습니다.\"\n}"}],"_postman_id":"ebde1c2e-e416-4586-b397-8529d90b1a09"},{"name":"본인 예약 조회","id":"cb3bff6a-fed2-464e-9c62-1803a2352720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/reserve","urlObject":{"protocol":"http","port":"3500","path":["api","reserve"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a9c90f6-b714-4e7c-b798-69964cf1b2fc","name":"본인 예약 조회 (info + reserve)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/reserve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5483"},{"key":"ETag","value":"W/\"156b-MofRwx23vFNA/h8zgmCBqhr6EAY\""},{"key":"Date","value":"Mon, 26 Dec 2022 10:53:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"info\": {\n            \"id\": 10,\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 9,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"딸기 농장\",\n            \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\"\n        },\n        \"reserve\": {\n            \"id\": 11,\n            \"total_price\": 100000,\n            \"status\": \"예약취소\",\n            \"personnel\": 3,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 11,\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 8,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"딸기 농장\",\n            \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\"\n        },\n        \"reserve\": {\n            \"id\": 12,\n            \"total_price\": 100000,\n            \"status\": \"예약취소\",\n            \"personnel\": 3,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 34,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감스트 농장\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\"\n        },\n        \"reserve\": {\n            \"id\": 23,\n            \"total_price\": 150000,\n            \"status\": \"예약완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 36,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감스트 농장\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\"\n        },\n        \"reserve\": {\n            \"id\": 33,\n            \"total_price\": 150000,\n            \"status\": \"예약대기\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 37,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감스트 농장\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\"\n        },\n        \"reserve\": {\n            \"id\": 34,\n            \"total_price\": 150000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"review\": \"수박을 처음 따 봤는데 힘들지만 재밌었어요 !\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 38,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감스트 농장\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\"\n        },\n        \"reserve\": {\n            \"id\": 35,\n            \"total_price\": 180000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"review\": \"사장님 좋아요 \"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 35,\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감스트 농장\",\n            \"url\": \"dfeifnzldjnvrkjnafv-fadkjbver-fda.com\"\n        },\n        \"reserve\": {\n            \"id\": 36,\n            \"total_price\": 20000,\n            \"status\": \"체험완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\",\n            \"review\": \"사장님 좋아요 \"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 15,\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"15:06:00\",\n            \"end_time\": \"17:06:00\",\n            \"people\": 10,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"딸기 농장\",\n            \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\"\n        },\n        \"reserve\": {\n            \"id\": 37,\n            \"total_price\": 20000,\n            \"status\": \"예약취소\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 16,\n            \"date\": \"2022-12-24\",\n            \"start_time\": \"15:50:00\",\n            \"end_time\": \"20:50:00\",\n            \"people\": 20,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"딸기 농장\",\n            \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\"\n        },\n        \"reserve\": {\n            \"id\": 38,\n            \"total_price\": 20000,\n            \"status\": \"예약완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 17,\n            \"date\": \"2022-12-24\",\n            \"start_time\": \"05:51:00\",\n            \"end_time\": \"07:51:00\",\n            \"people\": 50,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"딸기 농장\",\n            \"url\": \"https://media.istockphoto.com/id/1206140408/ko/%EC%82%AC%EC%A7%84/%EC%8B%A0%EC%84%A0%ED%95%9C-%EB%94%B8%EA%B8%B0%EB%A5%BC-%EB%93%A4%EA%B3%A0-%EC%97%AC%EC%9E%90%EC%9D%98-%EC%86%90.jpg?b=1&s=612x612&w=0&k=20&c=lSgreuQLMoKJllBmMrtsBCNL5TxzTuW0F1eE27NN1TY=\"\n        },\n        \"reserve\": {\n            \"id\": 39,\n            \"total_price\": 20000,\n            \"status\": \"예약완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 12,\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 7,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"사과 농장\",\n            \"url\": \"https://images.pexels.com/photos/574919/pexels-photo-574919.jpeg?auto=compress&cs=tinysrgb&w=600\"\n        },\n        \"reserve\": {\n            \"id\": 40,\n            \"total_price\": 20000,\n            \"status\": \"예약완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 13,\n            \"date\": \"2022-12-20\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 20,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감 농장\",\n            \"url\": \"https://images.pexels.com/photos/6136423/pexels-photo-6136423.jpeg?auto=compress&cs=tinysrgb&w=600\"\n        },\n        \"reserve\": {\n            \"id\": 41,\n            \"total_price\": 20000,\n            \"status\": \"예약완료\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    },\n    {\n        \"info\": {\n            \"id\": 13,\n            \"date\": \"2022-12-20\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 20,\n            \"address\": \"인천 강화군 불은면 덕진로 139\",\n            \"name\": \"감 농장\",\n            \"url\": \"https://images.pexels.com/photos/6136423/pexels-photo-6136423.jpeg?auto=compress&cs=tinysrgb&w=600\"\n        },\n        \"reserve\": {\n            \"id\": 42,\n            \"total_price\": 20000,\n            \"status\": \"예약대기\",\n            \"personnel\": 4,\n            \"payment\": \"card\"\n        }\n    }\n]"}],"_postman_id":"cb3bff6a-fed2-464e-9c62-1803a2352720"},{"name":"농장주 예약 조회","id":"3e0b6641-74ad-494c-bd30-0c127fa8e1dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3500/api/reserve/farmer","urlObject":{"protocol":"http","port":"3500","path":["api","reserve","farmer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cee3825-f59c-40ea-a669-0b300ed1fe9f","name":"농장주 예약 조회 및 각 시간표 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3500/api/reserve/farmer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1068"},{"key":"ETag","value":"W/\"42c-8UcjqDXFJ8XeOrTlD9iMiPnNmyg\""},{"key":"Date","value":"Fri, 23 Dec 2022 05:57:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"time\": {\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 4\n        },\n        \"reserve\": {\n            \"id\": 3,\n            \"total_price\": 150000,\n            \"status\": \"예약 대기\",\n            \"personnel\": 2,\n            \"payment\": \"card\",\n            \"name\": \"김유신\",\n            \"email\": \"test@gmail.com\",\n            \"phoneNum\": \"01011111111\",\n            \"time_id\": 4,\n            \"createdAt\": \"2022-12-22T02:58:17.000Z\",\n            \"updatedAt\": \"2022-12-22T02:58:17.000Z\",\n            \"user_id\": 3\n        }\n    },\n    {\n        \"time\": {\n            \"date\": \"2022-12-25\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 4\n        },\n        \"reserve\": {\n            \"id\": 7,\n            \"total_price\": 150000,\n            \"status\": \"예약 대기\",\n            \"personnel\": 3,\n            \"payment\": \"card\",\n            \"name\": \"홍길동\",\n            \"email\": \"test@gmail.com\",\n            \"phoneNum\": \"01011111111\",\n            \"time_id\": 4,\n            \"createdAt\": \"2022-12-23T04:21:14.000Z\",\n            \"updatedAt\": \"2022-12-23T04:21:14.000Z\",\n            \"user_id\": 21\n        }\n    },\n    {\n        \"time\": {\n            \"date\": \"2022-12-19\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"14:00:00\",\n            \"people\": 3\n        },\n        \"reserve\": {\n            \"id\": 8,\n            \"total_price\": 100000,\n            \"status\": \"예약 대기\",\n            \"personnel\": 3,\n            \"payment\": \"card\",\n            \"name\": \"홍길동\",\n            \"email\": \"test@gmail.com\",\n            \"phoneNum\": \"01011111111\",\n            \"time_id\": 5,\n            \"createdAt\": \"2022-12-23T05:15:44.000Z\",\n            \"updatedAt\": \"2022-12-23T05:15:44.000Z\",\n            \"user_id\": 21\n        }\n    }\n]"}],"_postman_id":"3e0b6641-74ad-494c-bd30-0c127fa8e1dc"},{"name":"본인 예약 수정","id":"090bcf6a-52df-4e06-aee7-597de43375fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김철수\",\r\n    \"email\": \"abcd@test.com\",\r\n    \"personnel\": \"4\",\r\n    \"time_id\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3500/api/reserve/:id","urlObject":{"protocol":"http","port":"3500","path":["api","reserve",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"8","key":"id"}]}},"response":[{"id":"f443b981-980c-49b6-ac7e-248a00e1e2b1","name":"본인 예약 수정 성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김철수\",\r\n    \"status\": \"예약취소\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/reserve/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-3Cb7NZgyvHUaR+8eUXzpYsS7gX8\""},{"key":"Date","value":"Sat, 24 Dec 2022 04:07:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update!\"\n}"},{"id":"197aa691-cf1f-461d-a3de-82d7f9277700","name":"본인 예약 수정 오류 (유저정보와 잘못된 params)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김철수\",\r\n    \"status\": \"예약취소\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/reserve/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"425"},{"key":"Date","value":"Sat, 24 Dec 2022 04:07:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 유저의 해당 예약이 없습니다.\n            <br> &nbsp; &nbsp;at reserveUpdate (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/reserve.js:166:9)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"248f3f2d-26af-49cf-a1b8-6620d288da96","name":"본인 예약 수정 (체험 완료인 유저는 수정 불가)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김동수\",\r\n    \"email\": \"test@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/reserve/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"446"},{"key":"Date","value":"Sat, 24 Dec 2022 04:08:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 유저는 체험이 완료되어 변경할 수 없습니다.\n            <br> &nbsp; &nbsp;at reserveUpdate (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/reserve.js:196:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"090bcf6a-52df-4e06-aee7-597de43375fd"},{"name":"농장주 예약 정보 수정","id":"cb4843d0-a9f9-4fda-b4a3-7bd7feebc79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:3500/api/reserve/farmer/:id","urlObject":{"protocol":"http","port":"3500","path":["api","reserve","farmer",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"4a8663eb-6947-4d0b-ad74-5087fe3f9206","name":"농장주 예약 정보 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"예약완료\",\r\n    \"payment\": \"coupon\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/reserve/farmer/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve","farmer",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-3Cb7NZgyvHUaR+8eUXzpYsS7gX8\""},{"key":"Date","value":"Fri, 23 Dec 2022 07:20:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update!\"\n}"},{"id":"22d18054-212a-4f7b-aba2-6ba1bd9b64c8","name":"농장주 예약 정보 수정 예외","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"예약완료\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3500/api/reserve/farmer/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve","farmer",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"475"},{"key":"Date","value":"Fri, 23 Dec 2022 07:56:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장주의 농장 정보랑 조회하려는 농장 정보가 다릅니다.\n            <br> &nbsp; &nbsp;at reserveFarmerUpdate (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/reserve.js:191:10)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"cb4843d0-a9f9-4fda-b4a3-7bd7feebc79d"},{"name":"농장주 예약 삭제","id":"707ceed0-4426-4bb5-9297-e745da53edc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3500/api/reserve/farmer/:id","urlObject":{"protocol":"http","port":"3500","path":["api","reserve","farmer",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"8","key":"id"}]}},"response":[{"id":"7c16183f-ef0a-4163-a497-33926e466aa1","name":"농장주 예약 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/reserve/farmer/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve","farmer",":id"],"variable":[{"key":"id","value":"9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-peiMtKHnc7g9tys8OWWKo1GvlNM\""},{"key":"Date","value":"Fri, 23 Dec 2022 07:55:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"delete!\"\n}"},{"id":"c2557b6b-9d6b-4ca5-9934-a70f59fde9a9","name":"농장주 예약 삭제 예외","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3500/api/reserve/farmer/:id","protocol":"http","host":["localhost"],"port":"3500","path":["api","reserve","farmer",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"472"},{"key":"Date","value":"Fri, 23 Dec 2022 07:56:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Error: 해당 농장주의 농장 정보랑 조회하려는 농장 정보가 다릅니다.\n            <br> &nbsp; &nbsp;at reserveFarmerDrop (file:///C:/Users/mari5/OneDrive/%EB%B0%94%ED%83%95%20%ED%99%94%EB%A9%B4/Elice_Work/fruitfarm/server/controller/reserve.js:241:9)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"}],"_postman_id":"707ceed0-4426-4bb5-9297-e745da53edc8"}],"id":"7a4834b0-7965-4af6-ae04-886958afdc0d","_postman_id":"7a4834b0-7965-4af6-ae04-886958afdc0d","description":""}],"event":[{"listen":"prerequest","script":{"id":"a2e5276d-1303-4d5c-991d-73c23741a0f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c9acf30-695d-4997-8965-e20b6461cc44","type":"text/javascript","exec":[""]}}]}