{"info":{"_postman_id":"c22d4c8c-a042-47ec-b2f2-bd86720b228f","name":"Plait APIs Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25063140","collectionId":"c22d4c8c-a042-47ec-b2f2-bd86720b228f","publishedId":"2s8ZDSckAU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-14T13:21:35.000Z"},"item":[{"name":"signUp","id":"0eb8e842-f46e-4d00-8050-5eaada571e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test3@test.com\",\n    \"password\": \"Password3!\",\n    \"name\": \"test3\",\n    \"phoneNumber\": \"010-0000-0003\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/users/signUp","urlObject":{"port":"3000","path":["users","signUp"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"83d4f7a9-64b0-44ff-8939-1044b65ed050","name":"signUp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test3@test.com\",\n    \"password\": \"Password3!\",\n    \"name\": \"test3\",\n    \"phoneNumber\": \"010-0000-0003\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/users/signUp"},"status":"Created","code":201,"_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":"28"},{"key":"ETag","value":"W/\"1c-ulRBHCvEIUyICQa7+YSt689/+bk\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SIGNUP_SUCCESS\"\n}"}],"_postman_id":"0eb8e842-f46e-4d00-8050-5eaada571e4c"},{"name":"signIn","id":"19c6eb5e-4d95-44c7-ada7-2646d7857ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test3@test.com\",\n    \"password\": \"Password3!\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/users/signIn","urlObject":{"port":"3000","path":["users","signIn"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"9fe0593c-52a0-477b-b6eb-cb17985eb2c7","name":"signIn","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test3@test.com\",\n    \"password\": \"Password3!\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/users/signIn"},"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":"139"},{"key":"ETag","value":"W/\"8b-CG6qghmVeB/tSeJTIyxi97nbbpU\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:07:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI\"\n}"}],"_postman_id":"19c6eb5e-4d95-44c7-ada7-2646d7857ccd"},{"name":"specific plant GET Request","id":"47791bd6-3eff-453b-aee2-bbb6109a4541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/plants/6","urlObject":{"port":"3000","path":["plants","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7ec96608-b8b4-4395-8767-8f9c34dc5811","name":"specific plant GET Request","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:3000/plants/6"},"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":"250"},{"key":"ETag","value":"W/\"fa-qUqYdv7Ol9EEnKnrNWCFJitp8dg\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:49:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plant_id\": 6,\n    \"plant_name\": \"현주식물\",\n    \"plant_description\": \"현주\",\n    \"plant_price\": \"60000.000\",\n    \"species\": \"양치식물\",\n    \"size\": \"miniature\",\n    \"position\": \"Window\",\n    \"mood\": \"Modern\",\n    \"difficulty\": \"Hard\",\n    \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n}"}],"_postman_id":"47791bd6-3eff-453b-aee2-bbb6109a4541"},{"name":"plantsDataFiltering GET Request","id":"8134ed27-f7a6-4ef8-8468-5762cb025a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/plants?species=3&sizes=1&sizes=2&moods=3&moods=4","urlObject":{"port":"3000","path":["plants"],"host":["127","0","0","1"],"query":[{"key":"species","value":"3"},{"key":"sizes","value":"1"},{"key":"sizes","value":"2"},{"key":"moods","value":"3"},{"key":"moods","value":"4"}],"variable":[]}},"response":[{"id":"4facce72-0d6c-4246-a5d2-537a51f69596","name":"plantDataFiltering GET Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:3000/plants?species=3&sizes=1&moods=3&positions=4&difficulties=1&care=1","host":["127","0","0","1"],"port":"3000","path":["plants"],"query":[{"key":"species","value":"3"},{"key":"sizes","value":"1"},{"key":"moods","value":"3"},{"key":"positions","value":"4"},{"key":"difficulties","value":"1"},{"key":"care","value":"1"}]}},"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":"299"},{"key":"ETag","value":"W/\"12b-At9EMs2A735Wgxfnhww0Tds0+08\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:18:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plantsList\": [\n        {\n            \"plant_id\": 6,\n            \"plant_name\": \"현주식물\",\n            \"plant_description\": \"현주\",\n            \"plant_price\": \"60000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"miniature\",\n            \"position\": \"Window\",\n            \"mood\": \"Modern\",\n            \"difficulty\": \"Hard\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"1\"\n    }\n}"},{"id":"b86c3037-6423-4433-9ad3-b1eeece29faf","name":"plantDataFiltering GET Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:3000/plants?species=3&sizes=1&sizes=2","host":["127","0","0","1"],"port":"3000","path":["plants"],"query":[{"key":"species","value":"3"},{"key":"sizes","value":"1"},{"key":"sizes","value":"2"}]}},"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":"1048"},{"key":"ETag","value":"W/\"418-kAo2m9+04W8fn5mFhDP1QxsnbHk\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:21:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plantsList\": [\n        {\n            \"plant_id\": 6,\n            \"plant_name\": \"현주식물\",\n            \"plant_description\": \"현주\",\n            \"plant_price\": \"60000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"miniature\",\n            \"position\": \"Window\",\n            \"mood\": \"Modern\",\n            \"difficulty\": \"Hard\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 22,\n            \"plant_name\": \"선용식물\",\n            \"plant_description\": \"선용\",\n            \"plant_price\": \"40000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Desk\",\n            \"mood\": \"Cozy\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 28,\n            \"plant_name\": \"예솔식물\",\n            \"plant_description\": \"예솔\",\n            \"plant_price\": \"40000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Desk\",\n            \"mood\": \"Cozy\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 41,\n            \"plant_name\": \"마음식물\",\n            \"plant_description\": \"마음\",\n            \"plant_price\": \"32323.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Hanging\",\n            \"mood\": \"Modern\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"4\"\n    }\n}"},{"id":"c8914fe2-a4cb-4671-b0ea-743971755963","name":"plantDataFiltering GET Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:3000/plants?species=3&sizes=1&sizes=2&moods=3&moods=4","host":["127","0","0","1"],"port":"3000","path":["plants"],"query":[{"key":"species","value":"3"},{"key":"sizes","value":"1"},{"key":"sizes","value":"2"},{"key":"moods","value":"3"},{"key":"moods","value":"4"}]}},"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":"1048"},{"key":"ETag","value":"W/\"418-kAo2m9+04W8fn5mFhDP1QxsnbHk\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:23:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plantsList\": [\n        {\n            \"plant_id\": 6,\n            \"plant_name\": \"현주식물\",\n            \"plant_description\": \"현주\",\n            \"plant_price\": \"60000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"miniature\",\n            \"position\": \"Window\",\n            \"mood\": \"Modern\",\n            \"difficulty\": \"Hard\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 22,\n            \"plant_name\": \"선용식물\",\n            \"plant_description\": \"선용\",\n            \"plant_price\": \"40000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Desk\",\n            \"mood\": \"Cozy\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 28,\n            \"plant_name\": \"예솔식물\",\n            \"plant_description\": \"예솔\",\n            \"plant_price\": \"40000.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Desk\",\n            \"mood\": \"Cozy\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        },\n        {\n            \"plant_id\": 41,\n            \"plant_name\": \"마음식물\",\n            \"plant_description\": \"마음\",\n            \"plant_price\": \"32323.000\",\n            \"species\": \"양치식물\",\n            \"size\": \"20 - 50cm\",\n            \"position\": \"Hanging\",\n            \"mood\": \"Modern\",\n            \"difficulty\": \"Easy\",\n            \"care\": \"겉 흙이 마르면 물을 흠뻑주세요\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"4\"\n    }\n}"}],"_postman_id":"8134ed27-f7a6-4ef8-8468-5762cb025a66"},{"name":"plantsDataListPagination GET Request","id":"9866b973-6375-4ac9-b374-a5b29c318704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/plants/main?sort=new&offset=0&limit=6","urlObject":{"port":"3000","path":["plants","main"],"host":["127","0","0","1"],"query":[{"key":"sort","value":"new"},{"key":"offset","value":"0"},{"key":"limit","value":"6"}],"variable":[]}},"response":[{"id":"d4b643a7-612d-4c2a-8996-e7fa416de3a5","name":"plantsDataListPagination GET Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"127.0.0.1:3000/plants/main?sort=new&offset=0&limit=6","host":["127","0","0","1"],"port":"3000","path":["plants","main"],"query":[{"key":"sort","value":"new"},{"key":"offset","value":"0"},{"key":"limit","value":"6"}]}},"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":"468"},{"key":"ETag","value":"W/\"1d4-iqAixLvd7bgndeYUxAFKF+H1MCo\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:45:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plantsList\": [\n        {\n            \"plant_id\": 41,\n            \"plant_name\": \"마음식물\",\n            \"plant_price\": \"32323.000\"\n        },\n        {\n            \"plant_id\": 40,\n            \"plant_name\": \"다혜식물\",\n            \"plant_price\": \"40000.000\"\n        },\n        {\n            \"plant_id\": 39,\n            \"plant_name\": \"민주식물\",\n            \"plant_price\": \"30000.000\"\n        },\n        {\n            \"plant_id\": 38,\n            \"plant_name\": \"승기식물\",\n            \"plant_price\": \"20000.000\"\n        },\n        {\n            \"plant_id\": 37,\n            \"plant_name\": \"예윤식물\",\n            \"plant_price\": \"10000.000\"\n        },\n        {\n            \"plant_id\": 36,\n            \"plant_name\": \"종호식물\",\n            \"plant_price\": \"60000.000\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"6\"\n    }\n}"},{"id":"d26997ec-ff11-43d9-86ed-ea6c5ad46c1b","name":"plantsDataListPagination GET Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"127.0.0.1:3000/plants/main?sort=new&offset=6&limit=6","host":["127","0","0","1"],"port":"3000","path":["plants","main"],"query":[{"key":"sort","value":"new"},{"key":"offset","value":"6"},{"key":"limit","value":"6"}]}},"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":"466"},{"key":"ETag","value":"W/\"1d2-EOL14NYaDzyYVhjivHmdDauCd3s\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:45:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"plantsList\": [\n        {\n            \"plant_id\": 35,\n            \"plant_name\": \"용신식물\",\n            \"plant_price\": \"50000.000\"\n        },\n        {\n            \"plant_id\": 34,\n            \"plant_name\": \"승식물\",\n            \"plant_price\": \"40000.000\"\n        },\n        {\n            \"plant_id\": 33,\n            \"plant_name\": \"승수식물\",\n            \"plant_price\": \"30000.000\"\n        },\n        {\n            \"plant_id\": 32,\n            \"plant_name\": \"동규식물\",\n            \"plant_price\": \"20000.000\"\n        },\n        {\n            \"plant_id\": 31,\n            \"plant_name\": \"기윤식물\",\n            \"plant_price\": \"10000.000\"\n        },\n        {\n            \"plant_id\": 30,\n            \"plant_name\": \"채연식물\",\n            \"plant_price\": \"60000.000\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"12\"\n    }\n}"}],"_postman_id":"9866b973-6375-4ac9-b374-a5b29c318704"},{"name":"pots GET Request","id":"8358da5b-24bc-49a3-b04c-33173e02555c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/pots","urlObject":{"port":"3000","path":["pots"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"12dfaaf5-ea37-4a8c-808e-aee9c8cc234b","name":"pots GET Request","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:3000/pots"},"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":"307"},{"key":"ETag","value":"W/\"133-QqygwegY51taJNtNS0JEZb07uzo\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:25:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"potsList\": [\n        {\n            \"pot_id\": 1,\n            \"img_url\": \"test.url\",\n            \"pot_name\": \"독일 토분\",\n            \"pot_price\": \"35000.000\"\n        },\n        {\n            \"pot_id\": 2,\n            \"img_url\": \"test2.url\",\n            \"pot_name\": \"이태리 토분\",\n            \"pot_price\": \"150000.000\"\n        },\n        {\n            \"pot_id\": 3,\n            \"img_url\": \"test3.url\",\n            \"pot_name\": \"이천 토분\",\n            \"pot_price\": \"21000.000\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"3\"\n    }\n}"}],"_postman_id":"8358da5b-24bc-49a3-b04c-33173e02555c"},{"name":"specific pots GET Request","id":"54a497e1-4307-43b4-832c-5ca65c7447e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/pots/1","urlObject":{"port":"3000","path":["pots","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e041c5af-e8c9-4029-a5be-297669c3d41a","name":"specific pots GET Request","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:3000/pots/1"},"status":"Created","code":201,"_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":"102"},{"key":"ETag","value":"W/\"66-KkVOW7U0zmilTNXuDY3l2CFUQyo\""},{"key":"Date","value":"Sat, 14 Jan 2023 12:27:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"독일 토분\",\n    \"size\": \"20 - 30cm\",\n    \"color\": \"Charcol\",\n    \"price\": \"35000.000\",\n    \"img_url\": \"test.url\"\n}"}],"_postman_id":"54a497e1-4307-43b4-832c-5ca65c7447e0"},{"name":"nutrients GET Request","id":"9cc069e9-a779-4129-855e-6ee336b17255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/nutrients","urlObject":{"port":"3000","path":["nutrients"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"dcfa5efd-8dca-49b2-9835-f91109670d97","name":"nutrients GET Request","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:3000/nutrients"},"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":"275"},{"key":"ETag","value":"W/\"113-dCO4b289eAR36YVPonS1OXXk7OE\""},{"key":"Date","value":"Sat, 14 Jan 2023 13:18:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"nutrientsList\": [\n        {\n            \"nutrient_id\": 1,\n            \"nutrient_name\": \"플레 잎 영양제\",\n            \"nutrient_price\": \"10000.000\",\n            \"type\": \"잎 영양제\"\n        },\n        {\n            \"nutrient_id\": 2,\n            \"nutrient_name\": \"플레 뿌리 영양제\",\n            \"nutrient_price\": \"10000.000\",\n            \"type\": \"뿌리 영양제\"\n        }\n    ],\n    \"totalCount\": {\n        \"totalCount\": \"2\"\n    }\n}"}],"_postman_id":"9cc069e9-a779-4129-855e-6ee336b17255"},{"name":"specific nutrients GET Request","id":"1f4622c7-5413-4a44-94c6-869524361c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/nutrients/1","urlObject":{"port":"3000","path":["nutrients","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b66d5d0b-2f97-45a7-9a91-3fd3dc17c26d","name":"specific nutrients GET Request","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:3000/nutrients/1"},"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":"72"},{"key":"ETag","value":"W/\"48-de32S3scbsRfOLGDZyECNaiT+FI\""},{"key":"Date","value":"Sat, 14 Jan 2023 13:12:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"nutrient_name\": \"플레 잎 영양제\",\n    \"nutrient_type\": \"잎 영양제\"\n}"}],"_postman_id":"1f4622c7-5413-4a44-94c6-869524361c16"},{"name":"cartDataList GET Request","id":"2b6ce757-5c7f-4b04-b0d6-1e59e710efd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"url":"127.0.0.1:3000/carts","urlObject":{"port":"3000","path":["carts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"39de1a80-d70f-4c65-aae1-a7806ede1065","name":"cartDataList GET Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"url":"127.0.0.1:3000/carts"},"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":"350"},{"key":"ETag","value":"W/\"15e-TKeXDp4OQGREgTNr84UrWPcNXoY\""},{"key":"Date","value":"Mon, 16 Jan 2023 02:08:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"cart_id\": 17,\n            \"plants\": \"[{\\\"name\\\": \\\"광휘식물\\\", \\\"price\\\": 10000.000, \\\"plantId\\\": 1, \\\"description\\\": \\\"행복해\\\", \\\"plant_quantity\\\": 3}]\",\n            \"pots\": \"[{\\\"name\\\": null, \\\"price\\\": null, \\\"pots_id\\\": null, \\\"pot_quantity\\\": null}]\",\n            \"nutrients\": \"[{\\\"name\\\": null, \\\"price\\\": null, \\\"nutrient_id\\\": null, \\\"nutrient_quantity\\\": null}]\"\n        }\n    ]\n}"}],"_postman_id":"2b6ce757-5c7f-4b04-b0d6-1e59e710efd2"},{"name":"createCart POST Request","id":"c130ab48-e8d9-45af-9016-d1319277083b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"plantId\": 1,\n    \"plantQuantity\": 3\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/carts","urlObject":{"port":"3000","path":["carts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"2aa8e91e-2371-4107-b9e8-cf3efb524528","name":"createCart POST Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"plantId\": 1,\n    \"plantQuantity\": 3\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/carts"},"status":"Created","code":201,"_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":"43"},{"key":"ETag","value":"W/\"2b-9aAWXcTlCdnspHHTwV46ZboDaeQ\""},{"key":"Date","value":"Mon, 16 Jan 2023 02:06:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"upsert data to cart success!!\"\n}"}],"_postman_id":"c130ab48-e8d9-45af-9016-d1319277083b"},{"name":"deleteCarts DELETE Request","id":"ddff766e-6e7f-4cba-ad57-c781137aa10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"url":"127.0.0.1:3000/carts?cartId=17","urlObject":{"port":"3000","path":["carts"],"host":["127","0","0","1"],"query":[{"key":"cartId","value":"17"}],"variable":[]}},"response":[{"id":"ae571dca-2ae9-4268-85ea-57476d451e9c","name":"deleteCarts DELETE Request","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"url":{"raw":"127.0.0.1:3000/carts?cartId=17","host":["127","0","0","1"],"port":"3000","path":["carts"],"query":[{"key":"cartId","value":"17"}]}},"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":"26"},{"key":"ETag","value":"W/\"1a-UeKGv2Hl0CxdOhsXHydzc3TFcms\""},{"key":"Date","value":"Mon, 16 Jan 2023 02:21:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"CART_DELETED\"\n}"}],"_postman_id":"ddff766e-6e7f-4cba-ad57-c781137aa10c"},{"name":"createOrder POST Request","id":"6ad19333-5693-45df-aaa7-b840dc0ba205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"127.0.0.1:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a164e163-8531-4dff-b4e8-7d9dd8d4bb46","name":"createOrder POST Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE0LCJpYXQiOjE2NzM2OTgwMjl9.Lbu8yLqcHZ6ya0bz8k-b8VDVt_F9cfsX0luLgyIQvEI","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalPrice\": 20000,\n    \"plantId\": 1,\n    \"plantQuantity\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"127.0.0.1:3000/orders","host":["127","0","0","1"],"port":"3000","path":["orders"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"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":"30"},{"key":"ETag","value":"W/\"1e-BUuOagI6O4t/SNJ6RgRt6SBOL+E\""},{"key":"Date","value":"Mon, 16 Jan 2023 02:34:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ORDER SUCCESS!!!\"\n}"}],"_postman_id":"6ad19333-5693-45df-aaa7-b840dc0ba205"},{"name":"orderDataList GET Request","id":"290a0f84-e9fd-4f27-a88f-8c1b30ef1e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"290a0f84-e9fd-4f27-a88f-8c1b30ef1e54"},{"name":"plantDataSearching GET Request","id":"16aa5465-f75f-4577-99c2-84757eca77b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:3000/plants/search?content=서윤","urlObject":{"port":"3000","path":["plants","search"],"host":["127","0","0","1"],"query":[{"key":"content","value":"서윤"}],"variable":[]}},"response":[{"id":"6516f277-182a-45ce-910c-a5696ccd826b","name":"plantDataSearching GET Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:3000/plants/search?content=서윤","host":["127","0","0","1"],"port":"3000","path":["plants","search"],"query":[{"key":"content","value":"서윤"}]}},"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":"165"},{"key":"ETag","value":"W/\"a5-2R6bisbEny2Vnkt7PUQ9UKGSvhI\""},{"key":"Date","value":"Tue, 17 Jan 2023 12:00:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"name\": \"서윤식물\",\n        \"plant_img\": \"[{\\\"url\\\": \\\"https://user-images.githubusercontent.com/58460131/210945778-db264b50-ebe0-4289-80a7-7a236d5a3ed9.jpg\\\"}]\"\n    }\n]"}],"_postman_id":"16aa5465-f75f-4577-99c2-84757eca77b0"}]}