{"info":{"_postman_id":"eb1ef8c4-1f01-4941-ab13-06610ec935fc","name":"tripcometrue API 명세서 (담당자 이유상)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14269013","collectionId":"eb1ef8c4-1f01-4941-ab13-06610ec935fc","publishedId":"2s9YsJCYY9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-08T11:13:01.000Z"},"item":[{"name":"네이버 Oauth2 로그인","id":"7cb39866-289a-47be-93a6-78096f97f70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/oauth2/authorization/naver","description":"<p>로그인 버튼 클릭시 위 링크로 가서 로그인(네이버,카카오,구글... 알맞은 로그인)을 처리하도록 해야함.</p>\n<p>로그인을 성공하게 된다면 OAuth2 client라이브러리를 통해 백엔드로 리디렉트 되며<br />Access Token과 userInfo를 백엔드에서 받아서 유저 정보 저장을 한 후 (강제 회원가입)</p>\n<p>로그인 성공 처리를 위한 리디렉트를 프론트로 진행하게 된다.</p>\n<p>현재 설정해 놓은 프론트 리디렉트 주소는 아래와 같다.<br /><strong>\"</strong><a href=\"http://localhost:5173/auth/social?token=%22token%22&amp;email=%22email%22&amp;name=%22encodedName%22\"><b>http://localhost:5173/auth/social?token=\"token\"&amp;email=\"email\"&amp;name=\"encodedName\"</b></a></p>\n<p>프론트 배포 후 리디렉트 주소 변경 필요.</p>\n","urlObject":{"protocol":"http","path":["oauth2","authorization","naver"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb39866-289a-47be-93a6-78096f97f70c"},{"name":"카카오 Oauth2 로그인","id":"05f7aa99-0978-4f0c-84e3-c521a6d87dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/oauth2/authorization/kakao","urlObject":{"protocol":"http","path":["oauth2","authorization","kakao"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"05f7aa99-0978-4f0c-84e3-c521a6d87dc4"},{"name":"구글 Oauth2 로그인","id":"47909ddc-026a-4731-b0ca-5088b8e8574f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/oauth2/authorization/google","urlObject":{"protocol":"http","path":["oauth2","authorization","google"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"47909ddc-026a-4731-b0ca-5088b8e8574f"},{"name":"회원가입","id":"84a9518f-faf6-43f5-9506-87045abdb8dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"new@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup","description":"<p>회원가입시 유저에게 이름을 입력받지 않고 자체적으로 닉네임을 랜덤하게 생성한다.</p>\n<p>추후 유저는 마이페이지에서 닉네임을 변경할 수 있다.</p>\n","urlObject":{"protocol":"http","path":["v1","member","signup"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"79841d1b-effc-428a-8840-6255b3fad1d1","name":"회원가입성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"new@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 12:41:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"memberId\": 13,\n        \"email\": \"new@naver.com\",\n        \"name\": \"시끄러운너구리\"\n    }\n}"},{"id":"c14895f9-c790-433e-95ae-7989c0618b38","name":"이미 가입된 회원인 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test1@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 11:46:02 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"이미 가입된 회원입니다.\"\n}"},{"id":"0d227d3e-db3a-4f1f-ae0a-c938e00ae32d","name":"error1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 12:02:12 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"email: email은 필수값입니다\"\n}"},{"id":"6e9b3db8-1eb6-4b69-a237-c5f54f1bb9d1","name":"error2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"liyusang1@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 12:02:26 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"password: password는 필수값입니다\"\n}"},{"id":"6d35dc87-19b9-4492-a428-b8c5fae67bdc","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"new@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/member/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 12:41:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"memberId\": 12,\n        \"email\": \"new@naver.com\",\n        \"name\": \"멋있는돼지\"\n    }\n}"}],"_postman_id":"84a9518f-faf6-43f5-9506-87045abdb8dd"},{"name":"로그인","id":"d8bd9e09-04c3-4798-883b-53a8626d61c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test1@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/login","urlObject":{"protocol":"http","path":["login"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"1aeb0805-6065-4a79-a71c-230000d0a035","name":"로그인성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"new@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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;charset=UTF-8"},{"key":"Content-Length","value":"246"},{"key":"Date","value":"Mon, 08 Jan 2024 12:42:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"email\": \"new@naver.com\",\n        \"name\": \"시끄러운너구리\",\n        \"token\": \"eyJraWQiOiJrZXkxIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJuZXdAbmF2ZXIuY29tIiwiaWF0IjoxNzA0NzE3NzQ1LCJleHAiOjE3MDQ4NjE3NDV9.NJCL1opB17qyC2hlMR28-_T6n-RZeEBcLNqfaqepCdc\"\n    }\n}"},{"id":"0a04f93f-272a-4adf-a02e-fa7559df03a0","name":"이메일또는비밀번호에러","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test1@naver.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Mon, 08 Jan 2024 10:10:19 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"이메일 또는 비밀번호 에러\"\n}"}],"_postman_id":"d8bd9e09-04c3-4798-883b-53a8626d61c7"},{"name":"JWT토큰 테스트","id":"8f84db23-2f65-4c37-b74b-f2f95bfe4432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://tripcometrue.site/v1/member/test/jwt","description":"<p>발급받은 토큰을 통해 유저정보가 필요한 경우 사용.</p>\n<p>필요하지 않다면 사용하지 않아도 된다.</p>\n","urlObject":{"protocol":"http","path":["v1","member","test","jwt"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"990883c9-788f-45eb-ad83-67e9e3f70281","name":"일반로그인경우","originalRequest":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/member/test/jwt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 12:45:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"email\": \"new@naver.com\",\n        \"nickname\": \"시끄러운너구리\",\n        \"authority\": \"ROLE_USER\"\n    }\n}"},{"id":"e209daa8-cdff-4457-b4ec-87c301699b53","name":"OAuth로그인경우","originalRequest":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/member/test/jwt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 11:08:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"email\": \"liyusang1@naver.comKaKaoOAuth2\",\n        \"nickname\": \"이유상\",\n        \"authority\": \"ROLE_USER\",\n        \"provider\": \"kakao\"\n    }\n}"}],"_postman_id":"8f84db23-2f65-4c37-b74b-f2f95bfe4432"},{"name":"이메일중복체크","id":"954657ed-5a22-44d0-99de-038f3a76ba53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/member/check-duplicated-email?email=liyusang1@naver.com","description":"<p>DB에 해당이메일로 가입된 이력이 있는지 체크하는 API</p>\n<p>중복확인 하나만 체크가 가능하다.</p>\n","urlObject":{"protocol":"http","path":["v1","member","check-duplicated-email"],"host":["tripcometrue","site"],"query":[{"key":"email","value":"liyusang1@naver.com"}],"variable":[]}},"response":[{"id":"1fa0f14a-a64f-42cd-b267-c258077243d6","name":"사용가능한 이메일인 경우","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/member/check-duplicated-email?email=liyusang1@naver.com","protocol":"http","host":["tripcometrue","site"],"path":["v1","member","check-duplicated-email"],"query":[{"key":"email","value":"liyusang1@naver.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 10:12:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"f0b5c807-57d6-401e-8ec1-0c76193897bf","name":"이미 사용중인 이메일인 경우","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/member/check-duplicated-email?email=test1@naver.com","protocol":"http","host":["tripcometrue","site"],"path":["v1","member","check-duplicated-email"],"query":[{"key":"email","value":"test1@naver.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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, 08 Jan 2024 11:11:50 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"이미 가입된 회원입니다.\"\n}"}],"_postman_id":"954657ed-5a22-44d0-99de-038f3a76ba53"},{"name":"여행 계획 작성 / updatedAt 0123","id":"b5650c17-d08e-4f9a-a034-62c139381028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"referencedBy\":10,\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 1,\r\n      \"content\": \"방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"내용\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan","description":"<p><strong>placeId를 스케쥴에 등록할 장소 검색하기 api를 통해서 가져와서 post시 담아서 요청해야 한다.</strong></p>\n<p><strong>tagType은 enum 이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">AIRLINE_TICKET_PURCHASE(\"항공권 구매 주소\"),\nACCOMMODATION_RESERVATION(\"숙박시설 예약 주소\"),\nFOOD_TOURISM_LOCATION(\"음식점/관광시설 등의 위치주소\"),\nTICKET_PASS_PURCHASE(\"티켓/입장권/패스 구매 주소\");\n\n</code></pre>\n<p><strong>referencedBy 는 여행후기에서 복사해온 경우 참조한 여행id tripRecordId 값을 입력하면 되며 복사해 오지 않았을 경우 null로 보내면 된다.</strong></p>\n","urlObject":{"protocol":"http","path":["v1","trip-plan"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"a6fb783a-feb2-441b-9c5e-8c359207277d","name":"여행 계획 작성 / updatedAt 0123","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"referencedBy\":10,\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 1,\r\n      \"content\": \"방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"내용\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Tue, 23 Jan 2024 11:30:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"b3a43968-ead8-46ec-9737-a3dc4c799006","name":"유효하지 않은 placeId를 입력할 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 1,\r\n      \"content\": \"방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 20,\r\n      \"content\": \"내용\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:05:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행지입니다.\"\n}"}],"_postman_id":"b5650c17-d08e-4f9a-a034-62c139381028"},{"name":"여행계획 상세조회 (tripPlanId로 조회)","id":"31ed4a6a-4134-44fe-82ce-7e4195c553ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1","urlObject":{"protocol":"http","path":["v1","trip-plan","1"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"571bb816-f441-4f32-a08d-d32a91cc4b52","name":"여행계획 상세조회 (tripPlanId로 조회)","originalRequest":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:07:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"countries\": \"한국,일본\",\n        \"tripStartDay\": [\n            2024,\n            1,\n            10\n        ],\n        \"tripEndDay\": [\n            2024,\n            1,\n            20\n        ],\n        \"tripPlanSchedules\": [\n            {\n                \"latitude\": 37.579617,\n                \"longitude\": 126.977041,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"경복궁\",\n                \"dayNumber\": 1,\n                \"orderNumber\": 1,\n                \"placeId\": 1,\n                \"content\": \"방문한 장소에 대한 메모나 정보\",\n                \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\n                \"tagUrl\": \"스케줄 태그 링크1\"\n            },\n            {\n                \"latitude\": 37.5511694,\n                \"longitude\": 126.9882266,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"남산타워\",\n                \"dayNumber\": 1,\n                \"orderNumber\": 2,\n                \"placeId\": 2,\n                \"content\": \"내용\",\n                \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\n                \"tagUrl\": \"스케줄 태그 링크2\"\n            }\n        ]\n    }\n}"}],"_postman_id":"31ed4a6a-4134-44fe-82ce-7e4195c553ba"},{"name":"여행계획삭제","id":"08ec1754-0471-4c8d-8877-dd19d3f45a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1","urlObject":{"protocol":"http","path":["v1","trip-plan","1"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"ad41f763-19b9-4a58-87b1-44503edddd4a","name":"여행계획삭제","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:09:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"6e23b06e-1cd4-4f06-8712-820c65721745","name":"존재하지 않는 여행계획인경우","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:10:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행계획입니다.\"\n}"},{"id":"02ea21e2-f67c-4c18-8b91-9dc4769b3da2","name":"삭제할 권한이 없는경우(자신이 작성한 계획이 아닌경우)","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-plan/2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:10:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 403,\n    \"errorMessage\": \"해당 작업을 수행할 권한이 업습니다.\"\n}"}],"_postman_id":"08ec1754-0471-4c8d-8877-dd19d3f45a19"},{"name":"여행계획수정","id":"b13a9a7f-a1c3-4baf-888a-accf32c4b9a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://tripcometrue.site/v1/trip-plan/1","description":"<p><strong>placeId를 스케쥴에 등록할 장소 검색하기 api를 통해서 가져와서 post시 담아서 요청해야 한다.</strong></p>\n<p><strong>tagType은 enum 이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">AIRLINE_TICKET_PURCHASE(\"항공권 구매 주소\"),\nACCOMMODATION_RESERVATION(\"숙박시설 예약 주소\"),\nFOOD_TOURISM_LOCATION(\"음식점/관광시설 등의 위치주소\"),\nTICKET_PASS_PURCHASE(\"티켓/입장권/패스 구매 주소\");\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["v1","trip-plan","1"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"d4e621d1-405f-47fe-9f0e-92026a664bb8","name":"여행계획수정 성공","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본,중국\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:12:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"e44f0f1f-8252-4aed-88f3-731287bc060f","name":"존재하지 않는 여행 계획인 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본,중국\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:11:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행계획입니다.\"\n}"},{"id":"e7a61497-dea2-4ad8-b5f5-9bffc8e83c56","name":"권한이 없는 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"countries\": \"한국,일본,중국\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripPlanSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-plan/3"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:12:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 403,\n    \"errorMessage\": \"해당 작업을 수행할 권한이 업습니다.\"\n}"}],"_postman_id":"b13a9a7f-a1c3-4baf-888a-accf32c4b9a7"},{"name":"스케쥴에 등록할 장소 검색하기 (placeid를 검색을 통해 찾아서 post요청 시 보내야 함)","id":"be0b6cb1-d6e6-476f-b353-a01aa92de16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/search-schedule-places?country=KOREA&city=서울","description":"<p>해당 API를 여행 계획,후기 작성시 사용하여 placeId를 찾아서 post시 올바른 placeId를 입력해야 한다.</p>\n","urlObject":{"protocol":"http","path":["v1","search-schedule-places"],"host":["tripcometrue","site"],"query":[{"key":"country","value":"KOREA"},{"key":"city","value":"서울"}],"variable":[]}},"response":[{"id":"49fab7a6-67a4-4050-b1d0-73f4189fde48","name":"스케쥴에 등록할 장소 검색하기 (placeid를 검색을 통해 찾아서 post요청 시 보내야 함)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/search-schedule-places?country=KOREA&city=서울","protocol":"http","host":["tripcometrue","site"],"path":["v1","search-schedule-places"],"query":[{"key":"country","value":"KOREA"},{"key":"city","value":"서울"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:13:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"placeId\": 1,\n            \"address\": \"서울특별시 종로구 사직로 161\",\n            \"name\": \"경복궁\"\n        },\n        {\n            \"placeId\": 2,\n            \"address\": \"서울특별시 용산구 남산공원길 105\",\n            \"name\": \"남산타워\"\n        }\n    ]\n}"}],"_postman_id":"be0b6cb1-d6e6-476f-b353-a01aa92de16e"},{"name":"스케쥴에 등록할 장소 직접 생성하기","id":"0bf324ab-15d6-440a-b03e-66b32d537d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"address\": \"서울특별시 강남구 테헤란로 427\",\r\n  \"name\": \"강남역\",\r\n  \"latitude\": 37.498085,\r\n  \"longitude\": 127.027486,\r\n  \"country\": \"KOREA\",\r\n  \"cityname\": \"서울\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/schedule-place","description":"<p>가고자 하는 장소가 없다면 자신이 직접 등록 할 수 있다.</p>\n<p><strong>country는 enum이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">KOREA(\"대한민국\", Continent.KOREA),\nJAPAN(\"일본\", Continent.ASIA),\nTHAILAND(\"태국\", Continent.ASIA),\nINDONESIA(\"인도네시아\", Continent.ASIA),\nSINGAPORE(\"싱가포르\", Continent.ASIA),\nUSA(\"미국\", Continent.AMERICA),\nCANADA(\"캐나다\", Continent.AMERICA),\nFRANCE(\"프랑스\", Continent.EUROPE),\nUNITED_KINGDOM(\"영국\", Continent.EUROPE),\nITALIA(\"이탈리아\", Continent.EUROPE),\nGERMANY(\"독일\", Continent.EUROPE),\nGUAM(\"괌\", Continent.OCEANIA),\nNEW_ZEALAND(\"뉴질랜드\", Continent.OCEANIA),\nAUSTRALIA(\"호주\", Continent.OCEANIA);\n\n</code></pre>\n<p><strong>country와 cityname에 해당하는 city가 등록되어 있지 않다면 해당 장소를 등록 할 수 없다.</strong></p>\n<p><strong>생성후 response 되는 data값이 placeId 이다.</strong></p>\n","urlObject":{"protocol":"http","path":["v1","schedule-place"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"abf29f10-f87e-4d2b-89cc-d4adf18ad349","name":"스케쥴에 등록할 장소 직접 생성하기 - 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"address\": \"서울특별시 강남구 테헤란로 427\",\r\n  \"name\": \"강남역\",\r\n  \"latitude\": 37.498085,\r\n  \"longitude\": 127.027486,\r\n  \"country\": \"KOREA\",\r\n  \"cityname\": \"서울\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/schedule-place"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:15:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": 3\n}"},{"id":"fd1c92be-91be-4f39-a8e8-36242421db45","name":"등록되지 않은 도시일 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"address\": \"서울특별시 강남구 테헤란로 427\",\r\n  \"name\": \"강남역\",\r\n  \"latitude\": 37.498085,\r\n  \"longitude\": 127.027486,\r\n  \"country\": \"KOREA\",\r\n  \"cityname\": \"강남\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/schedule-place"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 15:15:33 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"errorMessage\": \"존재하지 않는 도시입니다.\"\n}"}],"_postman_id":"0bf324ab-15d6-440a-b03e-66b32d537d2b"},{"name":"여행후기 작성","id":"526a8fab-c159-4262-977e-0e706cfb1f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"https://www.siksinhot.com/P/56310\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2020/12/29/b03f9390-fed9-41fc-874c-81f4d6b200f8.jpg\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ],\r\n  \"title\": \"재밌는 강남 -> 일본 여행\",\r\n  \"content\": \"재밌게 강남을 다녀왔습니다. 강남역에서 맛있는 음식을 먹고, 쇼핑도 하고, 즐거운 시간을 보냈습니다. 도쿄 디즈니 랜드도 다녀왔어요\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-12\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 1,\r\n      \"content\": \"1일차 첫번째 방문 장소 강남\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"1일차 두번째 방문장소 강남 맛집\",\r\n      \"tripRecordScheduleImages\": [\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n      ]\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"2번째 날 첫째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 3,\r\n      \"content\": \"2번째 날 둘째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record","description":"<p><strong>placeId를 스케쥴에 등록할 장소 검색하기 api를 통해서 가져와서 post시 담아서 요청해야 한다.</strong></p>\n<p><strong>expenseRangeType은 enum이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">BELOW_50(50),\nBELOW_100(100),\nBELOW_200(200),\nBELOW_300(300),\nABOVE_300(Integer.MAX_VALUE);\n\n</code></pre>\n<p><strong>tagType은 enum 이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">AIRLINE_TICKET_PURCHASE(\"항공권 구매 주소\"),\nACCOMMODATION_RESERVATION(\"숙박시설 예약 주소\"),\nFOOD_TOURISM_LOCATION(\"음식점/관광시설 등의 위치주소\"),\nTICKET_PASS_PURCHASE(\"티켓/입장권/패스 구매 주소\");\n\n</code></pre>\n<p>Image, Video를 등록하지 않는 다면 <strong>빈 배열로 post 요청을 보내면 되며</strong></p>\n<p>tag를 등록하지 않는 다면 관련된 값들을 보내지 않으면 된다.</p>\n","urlObject":{"protocol":"http","path":["v1","trip-record"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"90acc51f-af34-48b0-9e52-bf6fca6f02c4","name":"여행후기 작성 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"https://www.siksinhot.com/P/56310\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2020/12/29/b03f9390-fed9-41fc-874c-81f4d6b200f8.jpg\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ],\r\n  \"title\": \"재밌는 강남 -> 일본 여행\",\r\n  \"content\": \"재밌게 강남을 다녀왔습니다. 강남역에서 맛있는 음식을 먹고, 쇼핑도 하고, 즐거운 시간을 보냈습니다. 도쿄 디즈니 랜드도 다녀왔어요\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-12\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 1,\r\n      \"content\": \"1일차 첫번째 방문 장소 강남\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"1일차 두번째 방문장소 강남 맛집\",\r\n      \"tripRecordScheduleImages\": [\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n      ]\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"2번째 날 첫째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 3,\r\n      \"content\": \"2번째 날 둘째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=DFDAF483284F3089083D072F8AF32C33; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:23:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"4fcfd2a6-bed4-408b-975a-077fc2fd4384","name":"placeId에 해당하는 여행지가 없는 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"https://www.siksinhot.com/P/56310\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"https://www.gangnam.go.kr/upload/editor/2020/12/29/b03f9390-fed9-41fc-874c-81f4d6b200f8.jpg\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ],\r\n  \"title\": \"재밌는 강남 -> 일본 여행\",\r\n  \"content\": \"재밌게 강남을 다녀왔습니다. 강남역에서 맛있는 음식을 먹고, 쇼핑도 하고, 즐거운 시간을 보냈습니다. 도쿄 디즈니 랜드도 다녀왔어요\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-12\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 6,\r\n      \"content\": \"1일차 첫번째 방문 장소 강남\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 6,\r\n      \"content\": \"1일차 두번째 방문장소 강남 맛집\",\r\n      \"tripRecordScheduleImages\": [\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n      ]\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 7,\r\n      \"content\": \"2번째 날 첫째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    },\r\n    {\r\n      \"dayNumber\": 2,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 7,\r\n      \"content\": \"2번째 날 둘째 도쿄 디즈니 랜드 방문\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\",\r\n        \"https://www.gangnam.go.kr/upload/editor/2022/10/07/af149235-ff84-420d-af5c-e652161de152.jpg\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\",\r\n        \"https://www.youtube.com/shorts/EjwHIfhr-uE\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=618167527D29A9B63C6D5AAF2D467264; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:22:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행지입니다.\"\n}"}],"_postman_id":"526a8fab-c159-4262-977e-0e706cfb1f27"},{"name":"여행후기 삭제 (tripRecordId로 삭제)","id":"84e2689a-ee09-4924-894e-f8198cad1597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-record/1","urlObject":{"protocol":"http","path":["v1","trip-record","1"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"fa0f28cf-aade-4329-9603-d96f325c9ca0","name":"여행후기 삭제 (tripRecordId로 삭제)","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-record/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=8B07E46F6DAAF07EE097139D62F3DD6F; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:27:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"5d9cbb3c-4f4f-44ba-b3aa-206f5a104eab","name":"존재하지 않는 여행 후기","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-record/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=68C3E5A1D41A5C555D361274DEC4D4E0; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:25:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행후기입니다.\"\n}"},{"id":"240f8fdb-f9c6-4146-b221-bfec2bc9786c","name":"권한이 없는 경우","originalRequest":{"method":"DELETE","header":[],"url":"http://tripcometrue.site/v1/trip-record/2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=0B2EC48BC852154CF666B2391BDD3EA0; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:26:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 403,\n    \"errorMessage\": \"해당 작업을 수행할 권한이 업습니다.\"\n}"}],"_postman_id":"84e2689a-ee09-4924-894e-f8198cad1597"},{"name":"여행후기 수정 (placeId로 수정)","id":"87a6dc08-476f-4164-a2cd-fc71866dc9d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    }\r\n  ],\r\n  \"title\": \"수정 피드 제목\",\r\n  \"content\": \"수정 여행의 전반적인 후기나 메모\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\",\r\n    \"혼자여행\",\r\n    \"가족여행\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크1\",\r\n        \"수정 스케줄 이미지 링크2\",\r\n        \"수정 스케줄 이미지 링크2\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크1\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크3\",\r\n        \"수정 스케줄 이미지 링크4\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크4\",\r\n        \"수정 스케줄 비디오 링크5\",\r\n        \"수정 스케줄 비디오 링크6\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record/2","description":"<p><strong>placeId를 스케쥴에 등록할 장소 검색하기 api를 통해서 가져와서 post시 담아서 요청해야 한다.</strong></p>\n<p><strong>tagType은 enum 이며 아래와 같다.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">AIRLINE_TICKET_PURCHASE(\"항공권 구매 주소\"),\nACCOMMODATION_RESERVATION(\"숙박시설 예약 주소\"),\nFOOD_TOURISM_LOCATION(\"음식점/관광시설 등의 위치주소\"),\nTICKET_PASS_PURCHASE(\"티켓/입장권/패스 구매 주소\");\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["v1","trip-record","2"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"4c1fac6c-9218-47f5-add2-a7be2bfaf12f","name":"여행후기 수정 (placeId로 수정)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    }\r\n  ],\r\n  \"title\": \"수정 피드 제목\",\r\n  \"content\": \"수정 여행의 전반적인 후기나 메모\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\",\r\n    \"혼자여행\",\r\n    \"가족여행\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크1\",\r\n        \"수정 스케줄 이미지 링크2\",\r\n        \"수정 스케줄 이미지 링크2\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크1\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크3\",\r\n        \"수정 스케줄 이미지 링크4\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크4\",\r\n        \"수정 스케줄 비디오 링크5\",\r\n        \"수정 스케줄 비디오 링크6\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=73DD472BB58DE227810AC601EE74F81B; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:27:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200\n}"},{"id":"bd5e02f1-0e57-4f85-b5cf-6237a0067966","name":"내가 작성한 후기가 아닌 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    }\r\n  ],\r\n  \"title\": \"수정 피드 제목\",\r\n  \"content\": \"수정 여행의 전반적인 후기나 메모\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\",\r\n    \"혼자여행\",\r\n    \"가족여행\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크1\",\r\n        \"수정 스케줄 이미지 링크2\",\r\n        \"수정 스케줄 이미지 링크2\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크1\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크3\",\r\n        \"수정 스케줄 이미지 링크4\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크4\",\r\n        \"수정 스케줄 비디오 링크5\",\r\n        \"수정 스케줄 비디오 링크6\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record/2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=5E79A451D734E34AB046A3DA64375851; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:26:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 403,\n    \"errorMessage\": \"해당 작업을 수행할 권한이 업습니다.\"\n}"},{"id":"730d1e9b-c508-41ac-a5b7-51c98995b22f","name":"존재하지 않는 여행 후기인 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tripRecordImages\": [\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"FOOD_TOURISM_LOCATION\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    },\r\n    {\r\n      \"imageUrl\": \"수정 이미지링크1\",\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 주소1\"\r\n    }\r\n  ],\r\n  \"title\": \"수정 피드 제목\",\r\n  \"content\": \"수정 여행의 전반적인 후기나 메모\",\r\n  \"expenseRangeType\": \"BELOW_50\",\r\n  \"hashTags\": [\r\n    \"연인끼리\",\r\n    \"친구끼리\",\r\n    \"혼자여행\",\r\n    \"가족여행\"\r\n  ],\r\n  \"countries\": \"한국,일본\",\r\n  \"tripStartDay\": \"2024-01-10\",\r\n  \"tripEndDay\": \"2024-01-20\",\r\n  \"tripRecordSchedules\": [\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 1,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 방문한 장소에 대한 메모나 정보\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크1\",\r\n        \"수정 스케줄 이미지 링크2\",\r\n        \"수정 스케줄 이미지 링크2\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크1\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크1\"\r\n    },\r\n    {\r\n      \"dayNumber\": 1,\r\n      \"orderNumber\": 2,\r\n      \"placeId\": 2,\r\n      \"content\": \"수정 내용\",\r\n      \"tripRecordScheduleImages\": [\r\n        \"수정 스케줄 이미지 링크3\",\r\n        \"수정 스케줄 이미지 링크4\"\r\n      ],\r\n      \"tripRecordScheduleVideos\": [\r\n        \"수정 스케줄 비디오 링크4\",\r\n        \"수정 스케줄 비디오 링크5\",\r\n        \"수정 스케줄 비디오 링크6\"\r\n      ],\r\n      \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\r\n      \"tagUrl\": \"수정 스케줄 태그 링크2\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://tripcometrue.site/v1/trip-record/3"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"JSESSIONID=0D9E3A6C174B0415F5AA40647B55B470; Path=/; 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"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 14 Jan 2024 15:27:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행후기입니다.\"\n}"}],"_postman_id":"87a6dc08-476f-4164-a2cd-fc71866dc9d6"},{"name":"여행후기에서 여행계획 복사해 오기  / updatedAt 0123","id":"5be95678-4a51-4642-b1d4-b83daf032de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://tripcometrue.site/v1/trip-plan/from-trip-record/3","description":"<p>tripRecordId를 통해 여행후기에서 작성된 여행계획들을 나의 여행계획으로 복사해 오는 API</p>\n<p>response으로 여행후기에 기록되었던 계획들을 전부 보여주며</p>\n<p><strong>복사 플로우가 복사해온 여행 후기의 여행 계획을 기반으로 사용자가 여행 계획을 수정하고 나의 여행 계획으로 저장을 하는 방식이기 때문에</strong></p>\n<p><strong>여행 계획 작성 POST API를 다시 요청해야 한다.</strong></p>\n<p><strong>(복사 해 온 값 중 사용자가 어떤 값을 수정하고 어떤 값을 그대로 가져갔는지 모르기 때문에)</strong></p>\n<p><strong>현재 response 되고 있는 값들은 복사하고자 하는 여행 후기의 상세 여행 계획이다</strong>.</p>\n<p>이 값들을 여행 계획 작성 기본값으로 설정해 놓고 사용자가 마음대로 수정을 한 후 여행계획 작성 API를 사용하도록 해야한다.</p>\n","urlObject":{"protocol":"http","path":["v1","trip-plan","from-trip-record","3"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"fd4cfb68-52ef-48a5-93a0-0e72716270db","name":"여행후기에서 여행계획 복사해 오기 updatedAt 0123","originalRequest":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/trip-plan/from-trip-record/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Tue, 23 Jan 2024 11:27:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"countries\": \"한국,일본\",\n        \"tripStartDay\": [\n            2024,\n            1,\n            10\n        ],\n        \"tripEndDay\": [\n            2024,\n            1,\n            12\n        ],\n        \"tripSchedules\": [\n            {\n                \"latitude\": 37.579617,\n                \"longitude\": 126.977041,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"경복궁\",\n                \"dayNumber\": 1,\n                \"orderNumber\": 1,\n                \"placeId\": 1,\n                \"content\": \"1일차 첫번째 방문 장소 강남\",\n                \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\n                \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\n            },\n            {\n                \"latitude\": 37.5511694,\n                \"longitude\": 126.9882266,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"남산타워\",\n                \"dayNumber\": 1,\n                \"orderNumber\": 2,\n                \"placeId\": 2,\n                \"content\": \"1일차 두번째 방문장소 강남 맛집\"\n            },\n            {\n                \"latitude\": 37.5511694,\n                \"longitude\": 126.9882266,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"남산타워\",\n                \"dayNumber\": 2,\n                \"orderNumber\": 1,\n                \"placeId\": 2,\n                \"content\": \"2번째 날 첫째 도쿄 디즈니 랜드 방문\",\n                \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\n                \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\n            },\n            {\n                \"latitude\": 37.498085,\n                \"longitude\": 127.027486,\n                \"country\": \"KOREA\",\n                \"cityName\": \"서울\",\n                \"placeName\": \"강남역\",\n                \"dayNumber\": 2,\n                \"orderNumber\": 2,\n                \"placeId\": 3,\n                \"content\": \"2번째 날 둘째 도쿄 디즈니 랜드 방문\",\n                \"tagType\": \"AIRLINE_TICKET_PURCHASE\",\n                \"tagUrl\": \"https://www.skyscanner.co.kr/?&utm_source=google&utm_medium=cpc&utm_campaign=KR-Flights-Search-KO-Generics&utm_term=%ED%95%AD%EA%B3%B5%EA%B6%8C%EC%98%88%EC%95%BD&associateID=SEM_GGF_19370_00080&gclsrc=ds2\"\n            }\n        ]\n    }\n}"},{"id":"55cf3c6a-c541-46be-8c5a-456821c70597","name":"존재하지 않는 여행 후기인 경우","originalRequest":{"method":"POST","header":[],"url":"http://tripcometrue.site/v1/trip-plan/from-trip-record/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Sun, 14 Jan 2024 16:07:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"errorMessage\": \"존재하지 않는 여행후기입니다.\"\n}"}],"_postman_id":"5be95678-4a51-4642-b1d4-b83daf032de6"},{"name":"전체 국가 조회","id":"634c04fd-8a6f-45db-a249-8eb804fe7841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/country-city","description":"<p><strong>tripcometrue.site/v1/country-city</strong><br />위처럼 요청시 전체 국가를 조회 하게 되며</p>\n<p><strong>tripcometrue.site/v1/country-city?continent=ASIA</strong></p>\n<p>대륙 중 하나의 대륙을 조회하려면 아래의 대륙을 참고하여 위와 같이 요청하면 됩니다.<br />올바르지 않은 대륙을 입력할 경우 에러가 발생하게 됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">ASIA(\"아시아\"),\nAFRICA(\"아프리카\"),\nAMERICA(\"아메리카\"),\nEUROPE(\"유럽\"),\nOCEANIA(\"오세아니아\"),\nKOREA(\"대한민국\");\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["v1","country-city"],"host":["tripcometrue","site"],"query":[],"variable":[]}},"response":[{"id":"eecc3bd0-fdea-47fb-b945-857e84efaa8c","name":"전체 국가 조회","originalRequest":{"method":"GET","header":[],"url":"http://tripcometrue.site/v1/country-city"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:23:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"KOREA\",\n            \"country\": \"KOREA\",\n            \"countryName\": \"대한민국\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production74/d462/9fe21145-585c-4e7f-9373-24ed559ec010.jpg\",\n            \"cityList\": [\n                {\n                    \"cityId\": 1,\n                    \"cityName\": \"서울\",\n                    \"cityImageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/7/7f/%EB%8F%84%EC%8B%9C%EC%99%80%EC%9D%98_%EA%B3%B5%EC%A1%B4.jpg\"\n                },\n                {\n                    \"cityId\": 2,\n                    \"cityName\": \"제주\",\n                    \"cityImageUrl\": \"https://a.cdn-hotels.com/gdcs/production116/d1405/6b34e4da-8105-4ee4-bcd9-cfb67fdf23af.jpg?impolicy=fcrop&w=800&h=533&q=medium\"\n                },\n                {\n                    \"cityId\": 3,\n                    \"cityName\": \"부산\",\n                    \"cityImageUrl\": \"https://www.lottehotelmagazine.com/resources/d434c17f-5ac2-4b98-8021-f3bdd5cc26f4_img_TRAVEL_busan_detail01.jpg\"\n                }\n            ]\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"JAPAN\",\n            \"countryName\": \"일본\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2019/04/Japan-2107x1406.jpg\",\n            \"cityList\": [\n                {\n                    \"cityId\": 4,\n                    \"cityName\": \"오사카\",\n                    \"cityImageUrl\": \"https://a.cdn-hotels.com/gdcs/production68/d1303/c8fa75d8-6932-459b-9660-8340f097ebd7.jpg\"\n                },\n                {\n                    \"cityId\": 5,\n                    \"cityName\": \"도쿄\",\n                    \"cityImageUrl\": \"https://www.gotokyo.org/kr/plan/tokyo-outline/images/main.jpg\"\n                }\n            ]\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"THAILAND\",\n            \"countryName\": \"태국\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production146/d585/aa60115c-bdfc-479f-88ba-5cb0f15a5af8.jpg?impolicy=fcrop&w=800&h=533&q=medium\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"INDONESIA\",\n            \"countryName\": \"인도네시아\",\n            \"countryImageUrl\": \"https://media.timeout.com/images/105240189/750/422/image.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"SINGAPORE\",\n            \"countryName\": \"싱가포르\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production8/d1098/064a4e00-23ee-4137-8ec3-a0d27bca0782.jpg?impolicy=fcrop&w=800&h=533&q=medium\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"AMERICA\",\n            \"country\": \"USA\",\n            \"countryName\": \"미국\",\n            \"countryImageUrl\": \"https://static.toiimg.com/photo/msid-84475066,width-96,height-65.cms\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"AMERICA\",\n            \"country\": \"CANADA\",\n            \"countryName\": \"캐나다\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production159/d204/01ae3fa0-c55c-11e8-9739-0242ac110006.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"FRANCE\",\n            \"countryName\": \"프랑스\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2023/07/shutterstock_667548661v2.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"UNITED_KINGDOM\",\n            \"countryName\": \"영국\",\n            \"countryImageUrl\": \"https://www.worldatlas.com/r/w1200/upload/c7/28/32/untitled-design-207.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"ITALIA\",\n            \"countryName\": \"이탈리아\",\n            \"countryImageUrl\": \"https://tourismmedia.italia.it/is/image/mitur/3200x1800_mete_turistiche_hub_autunno-1?wid=1600&hei=900&fit=constrain,1&fmt=webp\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"GERMANY\",\n            \"countryName\": \"독일\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2018/11/Germany-2109x1406.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"GUAM\",\n            \"countryName\": \"괌\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production49/d1519/6f89ae5d-542c-4fee-b333-a35761fe33d1.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"NEW_ZEALAND\",\n            \"countryName\": \"뉴질랜드\",\n            \"countryImageUrl\": \"https://media.gq.com/photos/5ba1680236b2d004cdd843cd/16:9/w_2560%2Cc_limit/new-zealand-queenstown-travel-guide-gq.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"AUSTRALIA\",\n            \"countryName\": \"호주\",\n            \"countryImageUrl\": \"https://i.natgeofe.com/k/b76526f3-bb84-489d-b229-56bcc08aa915/australia-sydney-opera-house.jpg?w=1084.125&h=611.625\",\n            \"cityList\": []\n        }\n    ]\n}"},{"id":"e0eb5869-1cd2-464b-92ba-cf247b252572","name":"continent=ASIA","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=ASIA","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"ASIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:24:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"JAPAN\",\n            \"countryName\": \"일본\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2019/04/Japan-2107x1406.jpg\",\n            \"cityList\": [\n                {\n                    \"cityId\": 4,\n                    \"cityName\": \"오사카\",\n                    \"cityImageUrl\": \"https://a.cdn-hotels.com/gdcs/production68/d1303/c8fa75d8-6932-459b-9660-8340f097ebd7.jpg\"\n                },\n                {\n                    \"cityId\": 5,\n                    \"cityName\": \"도쿄\",\n                    \"cityImageUrl\": \"https://www.gotokyo.org/kr/plan/tokyo-outline/images/main.jpg\"\n                }\n            ]\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"THAILAND\",\n            \"countryName\": \"태국\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production146/d585/aa60115c-bdfc-479f-88ba-5cb0f15a5af8.jpg?impolicy=fcrop&w=800&h=533&q=medium\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"INDONESIA\",\n            \"countryName\": \"인도네시아\",\n            \"countryImageUrl\": \"https://media.timeout.com/images/105240189/750/422/image.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"ASIA\",\n            \"country\": \"SINGAPORE\",\n            \"countryName\": \"싱가포르\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production8/d1098/064a4e00-23ee-4137-8ec3-a0d27bca0782.jpg?impolicy=fcrop&w=800&h=533&q=medium\",\n            \"cityList\": []\n        }\n    ]\n}"},{"id":"bc7ec7ef-670f-4cec-84e8-5126d4d06b86","name":"continent=AFRICA","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=AFRICA","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"AFRICA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:25:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": []\n}"},{"id":"1ff89bef-8017-404a-8d5b-c4c7e0742ce3","name":"continent=AMERICA","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=AMERICA","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"AMERICA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:25:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"AMERICA\",\n            \"country\": \"USA\",\n            \"countryName\": \"미국\",\n            \"countryImageUrl\": \"https://static.toiimg.com/photo/msid-84475066,width-96,height-65.cms\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"AMERICA\",\n            \"country\": \"CANADA\",\n            \"countryName\": \"캐나다\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production159/d204/01ae3fa0-c55c-11e8-9739-0242ac110006.jpg\",\n            \"cityList\": []\n        }\n    ]\n}"},{"id":"35ea131b-2340-4b6e-93e8-1f93d03651ef","name":"continent=EUROPE","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=EUROPE","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"EUROPE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:26:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"FRANCE\",\n            \"countryName\": \"프랑스\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2023/07/shutterstock_667548661v2.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"UNITED_KINGDOM\",\n            \"countryName\": \"영국\",\n            \"countryImageUrl\": \"https://www.worldatlas.com/r/w1200/upload/c7/28/32/untitled-design-207.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"ITALIA\",\n            \"countryName\": \"이탈리아\",\n            \"countryImageUrl\": \"https://tourismmedia.italia.it/is/image/mitur/3200x1800_mete_turistiche_hub_autunno-1?wid=1600&hei=900&fit=constrain,1&fmt=webp\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"EUROPE\",\n            \"country\": \"GERMANY\",\n            \"countryName\": \"독일\",\n            \"countryImageUrl\": \"https://www.state.gov/wp-content/uploads/2018/11/Germany-2109x1406.jpg\",\n            \"cityList\": []\n        }\n    ]\n}"},{"id":"a3e4af83-706d-425b-b53d-7519159a0b6f","name":"continent=OCEANIA","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=OCEANIA","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"OCEANIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:26:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"GUAM\",\n            \"countryName\": \"괌\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production49/d1519/6f89ae5d-542c-4fee-b333-a35761fe33d1.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"NEW_ZEALAND\",\n            \"countryName\": \"뉴질랜드\",\n            \"countryImageUrl\": \"https://media.gq.com/photos/5ba1680236b2d004cdd843cd/16:9/w_2560%2Cc_limit/new-zealand-queenstown-travel-guide-gq.jpg\",\n            \"cityList\": []\n        },\n        {\n            \"continent\": \"OCEANIA\",\n            \"country\": \"AUSTRALIA\",\n            \"countryName\": \"호주\",\n            \"countryImageUrl\": \"https://i.natgeofe.com/k/b76526f3-bb84-489d-b229-56bcc08aa915/australia-sydney-opera-house.jpg?w=1084.125&h=611.625\",\n            \"cityList\": []\n        }\n    ]\n}"},{"id":"37a628ca-d108-4fd7-848d-75476da02553","name":"continent=KOREA","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://tripcometrue.site/v1/country-city?continent=KOREA","protocol":"http","host":["tripcometrue","site"],"path":["v1","country-city"],"query":[{"key":"continent","value":"KOREA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"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":"Thu, 18 Jan 2024 10:26:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"continent\": \"KOREA\",\n            \"country\": \"KOREA\",\n            \"countryName\": \"대한민국\",\n            \"countryImageUrl\": \"https://a.cdn-hotels.com/gdcs/production74/d462/9fe21145-585c-4e7f-9373-24ed559ec010.jpg\",\n            \"cityList\": [\n                {\n                    \"cityId\": 1,\n                    \"cityName\": \"서울\",\n                    \"cityImageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/7/7f/%EB%8F%84%EC%8B%9C%EC%99%80%EC%9D%98_%EA%B3%B5%EC%A1%B4.jpg\"\n                },\n                {\n                    \"cityId\": 2,\n                    \"cityName\": \"제주\",\n                    \"cityImageUrl\": \"https://a.cdn-hotels.com/gdcs/production116/d1405/6b34e4da-8105-4ee4-bcd9-cfb67fdf23af.jpg?impolicy=fcrop&w=800&h=533&q=medium\"\n                },\n                {\n                    \"cityId\": 3,\n                    \"cityName\": \"부산\",\n                    \"cityImageUrl\": \"https://www.lottehotelmagazine.com/resources/d434c17f-5ac2-4b98-8021-f3bdd5cc26f4_img_TRAVEL_busan_detail01.jpg\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"634c04fd-8a6f-45db-a249-8eb804fe7841"}]}