{"info":{"_postman_id":"5dee41f7-0e59-45f5-a06f-92f79cd16077","name":"Mania Place","description":"<html><head></head><body><p>이 문서는 서브컬처 마니아 층을 위한 중고거래 플랫폼을 주제로 개발한 <a href=\"https://github.com/GuDaeWoong/Mania-Place\">Mania Place</a>의 API 문서입니다.</p>\n<hr>\n<p>🌏 공동 사항</p>\n<ul>\n<li><p>기본 URL: 3.35.134.31:8080</p>\n</li>\n<li><p>응답 형식: <strong>JSON</strong></p>\n</li>\n<li><p>모든 API 응답은 아래와 같은 공통 구조를 따릅니다:</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>필드명</th>\n<th>타입</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>응답 메시지</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>응답 데이터 (API마다 구조 상이)</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>LocalDateTime</td>\n<td>응답 시간</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>모든 시간 정보는 <strong>KST(UTC+9) 기준</strong>입니다.</li>\n</ul>\n<hr>\n<p>🗒️ 테스트 환경 설정</p>\n<ul>\n<li><p>프로세스가 배포 중인 EC2가 정상 실행 중이어야합니다.</p>\n</li>\n<li><p>프로세스와 연결된 Amazon RDS가 정상 실행 중이어야 하며, 메인 데이터베이스는 <strong>MySQL</strong> 입니다.</p>\n</li>\n<li><p>프로세스와 연결된 Amazon ElasticChache for Redis가 정상 실행 중이어야하며, <strong>Redis</strong>는 주문 동시성 제어, 인기 검색어 집계, 새소식 캐시 처리 등에 사용됩니다.</p>\n</li>\n</ul>\n<hr>\n<p>📁 주요 API 목록</p>\n<ol>\n<li><p>회원가입/로그인</p>\n</li>\n<li><p>상품</p>\n</li>\n<li><p>상품 댓글</p>\n</li>\n<li><p>상품 주문</p>\n</li>\n<li><p>인기 검색어</p>\n</li>\n<li><p>살까말까 게시글</p>\n</li>\n<li><p>살까말까 댓글</p>\n</li>\n<li><p>살까말까 투표</p>\n</li>\n<li><p>새소식</p>\n</li>\n<li><p>새소식 댓글</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"44682451","collectionId":"5dee41f7-0e59-45f5-a06f-92f79cd16077","publishedId":"2sB3HetPFi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-25T07:14:58.000Z"},"item":[{"name":"회원","item":[{"name":"회원가입","id":"28ba039c-0e7f-471a-a1a9-8ed96d8d048b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"김베타\",\r\n  \"nickname\":\"마니아\",\r\n  \"email\": \"mania@email.com\",\r\n  \"password\": \"Abcd1234!\",\r\n  \"tags\": [\r\n        \"봇치더락\",\r\n        \"주술회전\"\r\n    ],\r\n  \"imageUrl\":\"img.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Request Body</td>\n<td>String</td>\n<td>이름</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>Request Body</td>\n<td>String</td>\n<td>유저명(닉네임)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Request Body</td>\n<td>String</td>\n<td>이메일</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Request Body</td>\n<td>String</td>\n<td>비밀번호</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Request Body</td>\n<td>List</td>\n<td>태그 리스트</td>\n<td>N</td>\n</tr>\n<tr>\n<td>imageUrl</td>\n<td>Request Body</td>\n<td>String</td>\n<td>프로필 사진</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","accounts"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"197433c7-88a4-4d5b-81a3-59adaf23df8c","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"김베타\",\r\n  \"nickname\":\"마니아\",\r\n  \"email\": \"mania@email.com\",\r\n  \"password\": \"Abcd1234!\",\r\n  \"tags\": [\r\n        \"봇치더락\",\r\n        \"주술회전\"\r\n    ],\r\n  \"imageUrl\":\"img.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 13:43:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"회원가입이 완료되었습니다.\",\n    \"data\": {\n        \"email\": \"mania@email.com\"\n    },\n    \"timestamp\": \"2025-08-25T13:43:14.398779149\"\n}"}],"_postman_id":"28ba039c-0e7f-471a-a1a9-8ed96d8d048b"},{"name":"어드민 회원가입","id":"45c83d39-c675-4dee-9803-4209c4156e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"관리자\",\r\n  \"nickname\":\"관리자\",\r\n  \"email\": \"admin1@email.com\",\r\n  \"password\": \"Abcd1234!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/accounts","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Request Body</td>\n<td>String</td>\n<td>이름</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>Request Body</td>\n<td>String</td>\n<td>유저명(닉네임)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Request Body</td>\n<td>String</td>\n<td>이메일</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Request Body</td>\n<td>String</td>\n<td>비밀번호</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Request Body</td>\n<td>List</td>\n<td>태그 리스트</td>\n<td>N</td>\n</tr>\n<tr>\n<td>imageUrl</td>\n<td>Request Body</td>\n<td>String</td>\n<td>프로필 사진</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","admin","accounts"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"1cc85649-6931-41f7-813a-aa3593662b12","name":"어드민 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"관리자\",\r\n  \"nickname\":\"관리자\",\r\n  \"email\": \"admin1@email.com\",\r\n  \"password\": \"Abcd1234!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/accounts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 17:00:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"어드민 가입이 완료되었습니다.\",\n    \"data\": {\n        \"email\": \"admin1@email.com\"\n    },\n    \"timestamp\": \"2025-08-25T17:00:01.937309173\"\n}"}],"_postman_id":"45c83d39-c675-4dee-9803-4209c4156e66"},{"name":"로그인","event":[{"listen":"test","script":{"id":"64734d9e-75f1-44e5-aeff-246b0ebc730b","exec":["if (pm.response.code == 200) {\r","    var token = pm.response.json().data.accessToken.replace(/^Bearer\\s+/, '');\r","    pm.environment.set(\"access_token\", token);\r","}"],"type":"text/javascript","packages":{}}}],"id":"3dfd7126-0770-4e29-8e42-2275838686c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"mania@email.com\",\r\n  \"password\": \"Abcd12345!\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/login","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>RequestBody</td>\n<td>String</td>\n<td>이메일</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>password</td>\n<td>RequestBody</td>\n<td>String</td>\n<td>비밀번호</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","login"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"a537523c-1057-45f0-874a-b1bd4ade55b8","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"mania@email.com\",\r\n  \"password\": \"Abcd1234!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjEzMDEzOSwiaWF0IjoxNzU2MTI5NTM5fQ.QlgBpYLa6kHTIDJAlPtOgRbRex5mNjFi8DsGz6HcqKI"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjczNDMzOSwiaWF0IjoxNzU2MTI5NTM5fQ.WYH4CPakbG7os4BCYOP7FGfoBHBZI2zhQ2Zqgl8T-84; Path=/; Max-Age=604800; Expires=Mon, 01 Sep 2025 13:45:39 GMT; HttpOnly; SameSite=Lax"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 13:45:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"로그인에 성공했습니다.\",\n    \"data\": {\n        \"accessToken\": \"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjEzMDEzOSwiaWF0IjoxNzU2MTI5NTM5fQ.QlgBpYLa6kHTIDJAlPtOgRbRex5mNjFi8DsGz6HcqKI\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjczNDMzOSwiaWF0IjoxNzU2MTI5NTM5fQ.WYH4CPakbG7os4BCYOP7FGfoBHBZI2zhQ2Zqgl8T-84\"\n    },\n    \"timestamp\": \"2025-08-25T13:45:39.999976928\"\n}"}],"_postman_id":"3dfd7126-0770-4e29-8e42-2275838686c0"},{"name":"회원 조회","id":"1db05485-a52f-4bdf-b497-398891cd80e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/accounts/12","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>유저 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","accounts","12"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"87c865bf-c471-4a4f-937f-46f0fa2be96f","name":"회원 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/accounts/12"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:09:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"회원 정보를 불러왔습니다.\",\n    \"data\": {\n        \"id\": 12,\n        \"name\": \"김베타\",\n        \"nickname\": \"마니아\",\n        \"imageUrl\": \"img.jpg\",\n        \"email\": \"mania@email.com\",\n        \"tags\": [\n            \"봇치더락\",\n            \"주술회전\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:09:45.447599757\"\n}"}],"_postman_id":"1db05485-a52f-4bdf-b497-398891cd80e1"},{"name":"마이페이지","id":"80c0805f-6643-4712-99b4-ec21281a8d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/accounts/me","urlObject":{"path":["api","accounts","me"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"adcc904c-056d-4d7b-9d5e-426c170e6b69","name":"마이페이지","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/accounts/me"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:10:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"마이페이지 정보를 불러왔습니다.\",\n    \"data\": {\n        \"id\": 12,\n        \"name\": \"김베타\",\n        \"nickname\": \"마니아\",\n        \"imageUrl\": \"img.jpg\",\n        \"email\": \"mania@email.com\",\n        \"tags\": [\n            \"봇치더락\",\n            \"주술회전\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:10:02.358227801\"\n}"}],"_postman_id":"80c0805f-6643-4712-99b4-ec21281a8d1d"},{"name":"회원정보 수정","id":"23d60166-6ccc-4867-984e-a17d2c8c33fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"김베타\",\r\n  \"nickname\":\"마니아짱\",\r\n\t\"imageUrl\":\"img2.jpg\",\r\n\t\"tags\": [\r\n\t\t\t\"봇치더락\",\r\n\t\t\t\"주술회전\",\r\n\t\t\t\"넨도로이드\"\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Request Body</td>\n<td>String</td>\n<td>이름</td>\n<td>N</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>Request Body</td>\n<td>String</td>\n<td>유저명(닉네임)</td>\n<td>N</td>\n</tr>\n<tr>\n<td>imageUrl</td>\n<td>Request Body</td>\n<td>String</td>\n<td>프로필 사진</td>\n<td>N</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Request Body</td>\n<td>List</td>\n<td>태그 리스트</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","accounts","me"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"bffeb4a8-b49d-47cd-af31-429d8e7f2b4e","name":"회원정보 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"김베타\",\r\n  \"nickname\":\"마니아\",\r\n\t\"imageUrl\":\"img2.jpg\",\r\n\t\"tags\": [\r\n\t\t\t\"봇치더락\",\r\n\t\t\t\"주술회전\",\r\n            \"진격의거인\"\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:13:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"회원 정보가 수정되었습니다.\",\n    \"data\": {\n        \"id\": 12,\n        \"name\": \"김베타\",\n        \"nickname\": \"마니아\",\n        \"imageUrl\": \"img2.jpg\",\n        \"email\": \"mania@email.com\",\n        \"tags\": [\n            \"봇치더락\",\n            \"진격의거인\",\n            \"주술회전\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:13:17.275545411\"\n}"}],"_postman_id":"23d60166-6ccc-4867-984e-a17d2c8c33fe"},{"name":"비밀번호 수정","id":"6fdcbf9f-b612-4cde-8f02-c5b3de68e6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"oldPassword\": \"Abcd1234!\",\r\n\t\"newPassword\": \"Abcd12345!\",\r\n\t\"newPasswordCheck\": \"Abcd12345!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me/password","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>oldPassword</td>\n<td>Request Body</td>\n<td>String</td>\n<td>기존 비밀번호</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>newPassword</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새 비밀번호</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>newPasswordCheck</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새 비밀번호 확인</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","accounts","me","password"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"983ddd6f-889d-41b1-8df3-4b9f6ee73668","name":"비밀번호 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"oldPassword\": \"Abcd1234!\",\r\n\t\"newPassword\": \"Abcd12345!\",\r\n\t\"newPasswordCheck\": \"Abcd12345!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me/password"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:14:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"비밀번호가 수정되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T14:14:07.588005936\"\n}"}],"_postman_id":"6fdcbf9f-b612-4cde-8f02-c5b3de68e6ea"},{"name":"로그아웃","id":"9b5c5c68-f49c-469b-83b0-8ab38305ea66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"3.35.134.31:8080/api/logout","urlObject":{"path":["api","logout"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"c1a2a79a-83a1-47d4-8b1f-3429aca7a260","name":"로그아웃","originalRequest":{"method":"POST","header":[],"url":"3.35.134.31:8080/api/logout"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Set-Cookie","value":"refreshToken=; Path=/; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:16:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"로그아웃 성공\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T14:16:02.551084434\"\n}"}],"_postman_id":"9b5c5c68-f49c-469b-83b0-8ab38305ea66"},{"name":"회원탈퇴","id":"96cb8457-fe38-4493-9ee5-98e731ef9d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n      \"password\": \"Abcd123456!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>password</td>\n<td>Request Body</td>\n<td>String</td>\n<td>비밀번호</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","accounts","me"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"cdd7e724-7cbe-4d22-92a3-b7cfe42d3fa7","name":"회원탈퇴","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n      \"password\": \"Abcd12345!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/accounts/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:56:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"회원 탈퇴가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T16:56:45.112752026\"\n}"}],"_postman_id":"96cb8457-fe38-4493-9ee5-98e731ef9d82"},{"name":"refreshAccessToken","id":"f81659f0-cc52-432c-b5ef-6bdad03fa8e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Cookie","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4IiwiZXhwIjoxNzU2NjIyOTYyLCJpYXQiOjE3NTYwMTgxNjJ9.NTDJpALiFRs_yWpu0EJrwGBtH6d2yKlygKAwhAd0S9Y","type":"text"}],"url":"3.35.134.31:8080/api/refresh","urlObject":{"path":["api","refresh"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"8a7a54a1-fe4c-4f5c-a9e2-69bf5ef3e66e","name":"refreshAccessToken","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4IiwiZXhwIjoxNzU2NjIyOTYyLCJpYXQiOjE3NTYwMTgxNjJ9.NTDJpALiFRs_yWpu0EJrwGBtH6d2yKlygKAwhAd0S9Y","type":"text"}],"url":"3.35.134.31:8080/api/refresh"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjE0MTU0NiwiaWF0IjoxNzU2MTQwOTQ2fQ.HJ9uZmJiSzkjatq5apxaHSIi5xY5woW481Yk91Bzp94"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:55:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"토큰 재발급 성공\",\n    \"data\": {\n        \"accessToken\": \"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1NjE0MTU0NiwiaWF0IjoxNzU2MTQwOTQ2fQ.HJ9uZmJiSzkjatq5apxaHSIi5xY5woW481Yk91Bzp94\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsImV4cCI6MTc1Njc0Mjg1NCwiaWF0IjoxNzU2MTM4MDU0fQ.cGNwPXS8QQ1FFuEmlEWPQAWbZOK-H7_TKBg4FLAuGds\"\n    },\n    \"timestamp\": \"2025-08-25T16:55:46.514159888\"\n}"}],"_postman_id":"f81659f0-cc52-432c-b5ef-6bdad03fa8e5"}],"id":"36fca592-8195-4cd5-a9fd-af6b6d705e72","description":"<ul>\n<li><p><strong>회원</strong>과 <strong>로그인/로그아웃</strong> 관련 전반적인 기능을 담당합니다.</p>\n</li>\n<li><p>로그인 시 <strong>토큰이 발급</strong>되며, 이후 대부분의 API 요청에서 사용됩니다.</p>\n</li>\n</ul>\n","_postman_id":"36fca592-8195-4cd5-a9fd-af6b6d705e72"},{"name":"상품","item":[{"name":"상품 등록","id":"a13baee1-3c49-4ba3-acc0-e1106476f5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemName\": \"원피스 나미\",\r\n    \"itemDescription\": \"원피스 나미\",\r\n    \"price\": 39900,\r\n    \"count\": 1,\r\n    \"imageUrls\": [\r\n        \"file1.\",\r\n        \"file2.jpg\"\r\n    ],\r\n    \"mainIndex\": 0,\r\n    \"itemTagNames\": [\r\n        \"피규어\",\"아크릴\",\"원피스\",\"나미\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemName</td>\n<td>Request Body</td>\n<td>String</td>\n<td>상품명</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>itemDescription</td>\n<td>Request Body</td>\n<td>String</td>\n<td>상품설명</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>가격</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>수량</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>salesStartAt</td>\n<td>Request Body</td>\n<td>LocalDateTime</td>\n<td>판매시작일</td>\n<td>N</td>\n</tr>\n<tr>\n<td>saleEndAt</td>\n<td>Request Body</td>\n<td>LocalDateTime</td>\n<td>판매종료일</td>\n<td>N</td>\n</tr>\n<tr>\n<td>imageUrls</td>\n<td>Request Body</td>\n<td>List</td>\n<td>이미지 리스트</td>\n<td>Y (1개 이상)</td>\n</tr>\n<tr>\n<td>mainIndex</td>\n<td>Request Body</td>\n<td>int</td>\n<td>대표 이미지 번호</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>itemTagNames</td>\n<td>Request Body</td>\n<td>List</td>\n<td>태그 리스트</td>\n<td>Y (빈 리스트는 허용)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"9a08459b-2a2d-4fa5-ae30-651bcec9919e","name":"상품 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemName\": \"원피스 나미\",\r\n    \"itemDescription\": \"원피스 나미\",\r\n    \"price\": 39900,\r\n    \"count\": 1,\r\n    \"imageUrls\": [\r\n        \"file1.\",\r\n        \"file2.jpg\"\r\n    ],\r\n    \"mainIndex\": 0,\r\n    \"itemTagNames\": [\r\n        \"피규어\",\"아크릴\",\"원피스\",\"나미\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:18:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"상품 등록이 완료되었습니다.\",\n    \"data\": {\n        \"id\": 15,\n        \"itemName\": \"원피스 나미\",\n        \"itemDescription\": \"원피스 나미\",\n        \"price\": 39900,\n        \"count\": 1,\n        \"isLimited\": false,\n        \"salesStartAt\": \"2025-08-25T14:18:46.836747458\",\n        \"salesEndAt\": \"3000-01-01T00:00:00\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0,\n        \"tags\": [\n            \"피규어\",\n            \"아크릴\",\n            \"나미\",\n            \"원피스\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:18:47.130654112\"\n}"}],"_postman_id":"a13baee1-3c49-4ba3-acc0-e1106476f5ab"},{"name":"상품 단건조회","id":"6d3519a0-0a9a-4f8a-82d4-a1c409ca3c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/items/15","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>String</td>\n<td>상품 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"cba43fe9-c2cd-4540-86b8-0a497684c7e7","name":"상품 단건조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/items/15"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:19:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"상품 조회가 완료되었습니다.\",\n    \"data\": {\n        \"id\": 15,\n        \"itemName\": \"원피스 나미\",\n        \"itemDescription\": \"원피스 나미\",\n        \"price\": 39900,\n        \"count\": 1,\n        \"isLimited\": false,\n        \"salesStartAt\": \"2025-08-25T14:18:46.836747\",\n        \"salesEndAt\": \"3000-01-01T00:00:00\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0,\n        \"tags\": [\n            \"피규어\",\n            \"아크릴\",\n            \"나미\",\n            \"원피스\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:19:52.638980759\"\n}"}],"_postman_id":"6d3519a0-0a9a-4f8a-82d4-a1c409ca3c87"},{"name":"본인 관심 태그 상품 전체조회","id":"c4c9ee0d-32fd-4937-b603-48e351924dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/items/search/interest","urlObject":{"path":["api","items","search","interest"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"b5ec8d0a-6bd0-47ad-93fa-88556fb20046","name":"본인 관심 태그 상품 전체 조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/items/search/interest"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:21:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"관심 태그에 기반한 상품 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"id\": 9,\n                \"itemName\": \"굿즈1\",\n                \"price\": 39900,\n                \"count\": 2,\n                \"mainImageUrl\": \"file1.\",\n                \"tags\": [\n                    \"피규어\",\n                    \"진격의거인\",\n                    \"아크릴\"\n                ]\n            },\n            {\n                \"id\": 8,\n                \"itemName\": \"굿즈\",\n                \"price\": 39900,\n                \"count\": 3,\n                \"mainImageUrl\": \"file1.\",\n                \"tags\": [\n                    \"진격의거인\",\n                    \"아크릴\",\n                    \"피규어\"\n                ]\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T14:21:36.929459458\"\n}"}],"_postman_id":"c4c9ee0d-32fd-4937-b603-48e351924dcf"},{"name":"상품 검색","id":"d6fbdeb2-0643-4832-9f1a-9a424ff88565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/items/search?keyword=나미&tags=원피스","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tags</td>\n<td>RequestParam</td>\n<td>List</td>\n<td>태그</td>\n<td>N</td>\n</tr>\n<tr>\n<td>keyword</td>\n<td>RequestParam</td>\n<td>String</td>\n<td>상품 ID</td>\n<td>N</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>RequestParam</td>\n<td>Long</td>\n<td>유저 ID</td>\n<td>N</td>\n</tr>\n<tr>\n<td>pageable</td>\n<td>PageableDefault</td>\n<td>Pageable</td>\n<td>페이징처리</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","search"],"host":["3.35.134.31:8080"],"query":[{"key":"keyword","value":"나미"},{"key":"tags","value":"원피스"}],"variable":[]}},"response":[{"id":"004885b8-aa21-43b9-bc4a-cc7916960d60","name":"상품 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"3.35.134.31:8080/api/items/search?keyword=나미&tags=원피스","host":["3.35.134.31:8080"],"path":["api","items","search"],"query":[{"key":"keyword","value":"나미"},{"key":"tags","value":"원피스"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:21:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"상품 조회가 완료되었습니다\",\n    \"data\": {\n        \"content\": [\n            {\n                \"id\": 15,\n                \"itemName\": \"원피스 나미\",\n                \"price\": 39900,\n                \"count\": 1,\n                \"mainImageUrl\": \"file1.\",\n                \"tags\": [\n                    \"나미\",\n                    \"원피스\",\n                    \"피규어\",\n                    \"아크릴\"\n                ]\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T14:21:29.718085999\"\n}"}],"_postman_id":"d6fbdeb2-0643-4832-9f1a-9a424ff88565"},{"name":"상품 수정","id":"de87253f-0f6c-4a84-95a4-20f8a2f0edbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemName\": \"루피 피규어\",\r\n  \"itemDescription\": \"원피스 루피 피규어 판매합니다\",\r\n  \"price\": 40000,\r\n  \"count\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>상품 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>itemName</td>\n<td>Request Body</td>\n<td>String</td>\n<td>상품명</td>\n<td>N</td>\n</tr>\n<tr>\n<td>itemDescription</td>\n<td>Request Body</td>\n<td>String</td>\n<td>상품설명</td>\n<td>N</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>가격</td>\n<td>N</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>수량</td>\n<td>N</td>\n</tr>\n<tr>\n<td>salesStartAt</td>\n<td>Request Body</td>\n<td>LocalDateTime</td>\n<td>판매시작일</td>\n<td>N</td>\n</tr>\n<tr>\n<td>saleEndAt</td>\n<td>Request Body</td>\n<td>LocalDateTime</td>\n<td>판매종료일</td>\n<td>N</td>\n</tr>\n<tr>\n<td>imageUrls</td>\n<td>Request Body</td>\n<td>List</td>\n<td>이미지 리스트</td>\n<td>N</td>\n</tr>\n<tr>\n<td>mainIndex</td>\n<td>Request Body</td>\n<td>int</td>\n<td>대표 이미지 번호</td>\n<td>N</td>\n</tr>\n<tr>\n<td>itemTagNames</td>\n<td>Request Body</td>\n<td>List</td>\n<td>태그 리스트</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"5f4ca221-7ab3-4fd1-ad35-aa85b0b5463e","name":"상품 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemName\": \"루피 피규어\",\r\n  \"itemDescription\": \"원피스 루피 피규어 판매합니다\",\r\n  \"price\": 40000,\r\n  \"count\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:23:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"상품 수정이 완료되었습니다.\",\n    \"data\": {\n        \"id\": 15,\n        \"itemName\": \"루피 피규어\",\n        \"itemDescription\": \"원피스 루피 피규어 판매합니다\",\n        \"price\": 40000,\n        \"count\": 100,\n        \"isLimited\": false,\n        \"salesStartAt\": \"2025-08-25T14:18:46.836747\",\n        \"salesEndAt\": \"3000-01-01T00:00:00\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0,\n        \"tags\": [\n            \"아크릴\",\n            \"나미\",\n            \"피규어\",\n            \"원피스\"\n        ]\n    },\n    \"timestamp\": \"2025-08-25T14:23:03.962449289\"\n}"}],"_postman_id":"de87253f-0f6c-4a84-95a4-20f8a2f0edbe"},{"name":"상품삭제","id":"800a7895-8a28-46e4-87ec-3c8a10b5e924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/items/16","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>상품 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","16"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"91b3c9d1-2f25-44c6-aa6b-93c17aec8e4f","name":"상품삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/items/16"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:23:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"상품 삭제가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T14:23:25.406291277\"\n}"}],"_postman_id":"800a7895-8a28-46e4-87ec-3c8a10b5e924"}],"id":"73a47572-7668-4bf0-8bbd-9a9e4695ebab","description":"<ul>\n<li><p>상품(굿즈) 거래를 위한 <strong>상품 정보 관리</strong> 기능을 담당합니다.</p>\n</li>\n<li><p>상품의 이름과 설명, 가격을 비롯한 이미지와 태그를 함께 관리합니다.</p>\n</li>\n<li><p>관리자가 등록한 상품은 한정 상품으로써 관리됩니다.</p>\n</li>\n</ul>\n","_postman_id":"73a47572-7668-4bf0-8bbd-9a9e4695ebab"},{"name":"상품 댓글","item":[{"name":"댓글 생성","id":"f7a3a61f-367a-4dc2-839d-72891bc17830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"나미 피규어 너무 이뻐요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 상품 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"cd3fd5fa-9e7c-4ec9-a504-34470d20b9d1","name":"댓글 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"나미 피규어 너무 이뻐요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:23:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 등록되었습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"나미 피규어 너무 이뻐요\",\n        \"createAt\": \"2025-08-25T14:23:54.294250486\"\n    },\n    \"timestamp\": \"2025-08-25T14:23:54.31839598\"\n}"}],"_postman_id":"f7a3a61f-367a-4dc2-839d-72891bc17830"},{"name":"댓글 조회","id":"2d062e58-2ff2-4ec2-bae1-4008c31eff65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/items/15/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 상품 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"923e9388-62fe-46e0-8ccf-81e1e194a492","name":"댓글 조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/items/15/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:24:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 조회되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"nickname\": \"마니아\",\n                \"userImageUrl\": \"img2.jpg\",\n                \"content\": \"나미 피규어 너무 이뻐요\",\n                \"createAt\": \"2025-08-25T14:23:54.29425\"\n            },\n            {\n                \"nickname\": \"마니아\",\n                \"userImageUrl\": \"img2.jpg\",\n                \"content\": \" 피규어 너무 이뻐요\",\n                \"createAt\": \"2025-08-25T14:24:17.024468\"\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T14:24:29.449180628\"\n}"}],"_postman_id":"2d062e58-2ff2-4ec2-bae1-4008c31eff65"},{"name":"댓글 수정","id":"6831921e-d8a1-4de5-afb9-e99312fb9cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"나미 새상품 인가요???\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15/comments/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 상품 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Varialbe</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15","comments","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"e9949458-dd05-47e2-a078-9c5d27f0da6e","name":"댓글 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"나미 새상품 인가요???\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/items/15/comments/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:25:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글을 수정하였습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"나미 새상품 인가요???\",\n        \"createAt\": \"2025-08-25T14:23:54.29425\"\n    },\n    \"timestamp\": \"2025-08-25T14:25:59.34643118\"\n}"}],"_postman_id":"6831921e-d8a1-4de5-afb9-e99312fb9cbb"},{"name":"댓글 삭제","id":"ab5ca2f8-d31c-416c-96b4-66e2e59cca27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/items/15/comments/5","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 상품 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","items","15","comments","5"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"f6090a37-9d7b-4fda-aa8d-c8b8089e5f19","name":"댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/items/15/comments/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:26:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글을 삭제하였습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T14:26:38.788706558\"\n}"}],"_postman_id":"ab5ca2f8-d31c-416c-96b4-66e2e59cca27"}],"id":"6c328a7f-655e-4d0c-8666-290e38eceb54","description":"<ul>\n<li>상품에 대한 댓글 기능을 담당합니다.</li>\n</ul>\n","_postman_id":"6c328a7f-655e-4d0c-8666-290e38eceb54"},{"name":"상품 주문","item":[{"name":"상품 주문","id":"3cc27014-979d-4373-8a6d-9c038e27e9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemId\": 15,\r\n  \"quantity\": 1,\r\n  \"deliveryAddress\": \"김해시\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/orders","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>주문 대상 아이템 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Request Body</td>\n<td>int</td>\n<td>상품 개수</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>deliveryAddress</td>\n<td>Request Body</td>\n<td>String</td>\n<td>배송지 주소</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","orders"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"3f71f22e-7e93-4b7c-9690-7ec18b7f28bc","name":"상품 주문","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemId\": 15,\r\n  \"quantity\": 1,\r\n  \"deliveryAddress\": \"김해시\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/orders"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:27:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"주문이 완료되었습니다\",\n    \"data\": {\n        \"mainImageUrl\": \"file1.\",\n        \"userNickname\": \"마니아\",\n        \"itemName\": \"루피 피규어\",\n        \"quantity\": 1,\n        \"price\": 40000,\n        \"status\": \"ORDERED\",\n        \"deliveryAddress\": \"김해시\",\n        \"createdAt\": \"2025-08-25T14:27:13.175938456\"\n    },\n    \"timestamp\": \"2025-08-25T14:27:13.187112222\"\n}"}],"_postman_id":"3cc27014-979d-4373-8a6d-9c038e27e9b5"},{"name":"주문내역 단건 조회","id":"dff766cf-3f5e-4e00-921d-69c7eb33b7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/orders/me/8","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>주문 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","orders","me","8"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"41ada34a-74cb-4098-8518-de1d2c34d0fd","name":"주문내역 조회 단건","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/orders/me/8"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:28:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"단건 조회가 완료되었습니다.\",\n    \"data\": {\n        \"mainImageUrl\": \"file1.\",\n        \"itemName\": \"루피 피규어\",\n        \"quantity\": 1,\n        \"price\": 40000,\n        \"deliveryAddress\": \"김해시\",\n        \"status\": \"ORDERED\",\n        \"createdAt\": \"2025-08-25T14:27:13.175938\",\n        \"userNickname\": \"마니아\"\n    },\n    \"timestamp\": \"2025-08-25T14:28:25.086763743\"\n}"}],"_postman_id":"dff766cf-3f5e-4e00-921d-69c7eb33b7dd"},{"name":"주문내역 전체 조회","id":"0cb5108e-abb2-4727-95e9-a8af84340818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/orders/me","urlObject":{"path":["api","orders","me"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"0bd53e2c-804e-45ec-b110-8d3e346ad37e","name":"내가 주문한 내역 모두 조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/orders/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:28:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"전체 주문 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"mainImageUrl\": \"file1.\",\n                \"itemName\": \"굿즈1\",\n                \"quantity\": 1,\n                \"price\": 39900,\n                \"deliveryAddress\": \"김해시\",\n                \"status\": \"ORDERED\",\n                \"createdAt\": \"2025-08-25T14:27:00.182605\",\n                \"userNickname\": \"마니아\"\n            },\n            {\n                \"mainImageUrl\": \"file1.\",\n                \"itemName\": \"루피 피규어\",\n                \"quantity\": 1,\n                \"price\": 40000,\n                \"deliveryAddress\": \"김해시\",\n                \"status\": \"ORDERED\",\n                \"createdAt\": \"2025-08-25T14:27:13.175938\",\n                \"userNickname\": \"마니아\"\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T14:28:36.057922471\"\n}"}],"_postman_id":"0cb5108e-abb2-4727-95e9-a8af84340818"},{"name":"주문 상태 [택배 접수 완료]로 변경","id":"675882ca-43cb-4265-8ed8-7a10095798fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/user/orders/9/status/ready","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>주문 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","user","orders","9","status","ready"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"3fd4a5c3-394d-4ad4-b224-9ee2c497dbf3","name":"주문 택배 ready 로 변경","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/user/orders/9/status/ready"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:32:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"주문 상태가 배송중으로 변경되었습니다.\",\n    \"data\": {\n        \"mainImageUrl\": \"file1.\",\n        \"itemName\": \"원피스 나미\",\n        \"quantity\": 1,\n        \"price\": 39900,\n        \"deliveryAddress\": \"김해시\",\n        \"status\": \"READY\",\n        \"createdAt\": \"2025-08-25T14:31:37.753007\",\n        \"userNickname\": \"마니아\"\n    },\n    \"timestamp\": \"2025-08-25T14:32:11.481844792\"\n}"}],"_postman_id":"675882ca-43cb-4265-8ed8-7a10095798fa"},{"name":"주문 상태 [거래 완료]로 변경","id":"f1d6e6e2-3d91-46a2-b2ac-1ce74fbf4fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"3.35.134.31:8080/api/user/orders/9/status/completed","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>주문 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","user","orders","9","status","completed"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"57a7a1a6-fdda-4578-8396-bc22382aab90","name":"배송중 -> 거래 완료","originalRequest":{"method":"POST","header":[],"url":"3.35.134.31:8080/api/user/orders/9/status/completed"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:32:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"주문 상태가 거래완료로 변경되었습니다.\",\n    \"data\": {\n        \"mainImageUrl\": \"file1.\",\n        \"itemName\": \"원피스 나미\",\n        \"quantity\": 1,\n        \"price\": 39900,\n        \"deliveryAddress\": \"김해시\",\n        \"status\": \"COMPLETED\",\n        \"createdAt\": \"2025-08-25T14:31:37.753007\",\n        \"userNickname\": \"마니아\"\n    },\n    \"timestamp\": \"2025-08-25T14:32:38.069097294\"\n}"}],"_postman_id":"f1d6e6e2-3d91-46a2-b2ac-1ce74fbf4fe8"},{"name":"주문 취소","id":"5dae3e44-ee86-46e1-a8df-55ee31dae429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"3.35.134.31:8080/api/user/orders/10/status/canceled","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>주문 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","user","orders","10","status","canceled"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"bb548ff1-5d5a-49d6-b492-c7a994e46f9c","name":"주문 취소","originalRequest":{"method":"POST","header":[],"url":"3.35.134.31:8080/api/user/orders/10/status/canceled"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:33:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"주문 상태가 주문 취소로 변경되었습니다.\",\n    \"data\": {\n        \"mainImageUrl\": \"file1.\",\n        \"itemName\": \"원피스 나미\",\n        \"quantity\": 1,\n        \"price\": 39900,\n        \"deliveryAddress\": \"김해시\",\n        \"status\": \"CANCELLED\",\n        \"createdAt\": \"2025-08-25T14:33:11.837189\",\n        \"userNickname\": \"마니아\"\n    },\n    \"timestamp\": \"2025-08-25T14:33:29.729785124\"\n}"}],"_postman_id":"5dae3e44-ee86-46e1-a8df-55ee31dae429"}],"id":"e846b50b-32e8-47c4-a2d0-c33926226021","description":"<ul>\n<li><p>상품(굿즈) 거래를 위한 <strong>주문</strong> 기능을 담당합니다.</p>\n</li>\n<li><p>주문 상태는 주문과 동시에 <strong>주문 완료</strong> → <strong>택배 접수 완료</strong>(판매자만 변경 가능) → <strong>거래 완료</strong>(구매자만 변경 가능) 순으로 진행됩니다.</p>\n</li>\n<li><p><strong>주문 취소</strong>는 택배 접수 이전에만 가능합니다.</p>\n</li>\n</ul>\n","_postman_id":"e846b50b-32e8-47c4-a2d0-c33926226021"},{"name":"인기 검색어","item":[{"name":"인기 검색어 순위","id":"f73514ad-9586-464b-adb2-6e5d3683253d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/keywords/trending","urlObject":{"path":["api","keywords","trending"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"9e3a2d13-e1fc-452b-b6b8-53b8d7a6d010","name":"인기 검색어 순위","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/keywords/trending"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:36:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"인기 검색어 조회가 완료되었습니다\",\n    \"data\": [\n        {\n            \"keyword\": \"원피스\",\n            \"count\": 15\n        },\n        {\n            \"keyword\": \"루피\",\n            \"count\": 10\n        },\n        {\n            \"keyword\": \"나미\",\n            \"count\": 10\n        },\n        {\n            \"keyword\": \"귀멸의칼날\",\n            \"count\": 8\n        },\n        {\n            \"keyword\": \"진격의거인\",\n            \"count\": 6\n        },\n        {\n            \"keyword\": \"1\",\n            \"count\": 6\n        },\n        {\n            \"keyword\": \"귀칼\",\n            \"count\": 2\n        },\n        {\n            \"keyword\": \"123123\",\n            \"count\": 2\n        },\n        {\n            \"keyword\": \"ㅁㄴㅇㄹㅁㄴㅇㄹㅁㄴㅇㄹ\",\n            \"count\": 2\n        },\n        {\n            \"keyword\": \"귀\",\n            \"count\": 1\n        }\n    ],\n    \"timestamp\": \"2025-08-25T14:36:20.731718249\"\n}"}],"_postman_id":"f73514ad-9586-464b-adb2-6e5d3683253d"}],"id":"16e966ea-094f-4552-8057-0ee3dc6a7966","description":"<ul>\n<li>상품 <strong>인기 검색어를 제공</strong>하는 기능을 담당합니다.</li>\n</ul>\n","_postman_id":"16e966ea-094f-4552-8057-0ee3dc6a7966"},{"name":"살까말까 게시글","item":[{"name":"포스트 생성","id":"716b4755-29e0-45b5-b1df-6a2f37ffc9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemId\": 15,\r\n  \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemId</td>\n<td>Request Body</td>\n<td>Long</td>\n<td>게시글 대상 상품 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>게시글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"0ac49ab3-3c59-4359-9620-bfc40aeb35e3","name":"포스트 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"itemId\": 15,\r\n  \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:08:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 등록이 완료되었습니다.\",\n    \"data\": {\n        \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\",\n        \"nickname\": \"마니아\",\n        \"itemId\": 15,\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0\n    },\n    \"timestamp\": \"2025-08-25T16:08:40.049184156\"\n}"}],"_postman_id":"716b4755-29e0-45b5-b1df-6a2f37ffc9df"},{"name":"살까말까 단건조회","id":"fa79ccfd-39f3-434c-b700-85d9a7c1146e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>게시글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"548d58ac-e5ac-47c9-ad06-e4cd5e9a87fc","name":"살까말까 단건조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:09:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\",\n        \"nickname\": \"마니아\",\n        \"itemId\": 15,\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0\n    },\n    \"timestamp\": \"2025-08-25T16:09:05.588048891\"\n}"}],"_postman_id":"fa79ccfd-39f3-434c-b700-85d9a7c1146e"},{"name":"살까말까 전제초회","id":"5fc7f24f-2a2c-40a7-8507-bbde8670f259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts","urlObject":{"path":["api","posts"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"712a5f84-464e-4936-b1b0-32c6959ba7a8","name":"살까말까 전제초회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:09:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 전체 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"postId\": 4,\n                \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\",\n                \"mainImageUrl\": \"file1.\",\n                \"likeCount\": 0,\n                \"disLikeCount\": 0,\n                \"like\": false,\n                \"dislike\": false\n            },\n            {\n                \"postId\": 1,\n                \"content\": \"살까요 말까요?\",\n                \"mainImageUrl\": \"file1.jpg\",\n                \"likeCount\": 0,\n                \"disLikeCount\": 0,\n                \"like\": false,\n                \"dislike\": false\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T16:09:18.433006248\"\n}"}],"_postman_id":"5fc7f24f-2a2c-40a7-8507-bbde8670f259"},{"name":"내가 쓴 살까말까 목록 조회","id":"1aa40bf9-b9f0-4093-a820-64e871e21531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/me","urlObject":{"path":["api","posts","me"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"0b14efaf-a49a-4bdf-9ddb-ef84c5e10814","name":"내가 쓴 살까말까 목록 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:10:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"내 게시글 전체 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"postId\": 4,\n                \"content\": \"이 피규어 상태 좋은거같은데 가격 어떤가요? 살만한가요?\",\n                \"mainImageUrl\": \"file1.\",\n                \"likeCount\": 0,\n                \"disLikeCount\": 0,\n                \"like\": false,\n                \"dislike\": false\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T16:10:01.046838512\"\n}"}],"_postman_id":"1aa40bf9-b9f0-4093-a820-64e871e21531"},{"name":"살까말까 수정","id":"86cbada8-f58f-4941-8b90-11e2d172f479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"가격 내려간거같은데 이 피규어 살까요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>게시글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"b8272cf9-16d5-4427-9313-569033d6dd6a","name":"살까말까 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"가격 내려간거같은데 이 피규어 살까요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:10:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 수정이 완료되었습니다.\",\n    \"data\": {\n        \"content\": \"가격 내려간거같은데 이 피규어 살까요?\",\n        \"nickname\": \"마니아\",\n        \"itemId\": 15,\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0\n    },\n    \"timestamp\": \"2025-08-25T16:10:22.749455166\"\n}"}],"_postman_id":"86cbada8-f58f-4941-8b90-11e2d172f479"},{"name":"살까말까 게시물 삭제","id":"569e1b89-0c69-4b0c-9f65-f655ba9d1526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>게시글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"7c97d913-0db0-49a3-b83d-63dbf70c2cf1","name":"살까말까 게시물 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"3.35.134.31:8080/api/posts/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:10:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 삭제가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T16:10:39.691715282\"\n}"}],"_postman_id":"569e1b89-0c69-4b0c-9f65-f655ba9d1526"}],"id":"89a6d90d-cd66-4441-b02d-14576fb33015","description":"<ul>\n<li><p>상품에 관한 <strong>고민과 조언을 위한 커뮤니티</strong> 기능을 담당합니다.</p>\n</li>\n<li><p>상품 도메인에 존재하는 상품에 대해 게시글을 작성할 수 있으며, 조회 시 해당 상품의 이미지를 자동으로 불러옵니다.</p>\n</li>\n</ul>\n","_postman_id":"89a6d90d-cd66-4441-b02d-14576fb33015"},{"name":"살까말까 댓글","item":[{"name":"댓글 등록","id":"73cae48d-e105-4718-9abb-f678ca79773f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"살만한 것 같아요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"360b795b-5c1f-41e0-8d5b-4bef7af0bdc6","name":"댓글 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"살만한 것 같아요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:11:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 등록되었습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"살만한 것 같아요\",\n        \"createAt\": \"2025-08-25T13:43:14.19959\"\n    },\n    \"timestamp\": \"2025-08-25T16:11:45.739535726\"\n}"}],"_postman_id":"73cae48d-e105-4718-9abb-f678ca79773f"},{"name":"댓글 전체조회","id":"ddd4b31f-4ca2-4e1e-a5d5-f7a702ebcd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/posts/1/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>게시글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"b2a26edb-b3d0-403a-adf1-1e59034a7ff1","name":"댓글 전체조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/posts/1/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:12:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글 목록 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"nickname\": \"개소1\",\n                \"userImageUrl\": \".../bocchi.jpg\",\n                \"content\": \"수정되었습니다.\",\n                \"createAt\": \"2025-08-24T03:33:39.30803\"\n            },\n            {\n                \"nickname\": \"마니아\",\n                \"userImageUrl\": \"img2.jpg\",\n                \"content\": \"살만한 것 같아요\",\n                \"createAt\": \"2025-08-25T13:43:14.19959\"\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T16:12:03.557522532\"\n}"}],"_postman_id":"ddd4b31f-4ca2-4e1e-a5d5-f7a702ebcd56"},{"name":"댓글 수정","id":"9a4400e8-a530-4d86-a685-11030843299e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"댓글 수정) 다시보니 별로인것 같습니다..\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/comments/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","comments","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"a36854d1-7ee9-44fb-8162-d0d70c960953","name":"댓글 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"댓글 수정) 다시보니 별로인것 같습니다..\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/comments/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:13:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글이 수정이 완료되었습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"댓글 수정) 다시보니 별로인것 같습니다..\",\n        \"createAt\": \"2025-08-25T13:43:14.19959\"\n    },\n    \"timestamp\": \"2025-08-25T16:13:01.257141272\"\n}"}],"_postman_id":"9a4400e8-a530-4d86-a685-11030843299e"},{"name":"댓글 삭제","id":"fece45da-7be1-4491-bd94-3d97a2f46523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/posts/1/comments/4","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","comments","4"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"d13abaa6-35b6-42cd-ae12-585fcf77e994","name":"댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/posts/1/comments/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:13:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글 삭제가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T16:13:11.913881183\"\n}"}],"_postman_id":"fece45da-7be1-4491-bd94-3d97a2f46523"}],"id":"f2e573cd-f533-4a45-8d5b-f49dd1a5aa39","description":"<ul>\n<li>살까말까 게시글에 대한 댓글 기능을 담당합니다.</li>\n</ul>\n","_postman_id":"f2e573cd-f533-4a45-8d5b-f49dd1a5aa39"},{"name":"살까말까 투표","item":[{"name":"좋아요/싫어요 투표","id":"6227357c-efc9-4e84-af51-335d9935d0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"voteType\": \"DISLIKE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/vote","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>투표 대상 게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Request Body</td>\n<td>String (Enum)</td>\n<td>좋아요 / 싫어요 (LIKE, DISLIKE)</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","vote"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"acad5422-3932-4666-977e-c709a2f92017","name":"좋아요/싫어요 투표","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"voteType\": \"DISLIKE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/vote"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:30:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"투표가 반영되었습니다.\",\n    \"data\": {\n        \"likeCount\": 0,\n        \"disLikeCount\": 1,\n        \"like\": false,\n        \"dislike\": true\n    },\n    \"timestamp\": \"2025-08-25T14:30:18.874094895\"\n}"}],"_postman_id":"6227357c-efc9-4e84-af51-335d9935d0fd"},{"name":"좋아요/싫어요 취소","id":"70c7a433-d838-4e1e-87f5-0147a2247bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"voteType\": \"DISLIKE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/vote","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>투표 대상 게시글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Request Body</td>\n<td>String (Enum)</td>\n<td>좋아요 / 싫어요 (LIKE, DISLIKE)</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","posts","1","vote"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"c010c1c1-69b4-469c-a76e-62a65d245e8f","name":"좋아요/싫어요 취소","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"voteType\": \"DISLIKE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/posts/1/vote"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:30:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"투표가 취소되었습니다.\",\n    \"data\": {\n        \"likeCount\": 0,\n        \"disLikeCount\": 0,\n        \"like\": false,\n        \"dislike\": false\n    },\n    \"timestamp\": \"2025-08-25T14:30:25.287427021\"\n}"}],"_postman_id":"70c7a433-d838-4e1e-87f5-0147a2247bd1"}],"id":"707df1eb-6c2c-46a9-b2f3-263b1ad1854e","description":"<ul>\n<li><p>살까말까 게시글에 대한 '<strong>좋아요'/'싫어요' 투표 기능</strong>을 담당합니다.</p>\n</li>\n<li><p>사용자는 '좋아요'와 '싫어요'를 동시에 투표할 수 있습니다.</p>\n</li>\n</ul>\n","_postman_id":"707df1eb-6c2c-46a9-b2f3-263b1ad1854e"},{"name":"새소식","item":[{"name":"새소식 등록","id":"799d9cfb-ba06-4276-b080-8ac0d100deea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"귀멸의 칼날 극장판 개봉\",\n  \"content\": \"22일 귀멸의 칼날 극장판 개봉합니다.\",\n  \"imageUrls\": [\n        \"file1.\",\n        \"file2.jpg\"\n    ], \n    \"mainIndex\": 0\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/newsfeeds","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새소식 제목</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새소식 내용</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>imageUrls</td>\n<td>Request Body</td>\n<td>List</td>\n<td>이미지 리스트</td>\n<td>Y (1개 이상)</td>\n</tr>\n<tr>\n<td>mainIndex</td>\n<td>Request Body</td>\n<td>int</td>\n<td>대표 이미지 번호</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","admin","newsfeeds"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"fa37a871-ff85-41c7-ac1d-024ffa880c9c","name":"새소식 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"귀멸의 칼날 극장판 개봉\",\n  \"content\": \"22일 귀멸의 칼날 극장판 개봉합니다.\",\n  \"imageUrls\": [\n        \"file1.\",\n        \"file2.jpg\"\n    ], \n    \"mainIndex\": 0\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/newsfeeds"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:31:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 등록이 완료되었습니다.\",\n    \"data\": {\n        \"id\": 18,\n        \"title\": \"귀멸의 칼날 극장판 개봉\",\n        \"content\": \"22일 귀멸의 칼날 극장판 개봉합니다.\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0\n    },\n    \"timestamp\": \"2025-08-25T14:31:44.065007112\"\n}"}],"_postman_id":"799d9cfb-ba06-4276-b080-8ac0d100deea"},{"name":"새소식 단건조회","id":"3d24fe89-b6af-47c4-bb0f-7f57b100848a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/newsfeeds/18","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newsfeedId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>새소식 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","newsfeeds","18"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"c001ab46-8b39-4fbe-b1ef-982c94c409de","name":"새소식 단건조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/newsfeeds/18"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:32:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 조회가 완료되었습니다.\",\n    \"data\": {\n        \"id\": 18,\n        \"title\": \"귀멸의 칼날 극장판 개봉\",\n        \"content\": \"22일 귀멸의 칼날 극장판 개봉합니다.\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2.jpg\"\n        ],\n        \"mainIndex\": 0\n    },\n    \"timestamp\": \"2025-08-25T14:32:30.318871087\"\n}"}],"_postman_id":"3d24fe89-b6af-47c4-bb0f-7f57b100848a"},{"name":"새소식 전체조회","id":"55e6a41a-a2dd-4e13-9eb8-6deedeb76f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"gojo@gmail.com\",\r\n  \"password\": \"1234Aasdf!\"\r\n//   \"email\": \"gojo2@gmail.com\",\r\n//   \"password\": \"1234Aasdf!\"\r\n}"},"url":"3.35.134.31:8080/api/newsfeeds","urlObject":{"path":["api","newsfeeds"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"d87b8dcb-7f7c-465c-a5ef-b4933fbca3b6","name":"새소식 전체조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"gojo@gmail.com\",\r\n  \"password\": \"1234Aasdf!\"\r\n//   \"email\": \"gojo2@gmail.com\",\r\n//   \"password\": \"1234Aasdf!\"\r\n}"},"url":"3.35.134.31:8080/api/newsfeeds"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:32:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 전체 조회가 완료되었습니다\",\n    \"data\": {\n        \"content\": [\n            {\n                \"id\": 18,\n                \"title\": \"귀멸의 칼날 극장판 개봉\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-25T14:31:44.021014\",\n                \"updatedAt\": \"2025-08-25T14:31:44.021014\"\n            },\n            {\n                \"id\": 17,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-25T14:31:10.765253\",\n                \"updatedAt\": \"2025-08-25T14:31:10.765253\"\n            },\n            {\n                \"id\": 15,\n                \"title\": \"새소식1\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-25T10:28:56.210645\",\n                \"updatedAt\": \"2025-08-25T10:28:56.210645\"\n            },\n            {\n                \"id\": 14,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-24T17:58:07.467581\",\n                \"updatedAt\": \"2025-08-24T17:58:07.467581\"\n            },\n            {\n                \"id\": 12,\n                \"title\": \"던전밥 새상품\",\n                \"mainImageUrl\": \"file2333.jpg\",\n                \"createdAt\": \"2025-08-24T17:49:06.89373\",\n                \"updatedAt\": \"2025-08-24T17:58:18.994072\"\n            },\n            {\n                \"id\": 10,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-22T14:10:01.069606\",\n                \"updatedAt\": \"2025-08-22T14:10:01.069606\"\n            },\n            {\n                \"id\": 8,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-22T13:15:32.309645\",\n                \"updatedAt\": \"2025-08-22T13:15:32.309645\"\n            },\n            {\n                \"id\": 7,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-22T12:55:48.502536\",\n                \"updatedAt\": \"2025-08-22T12:55:48.502536\"\n            },\n            {\n                \"id\": 6,\n                \"title\": \"새소식 제목\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-22T12:31:43.449522\",\n                \"updatedAt\": \"2025-08-22T12:31:43.449522\"\n            },\n            {\n                \"id\": 5,\n                \"title\": \"새소식1\",\n                \"mainImageUrl\": \"file1.\",\n                \"createdAt\": \"2025-08-22T12:31:37.08971\",\n                \"updatedAt\": \"2025-08-22T12:31:37.08971\"\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 2\n    },\n    \"timestamp\": \"2025-08-25T14:32:37.202199863\"\n}"}],"_postman_id":"55e6a41a-a2dd-4e13-9eb8-6deedeb76f6f"},{"name":"새소식 수정","id":"e61b4105-24c1-4c14-b103-b85a09ff5e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"수정)귀멸의 칼날:무한성편 극장판 개봉\",\n  \"content\": \"22일에 대개봉\",\n  \"imageUrls\": [\n        \"file1.\",\n        \"file2333.jpg\"\n    ], \n    \"mainIndex\": 1\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/newsfeeds/18","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newsfeedId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>새소식 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새소식 제목</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>새소식 내용</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>imageUrls</td>\n<td>Request Body</td>\n<td>List</td>\n<td>이미지 리스트</td>\n<td>Y (1개 이상)</td>\n</tr>\n<tr>\n<td>mainIndex</td>\n<td>Request Body</td>\n<td>int</td>\n<td>대표 이미지 번호</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","admin","newsfeeds","18"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"9a6f5e0d-c567-4f6c-bee0-65cd43d8f28e","name":"새소식 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"수정)귀멸의 칼날:무한성편 극장판 개봉\",\n  \"content\": \"22일에 대개봉\",\n  \"imageUrls\": [\n        \"file1.\",\n        \"file2333.jpg\"\n    ], \n    \"mainIndex\": 1\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/admin/newsfeeds/18"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:33:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 수정이 완료되었습니다.\",\n    \"data\": {\n        \"id\": 18,\n        \"title\": \"수정)귀멸의 칼날:무한성편 극장판 개봉\",\n        \"content\": \"22일에 대개봉\",\n        \"imageUrls\": [\n            \"file1.\",\n            \"file2333.jpg\"\n        ],\n        \"mainIndex\": 1\n    },\n    \"timestamp\": \"2025-08-25T14:33:42.23971127\"\n}"}],"_postman_id":"e61b4105-24c1-4c14-b103-b85a09ff5e8a"},{"name":"새소식 삭제","id":"44b01d3c-2977-4328-acae-17c5f65f8752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/admin/newsfeeds/18","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newsfeedId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>새소식 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","admin","newsfeeds","18"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"5d7c3200-93e1-4d74-8395-915a60a03deb","name":"새소식 삭제","originalRequest":{"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/admin/newsfeeds/18"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 14:34:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"게시글 삭제가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T14:34:00.303457682\"\n}"}],"_postman_id":"44b01d3c-2977-4328-acae-17c5f65f8752"}],"id":"eb57f1f8-7616-4b9a-99ff-d780ab1719ca","description":"<ul>\n<li><p>신규 굿즈 출시나 행사, 팝업과 같은 <strong>공식 소식을 제공</strong>하는 기능을 담당합니다.</p>\n</li>\n<li><p>새소식 등록, 수정, 삭제는 <strong>관리자만 가능</strong>합니다.</p>\n</li>\n</ul>\n","_postman_id":"eb57f1f8-7616-4b9a-99ff-d780ab1719ca"},{"name":"새소식 댓글","item":[{"name":"댓글 생성","id":"53d1f966-84a6-430f-9ab0-b301ff3fb010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"헐 바로 예매해야겠네요.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/newsfeeds/3/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newsfeedId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 새소식 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","newsfeeds","3","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"c27698e8-824a-471e-b620-d1f4aabbe0f7","name":"댓글 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"헐 바로 예매해야겠네요.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/newsfeeds/3/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:07:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 등록되었습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"헐 바로 예매해야겠네요.\",\n        \"createAt\": \"2025-08-25T13:43:14.19959\"\n    },\n    \"timestamp\": \"2025-08-25T16:07:39.785321563\"\n}"}],"_postman_id":"53d1f966-84a6-430f-9ab0-b301ff3fb010"},{"name":"댓글 조회","id":"81cdc63a-0223-44b2-9ee1-27d8eb5eb234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"3.35.134.31:8080/api/newsfeeds/3/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newsfeedId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 새소식 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","newsfeeds","3","comments"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"f0a7aa34-806b-4370-9462-42c232733880","name":"댓글 조회","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/newsfeeds/3/comments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:15:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글 조회가 완료되었습니다.\",\n    \"data\": {\n        \"content\": [\n            {\n                \"nickname\": \"마니아\",\n                \"userImageUrl\": \"img2.jpg\",\n                \"content\": \"헐 바로 예매해야겠네요.\",\n                \"createAt\": \"2025-08-25T13:43:14.19959\"\n            }\n        ],\n        \"page\": 0,\n        \"totalPages\": 1\n    },\n    \"timestamp\": \"2025-08-25T16:15:00.360022441\"\n}"}],"_postman_id":"81cdc63a-0223-44b2-9ee1-27d8eb5eb234"},{"name":"댓글 수정","id":"773b73df-8c90-411f-a3c7-37117d728246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"수정) 아 벌써 예매 다찼네요..\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/newsfeeds/3/comments/9","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 새소식 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Request Body</td>\n<td>String</td>\n<td>댓글 내용</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","newsfeeds","3","comments","9"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"e3ebe007-1b01-4eb0-8aae-305ffece28cf","name":"댓글 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"수정) 아 벌써 예매 다찼네요..\"\r\n}","options":{"raw":{"language":"json"}}},"url":"3.35.134.31:8080/api/newsfeeds/3/comments/9"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:16:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 수정이 완료되었습니다.\",\n    \"data\": {\n        \"nickname\": \"마니아\",\n        \"userImageUrl\": \"img2.jpg\",\n        \"content\": \"수정) 아 벌써 예매 다찼네요..\",\n        \"createAt\": \"2025-08-25T13:43:14.19959\"\n    },\n    \"timestamp\": \"2025-08-25T16:16:45.930371014\"\n}"}],"_postman_id":"773b73df-8c90-411f-a3c7-37117d728246"},{"name":"댓글 삭제","id":"5af878d0-9317-42b1-9c92-3ea252415a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/newsfeeds/3/comments/9","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>키</th>\n<th>위치</th>\n<th>데이터타입</th>\n<th>설명</th>\n<th>필수값</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 대상 새소식 ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>commentId</td>\n<td>Path Variable</td>\n<td>Long</td>\n<td>댓글 ID</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","newsfeeds","3","comments","9"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"daa069db-51b5-4e99-b22b-3e607ec2516a","name":"댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":"3.35.134.31:8080/api/newsfeeds/3/comments/9"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 25 Aug 2025 16:17:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글 삭제가 완료되었습니다.\",\n    \"data\": null,\n    \"timestamp\": \"2025-08-25T16:17:17.168384304\"\n}"}],"_postman_id":"5af878d0-9317-42b1-9c92-3ea252415a88"}],"id":"ec182ffa-1c40-45dc-9539-e82936555a5b","_postman_id":"ec182ffa-1c40-45dc-9539-e82936555a5b","description":""},{"name":"health check","item":[{"name":"health check","id":"ee443b67-69d0-4fe2-8520-e36071c5e5e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/health/simple","urlObject":{"path":["api","health","simple"],"host":["3.35.134.31:8080"],"query":[],"variable":[]}},"response":[{"id":"610693b0-f407-455b-8a75-c995c10d1cab","name":"health check","originalRequest":{"method":"GET","header":[],"url":"3.35.134.31:8080/api/health/simple"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Mon, 25 Aug 2025 14:09:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Mania-Place is healthy Server:UP"}],"_postman_id":"ee443b67-69d0-4fe2-8520-e36071c5e5e4"}],"id":"93bb3ef6-c365-4f56-a61f-dd8e6e73cff0","_postman_id":"93bb3ef6-c365-4f56-a61f-dd8e6e73cff0","description":""}],"event":[{"listen":"prerequest","script":{"id":"2b6cb917-5cc8-4a50-9290-4423d682a7fe","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a46e3a83-963e-4348-8336-93c5a88ad4be","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseURL","value":"3.35.134.31:8080"}]}