{"info":{"_postman_id":"0a8e16d8-6306-436f-a186-144b8105afa8","name":"FastAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32331322","collectionId":"0a8e16d8-6306-436f-a186-144b8105afa8","publishedId":"2sA35K21LW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-03T14:04:04.000Z"},"item":[{"name":"chat","item":[{"name":"Post Chat","id":"cff654f2-06c8-41dc-9739-20c1984a27f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat","description":"<p>기본 챗봇과의 대화 API</p>\n<p>테스트용 입력 : compare, info, recommend </p>\n<p>입력: ChatRequestDto(uuid, content)</p>\n<p>응답: ChatInfoDto, ChatCompareDto, ChatRecommendDto(type, content, modelNoLlist or modelNo)</p>\n","urlObject":{"path":["chat"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"42454067-2ade-4fe0-a637-db201ea79259","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"97f1eb75-3cd4-4f37-858b-5f3b041f0f9d","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"cff654f2-06c8-41dc-9739-20c1984a27f9"},{"name":"Post Search","id":"454477e9-f1c3-412a-a94b-4ed0dfd8ca11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/search","description":"<p>자연어 검색 리스트를 확인하는 API</p>\n<p>입력: ChatRequestDto(uuid, content)</p>\n<p>응답: ChatSearchResponseDto(type, content, model_no_list)</p>\n","urlObject":{"path":["chat","search"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"27e03daf-bf69-4735-acb6-7a7bce02a32a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"<string>\",\n  \"modelList\": [\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"평점\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"가격\": \"<string>\",\n      \"혜택가\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"smartThings\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    },\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"평점\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"가격\": \"<string>\",\n      \"혜택가\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"smartThings\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    }\n  ],\n  \"chatId\": \"<string>\"\n}"},{"id":"3dc29888-1c96-4126-8546-d64c5c0d3812","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/search"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"454477e9-f1c3-412a-a94b-4ed0dfd8ca11"},{"name":"Get Ranking","id":"2fdebab0-5f98-4a55-8a49-6094fe962f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/chat/ranking","description":"<p>인기 순위 10개를 받아오는 API</p>\n<p>응답: ChatRankingDto(type, content, model_list)</p>\n","urlObject":{"path":["chat","ranking"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"41b127dc-d09b-4830-aed8-f00e0c7065b6","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/chat/ranking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"<string>\",\n  \"modelList\": [\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"평점\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"가격\": \"<string>\",\n      \"혜택가\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"smartThings\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    },\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"평점\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"가격\": \"<string>\",\n      \"혜택가\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"smartThings\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    }\n  ],\n  \"chatId\": \"<string>\"\n}"}],"_postman_id":"2fdebab0-5f98-4a55-8a49-6094fe962f12"},{"name":"Post Feedback","id":"fc65b16d-0219-4a50-b304-745e84064093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<string>\",\n  \"feedback\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/feedback","description":"<p>채팅에 대한 피드백 등록 API</p>\n<p>입력: FeedbackRequestDto(uuid,createdAt,content)</p>\n<p>응답: HttpResponseDto(data, success)</p>\n","urlObject":{"path":["chat","feedback"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"cc0a7d0e-db1b-4924-8850-45cc46b6eb72","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<string>\",\n  \"feedback\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/feedback"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a822b8b0-f0c8-4d30-b6bd-d1b1655d38e8","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<string>\",\n  \"feedback\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/chat/feedback"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"fc65b16d-0219-4a50-b304-745e84064093"},{"name":"Post Feedback","id":"1ca69db2-a7e4-47fe-bc12-20b40bdbbe24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/api/chat/preference","urlObject":{"path":["chat","preference"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"fba44391-5b55-4120-b8c0-08a064bd358c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/api/chat/preference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1ca69db2-a7e4-47fe-bc12-20b40bdbbe24"}],"id":"3eb17518-f23f-4adb-95fa-3d246460d382","_postman_id":"3eb17518-f23f-4adb-95fa-3d246460d382","description":""},{"name":"summary","item":[{"name":"Get Review","id":"bd85f5cc-4bc6-4ed6-aca1-0b57fb4ae19a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/summary/review?modelNo=<string>","description":"<p>특정 제품의 리뷰 요약 정보 조회 API</p>\n<p>입력: modelNo</p>\n<p>응답: content</p>\n","urlObject":{"path":["summary","review"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"modelNo","value":"<string>"}],"variable":[]}},"response":[{"id":"205b4003-79b5-4a87-a476-28feb1e0a02f","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/summary/review?modelNo=<string>","host":["/api"],"path":["summary","review"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": \"<string>\"\n}"},{"id":"a762fade-0c25-40b2-8980-d3ae9f58f981","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/summary/review?modelNo=<string>","host":["/api"],"path":["summary","review"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"bd85f5cc-4bc6-4ed6-aca1-0b57fb4ae19a"},{"name":"Get Detail","id":"83b9758f-a443-40d4-a6bf-271013a17fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/summary/detail?modelNo=<string>","description":"<p>특정 제품의 정보 요약 조회 API</p>\n<p>입력: modelNo</p>\n<p>응답: content</p>\n","urlObject":{"path":["summary","detail"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"modelNo","value":"<string>"}],"variable":[]}},"response":[{"id":"29d99d36-518a-49f0-a0d9-fc5fb0e9a364","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/summary/detail?modelNo=<string>","host":["/api"],"path":["summary","detail"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": \"<string>\"\n}"},{"id":"152fbe56-8856-4485-8baf-7b127975fe2f","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/summary/detail?modelNo=<string>","host":["/api"],"path":["summary","detail"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"83b9758f-a443-40d4-a6bf-271013a17fcc"}],"id":"8cd822f1-16e7-4409-bf99-a598c52c632d","_postman_id":"8cd822f1-16e7-4409-bf99-a598c52c632d","description":""},{"name":"api","item":[{"name":"test","item":[{"name":"Get Tts","id":"7d63726e-ac0f-4477-9d7d-41cb2cbf1170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/api/test/google?content=<string>","urlObject":{"path":["api","test","google"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"<string>"}],"variable":[]}},"response":[{"id":"d1d0d9f1-e36c-44f1-bf14-5bcf66cd6952","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/api/test/google?content=<string>","host":["/api"],"path":["api","test","google"],"query":[{"key":"content","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"45012c84-f76f-4a47-baa5-c87956bab4a8","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/api/test/google?content=<string>","host":["/api"],"path":["api","test","google"],"query":[{"key":"content","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"7d63726e-ac0f-4477-9d7d-41cb2cbf1170"},{"name":"Test Log","id":"058a199e-7dbd-4415-a510-abaefaa093c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/api/test/log","urlObject":{"path":["api","test","log"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"bc1731b4-e1fd-4bab-b356-51f3609f4edd","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/api/test/log"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"058a199e-7dbd-4415-a510-abaefaa093c5"}],"id":"024878f1-63b2-4673-ba9d-ecf83a42a13d","_postman_id":"024878f1-63b2-4673-ba9d-ecf83a42a13d","description":""},{"name":"Get Stream","id":"2c14e84b-cafb-4ed6-a120-5d7716f4d19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/api/stream?chat=<string>","urlObject":{"path":["api","stream"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"chat","value":"<string>"}],"variable":[]}},"response":[{"id":"e0fa8562-e08b-49c0-a866-b470710f7403","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/api/stream?chat=<string>","host":["/api"],"path":["api","stream"],"query":[{"key":"chat","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"570b81d0-6175-46de-8832-3c48a53f25ca","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/api/stream?chat=<string>","host":["/api"],"path":["api","stream"],"query":[{"key":"chat","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2c14e84b-cafb-4ed6-a120-5d7716f4d19e"},{"name":"Get Stream","id":"2072e3cb-1c21-429d-ba71-e68321e99c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/api/streamPost","urlObject":{"path":["api","streamPost"],"host":["/api"],"query":[],"variable":[]}},"response":[{"id":"ab22c79f-76e2-4bdc-824c-cf460b3cbe33","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/api/streamPost"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d52fbd6c-a23b-439e-a824-f13cc12e2af1","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"<string>\",\n  \"content\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/api/streamPost"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2072e3cb-1c21-429d-ba71-e68321e99c2d"}],"id":"de2dc592-acb6-49d4-a59f-3ae743ce550b","_postman_id":"de2dc592-acb6-49d4-a59f-3ae743ce550b","description":""},{"name":"Get Spec","id":"7ff877cf-c2f1-4c38-86e7-7e0d9753f367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/model?modelNo=<string>","description":"<p>모델에 대한 상세 스펙 정보 요청 API</p>\n<p>입력: path variable - ModelNo</p>\n<p>응답: DetailResponseDto(raw는 제품별로 상이)</p>\n","urlObject":{"path":["model"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"modelNo","value":"<string>"}],"variable":[]}},"response":[{"id":"0c1a2304-dc06-4a3e-ad9f-469f0eb44316","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/model?modelNo=<string>","host":["/api"],"path":["model"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"제품_코드\": \"<string>\",\n  \"제품명\": \"<string>\",\n  \"가로\": \"<string>\",\n  \"높이\": \"<string>\",\n  \"깊이\": \"<string>\",\n  \"제품_타입\": \"<string>\",\n  \"무게\": \"<string>\",\n  \"전체_용량\": \"<string>\",\n  \"냉장실_용량\": \"<string>\",\n  \"냉동실_용량\": \"<string>\",\n  \"맞춤보관실_용량\": \"<string>\",\n  \"소비효율등급\": \"<string>\",\n  \"소비_전력\": \"<string>\",\n  \"가격\": \"<string>\",\n  \"리뷰_요약\": \"<string>\",\n  \"리뷰_개수\": \"<integer>\",\n  \"평점\": \"<string>\",\n  \"정보_요약\": \"<string>\",\n  \"할인가\": \"<string>\",\n  \"imageUrl\": \"<string>\",\n  \"raw\": \"<object>\"\n}"},{"id":"bc8dc565-3442-4704-a578-3d5120ab2db0","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/model?modelNo=<string>","host":["/api"],"path":["model"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"7ff877cf-c2f1-4c38-86e7-7e0d9753f367"},{"name":"Get Compare Detail","id":"07d9f4f9-678e-47f3-b968-adeaa26a5d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/api/compare?modelNo=<string>","description":"<p>제품 비교 상세보기 페이지 API</p>\n<p>입력: modelNo(RF85C9101AP,RS84B5061M9)</p>\n<p>응답: CompareResponseDto(type, spec[], model_no_list[])</p>\n","urlObject":{"path":["compare"],"host":["/api"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"modelNo","value":"<string>"}],"variable":[]}},"response":[{"id":"38daa47e-de5a-4028-b792-5209da5c3118","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/compare?modelNo=<string>","host":["/api"],"path":["compare"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"<string>\",\n  \"spec\": [\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"제품_타입\": \"<string>\",\n      \"무게\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"소비_전력\": \"<string>\",\n      \"할인가\": \"<string>\",\n      \"가격\": \"<string>\",\n      \"리뷰_요약\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"평점\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    },\n    {\n      \"제품_코드\": \"<string>\",\n      \"제품명\": \"<string>\",\n      \"가로\": \"<string>\",\n      \"높이\": \"<string>\",\n      \"깊이\": \"<string>\",\n      \"제품_타입\": \"<string>\",\n      \"무게\": \"<string>\",\n      \"전체_용량\": \"<string>\",\n      \"냉장실_용량\": \"<string>\",\n      \"냉동실_용량\": \"<string>\",\n      \"맞춤보관실_용량\": \"<string>\",\n      \"소비효율등급\": \"<string>\",\n      \"소비_전력\": \"<string>\",\n      \"할인가\": \"<string>\",\n      \"가격\": \"<string>\",\n      \"리뷰_요약\": \"<string>\",\n      \"리뷰_개수\": \"<integer>\",\n      \"평점\": \"<string>\",\n      \"imageUrl\": \"<string>\"\n    }\n  ],\n  \"modelNoList\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"4e172114-7194-46d2-b018-d73019cba26a","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/compare?modelNo=<string>","host":["/api"],"path":["compare"],"query":[{"key":"modelNo","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"07d9f4f9-678e-47f3-b968-adeaa26a5d9c"}],"variable":[{"key":"baseUrl","value":"/api","type":"string"}]}