{"info":{"_postman_id":"a14baad4-3944-45c4-9599-7d91160dff4d","name":"Runnerbe API 명세서","description":"<html><head></head><body><ul>\n<li>example의 목록에서 response을 보실 수 있습니다.</li>\n<li>모든 case를 반영하지 못했지만 가능한 case는 모두 담았고, 요청 횟수나 DB의 상황에 따라 예시가 적절치 않을 수 있습니다. (ex_ 닉네임 중복 처리)</li>\n<li>jwt를 입력하는 API은 jwt 검증에 대한 response가 존재하며, 이는 example에서 생략했습니다.<br>ex_1) { isSuccess: false, code: 3000, message: \"JWT 토큰 검증 실패\"}</li>\n<li>빈 값 처리에 대한 validation이 존재하지만, example에서 생략했습니다.</li>\n</ul>\n<h3 id=\"api-목록\">API 목록</h3>\n\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Index</th>\n<th>Method</th>\n<th>URI</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>POST</td>\n<td>/users/kakao-login</td>\n<td>카카오 소셜 로그인</td>\n</tr>\n<tr>\n<td>2</td>\n<td>POST</td>\n<td>/users/naver-login</td>\n<td>네이버 소셜 로그인</td>\n</tr>\n<tr>\n<td>3</td>\n<td>POST</td>\n<td>/v2/users</td>\n<td>회원가입 v2</td>\n</tr>\n<tr>\n<td>4</td>\n<td>PATCH</td>\n<td>/users/:userId/name</td>\n<td>(최초 1회만 가능) 닉네임 설정 API</td>\n</tr>\n<tr>\n<td>5</td>\n<td>GET</td>\n<td>/users/main/v2/:runningTag</td>\n<td>메인페이지 v2</td>\n</tr>\n<tr>\n<td>6</td>\n<td>POST</td>\n<td>/users/:userId/bookmarks/:whetherAdd</td>\n<td>찜 등록 및 해제</td>\n</tr>\n<tr>\n<td>7</td>\n<td>GET</td>\n<td>/users/:userId/bookmarks/v2</td>\n<td>찜 목록 조회 v2</td>\n</tr>\n<tr>\n<td>8</td>\n<td>GET</td>\n<td>/users/:userId/myPage/v2</td>\n<td>마이페이지 v2</td>\n</tr>\n<tr>\n<td>9</td>\n<td>PATCH</td>\n<td>/users/:userId/profileImage</td>\n<td>프로필 사진 변경</td>\n</tr>\n<tr>\n<td>10</td>\n<td>PATCH</td>\n<td>/users/:userId/job</td>\n<td>직군 변경</td>\n</tr>\n<tr>\n<td>11</td>\n<td>POST</td>\n<td>/users/apple-login</td>\n<td>(임시)애플 소셜 로그인</td>\n</tr>\n<tr>\n<td>12</td>\n<td>DELETE</td>\n<td>/users/:userId</td>\n<td>회원탈퇴</td>\n</tr>\n<tr>\n<td>13</td>\n<td>POST</td>\n<td>/users/:userId/deviceToken</td>\n<td>firebase token 업데이트</td>\n</tr>\n<tr>\n<td>14</td>\n<td>POST</td>\n<td>/postings/:userId</td>\n<td>게시글 작성(러닝 모임 생성)</td>\n</tr>\n<tr>\n<td>15</td>\n<td>GET</td>\n<td>/postings/v2/:postId/:userId</td>\n<td>게시글 상세페이지 v2</td>\n</tr>\n<tr>\n<td>16</td>\n<td>POST</td>\n<td>/postings/:postId/closing</td>\n<td>마감하기(작성자)</td>\n</tr>\n<tr>\n<td>17</td>\n<td>PATCH</td>\n<td>/postings/:postId</td>\n<td>게시글 수정</td>\n</tr>\n<tr>\n<td>18</td>\n<td>PATCH</td>\n<td>/postings/:postId/drop</td>\n<td>게시글 삭제</td>\n</tr>\n<tr>\n<td>19</td>\n<td>POST</td>\n<td>/postings/:postId/report/:userId</td>\n<td>신고하기</td>\n</tr>\n<tr>\n<td>20</td>\n<td>POST</td>\n<td>/runnings/request/:postId</td>\n<td>참여신청하기</td>\n</tr>\n<tr>\n<td>21</td>\n<td>PATCH</td>\n<td>/runnings/request/:postId/handling/:applicantId/:whetherAccept</td>\n<td>참여신청 처리_수락,거절</td>\n</tr>\n<tr>\n<td>22</td>\n<td>PATCH</td>\n<td>/runnings/:postId/attendees/:userId</td>\n<td>출석하기</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>\n\n<h3 id=\"response-확인\">Response 확인</h3>\n<p><img src=\"https://user-images.githubusercontent.com/83508073/167109340-f2e42ec6-ad7a-49c0-9446-8886612dcea5.png\" alt=\"\"></p>\n<hr>\n<hr>\n<h3 id=\"게시글-상태에-대하여\">게시글 상태에 대하여</h3>\n<p>StartFragment</p>\n<p>현재 게시글의 마감 상태는 \"whetherEnd\" 컬럼의 총 3가지(N, Y, D) 상태로 관리되고 있습니다.<br>이때 \"마감이 된 상태\"는 총 2가지(Y, D)로 나눠서 관리되는데, 이는 (1) 메인 화면의 \"마감 포함\" 기능, 즉 일정 시간 동안만 마감된 게시글을 노출시켜야 하고 (2) 게시글 데이터 삭제하지 않고 활동 기록을 남기기 위함입니다.</p>\n<p>&lt;게시글 상태&gt;<br>1. whetherEnd = \"N\"<br>&nbsp;마감이 안 된 상태입니다. 따라서 해당 상태의 게시글은 접근 가능합니다.</p>\n<p>2. whetherEnd = \"Y\"<br>(1) 반장이 마감 버튼을 눌렀거나, (2) 러닝 모임 날짜(gatheringTime)의 다음 날 새벽에 자동으로 whetherEnd 가 Y로 변경됩니다.<br>이때, 메인 화면에서 '마감 포함' 기능은 게시글이 마감이 되었더라도, 일정 시간 사용자에게 노출시켜주기 위한 기능입니다.<br>따라서 메인 화면 API에서는 whetherEnd = Y인 게시글도 응답으로 전달됩니다.</p>\n<p>3. whetherEnd = \"D\"<br>whetherEnd = Y인 게시글들은 일정 시간이 지나면 자동으로 \"D\"로 상태가 변경됩니다.<br>whetherEnd = \"D\"인 게시글은 메인 화면 API에서 응답으로 전달되지 않습니다.<br>또한 러닝에 대한 기록(활동 기록, 마이페이지)에 대한 조회에서는 N과 Y 뿐만 아니라 D도 응답으로 전달되도록 만들었습니다.</p>\n<p>&lt;요약&gt;<br>1. API 별로 나타나는 whetherEnd의 상태<br>메인 화면 API : N, Y<br>찜 목록 조회 : N, Y<br>마이페이지 - 내가 쓴 글, 참여한 러닝 : N, Y, D<br>활동 기록 : N, Y, D</p>\n<p>2. whetherEnd = N일 때만 접근 가능하도록 하고, Y, D일때는 접근 불가능 하도록 API를 엮을 것</p>\n<p>EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16676621","collectionId":"a14baad4-3944-45c4-9599-7d91160dff4d","publishedId":"UyxbrA2D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-05T13:04:37.000Z"},"item":[{"name":"Users","item":[{"name":"1.(Users) 카카오 소셜 로그인","id":"968f5087-9504-4f0a-924e-c9ab098f26cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accessToken</td>\n<td>String</td>\n<td>카카오 발급 access token</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users","kakao-login"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[{"id":"cddb3f77-4761-4fa1-927d-8a1474e0e232","name":"1001 : 성공, 인증 완료 회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1001,\n    \"message\": \"성공, 인증 완료 회원\",\n    \"result\": {\n        \"userId\": 65,\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjY1LCJpYXQiOjE2NDQ4MjgxNzcsImV4cCI6MTY3NjM2NDE3Nywic3ViIjoidXNlckluZm8ifQ.4jfWunznNrevMpDnZIp9I1Yt5zjAYLv86DiM6wlYoCA\",\n        \"message\": \"소셜로그인에 성공하셨습니다.\"\n    }\n}"},{"id":"cd390056-0cc6-4a1e-beff-0f34cfbeac8d","name":"1002 : 성공, 비회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1002,\n    \"message\": \"성공, 비회원\",\n    \"result\": {\n        \"uuid\": \"TSoCjRwDjcbTv_TAZfxNhN00am68C2CaE8KzWp0LfSA\",\n        \"message\": \"회원가입이 가능합니다.\"\n    }\n}"},{"id":"697c6c04-319a-4202-ae06-9b8de7c11c97","name":"1007 : 성공, 인증 대기 회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1007,\n    \"message\": \"성공, 인증 대기 회원\",\n    \"result\": {\n        \"userId\": 65,\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjY1LCJpYXQiOjE2NDQ4MjgxNzcsImV4cCI6MTY3NjM2NDE3Nywic3ViIjoidXNlckluZm8ifQ.4jfWunznNrevMpDnZIp9I1Yt5zjAYLv86DiM6wlYoCA\",\n        \"message\": \"소셜로그인에 성공하셨습니다.\"\n    }\n}"},{"id":"2fd84681-8eac-45c2-ae6d-d922d82f1c83","name":"2084 : accessToken값을 입력해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2084,\n    \"message\": \"accessToken 값을 입력해주세요.\"\n}"},{"id":"5e552016-c3f9-4501-858d-2a737d4b67e8","name":"2085 : 유효하지 않는 Access Token입니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"이상한 값\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2085,\n    \"message\": \"유효하지 않는 Access Token 입니다.\"\n}"},{"id":"0471a3e3-f92e-4424-8e41-4080f3b4d6ac","name":"4000 : 데이터 베이스 에러","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/kakao-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 4000,\n    \"message\": \"데이터 베이스 에러\"\n}"}],"_postman_id":"968f5087-9504-4f0a-924e-c9ab098f26cd"},{"name":"2.(Users) 네이버 소셜 로그인","id":"d37a4d08-83a2-4707-b4fa-9841d4b14077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\" : \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accessToken</td>\n<td>String</td>\n<td>네이버 발급 access token</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users","naver-login"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[{"id":"66da87cb-1ca7-4948-906d-204bd3077a5d","name":"1001 : 성공, 인증 완료 회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1001,\n    \"message\": \"성공, 인증 완료 회원\",\n    \"result\": {\n        \"userId\": 65,\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjY1LCJpYXQiOjE2NDQ4MjgxNzcsImV4cCI6MTY3NjM2NDE3Nywic3ViIjoidXNlckluZm8ifQ.4jfWunznNrevMpDnZIp9I1Yt5zjAYLv86DiM6wlYoCA\",\n        \"message\": \"소셜로그인에 성공하셨습니다.\"\n    }\n}"},{"id":"2087a82d-ebf5-4c8a-af8c-97ecc93a6d8c","name":"1002 : 성공, 비회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1002,\n    \"message\": \"성공, 비회원\",\n    \"result\": {\n        \"uuid\": \"TSoCjRwDjcbTv_TAZfxNhN00am68C2CaE8KzWp0LfSA\",\n        \"message\": \"회원가입이 가능합니다.\"\n    }\n}"},{"id":"66c670e3-9189-4f22-b5c5-9da1e82da23f","name":"1007 : 성공, 인증 대기 회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1007,\n    \"message\": \"성공, 인증 대기 회원\",\n    \"result\": {\n        \"userId\": 65,\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjY1LCJpYXQiOjE2NDQ4MjgxNzcsImV4cCI6MTY3NjM2NDE3Nywic3ViIjoidXNlckluZm8ifQ.4jfWunznNrevMpDnZIp9I1Yt5zjAYLv86DiM6wlYoCA\",\n        \"message\": \"소셜로그인에 성공하셨습니다.\"\n    }\n}"},{"id":"97b9d5ea-2a27-4bec-afbb-7d69906f80f0","name":"2084 : accessToken값을 입력해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2084,\n    \"message\": \"accessToken 값을 입력해주세요.\"\n}"},{"id":"6ab9e6ac-c007-4cb9-b5fe-c8837707c71e","name":"2085 : 유효하지 않는 Access Token입니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"이상한 값\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2085,\n    \"message\": \"유효하지 않는 Access Token 입니다.\"\n}"},{"id":"10a66572-5502-4bb6-8ea0-b68167b30833","name":"4000 : 데이터 베이스 에러","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"AAAAO2hqxRSIdYaOaHDN3iomnNLkbjmMdZf1irljVFUgZRVNYb51UjhUzTAchhVKhUfV5aplnNI4rra9cryyVzxIswI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/naver-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 02:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-WOx6Sappf3KLCcS4s1fhv++TESk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 4000,\n    \"message\": \"데이터 베이스 에러\"\n}"}],"_postman_id":"d37a4d08-83a2-4707-b4fa-9841d4b14077"},{"name":"3.(Users) 회원가입 v2","id":"060c2b06-aaca-4bae-b2a7-fde434d272ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 12567452611222552,\r\n    \"nickName\" : \"test041119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users","description":"<p><strong>&lt;직군코드&gt;</strong> - job에 넣어주세요<br />1. 공무원 : PSV<br />2. 교육 : EDU<br />3. 개발 : DEV<br />4. 기획/전략/경영: PSM<br />5. 디자인 : DES<br />6. 마케팅/PR : MPR<br />7. 서비스 : SER<br />8. 생산 : PRO<br />9. 연구 : RES<br />10. 영업/제휴 : SAF<br />11. 의료 : MED<br />12. 인사 : HUR<br />13. 제무/회계 : ACC<br />14. CS : CUS</p>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>소셜로그인 회원 구분값</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>랜덤닉네임 생성해서 전달, 10자 이하</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>int</td>\n<td>태어난 년도, 4자리</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>성별 // M : 남성, F : 여성</td>\n</tr>\n<tr>\n<td>job</td>\n<td>String</td>\n<td>직군 코드 (3자리)</td>\n</tr>\n<tr>\n<td>deviceToken</td>\n<td>String</td>\n<td>firebase에서 발급 받은 token</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","users"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[{"id":"0f06bedf-5ad2-4937-a794-85ac022ed7c6","name":"1005: 성공, 인증 완료","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:15:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"275"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"113-5c8Xo367YT4+HKOvJrONunqyBog\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1005,\n    \"message\": \"성공, 인증 완료\",\n    \"result\": {\n        \"insertedUserId\": 154,\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE1NCwiaWF0IjoxNjUxODA2OTI2LCJleHAiOjE2ODMzNDI5MjYsInN1YiI6InVzZXJJbmZvIn0.PFnkQYUfXcyFtOaCmnNl512suuAPBgc_8U2wHWtdirY\"\n    }\n}"},{"id":"e6503fd3-cb59-4e0d-a3b9-3ec7d00c40b7","name":"2001 : UUID를 입력해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:18:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"46-i5sZc2jeZVYh7VLRP6QO/TBnMwU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2001,\n    \"message\": \"UUID를 입력해주세요\"\n}"},{"id":"c0013511-6cba-43d7-b285-502ada310120","name":"2002 : 태어난 연도를 입력해주세요(xxxx로 입력)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:18:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"62-BUx2JQgal7u8g2TXkD9RfSKtzm0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2002,\n    \"message\": \"태어난 연도를 입력해주세요(xxxx로 입력)\"\n}"},{"id":"23672843-fedf-48a4-b4c1-2f87bbc01b57","name":"2003 : 성별을 입력해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n\r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:19:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-wC/D9r0/5c+SPbIt+MuGEVAbOog\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2003,\n    \"message\": \"성별을 입력해주세요.\"\n}"},{"id":"dd549723-0768-425b-9597-921b07903825","name":"2004 : 직군 코드를 입력 해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:19:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"51-E8lToEZJUaKmX1ZjElLOUv0JCh8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2004,\n    \"message\": \"직군 코드를 입력 해주세요.\"\n}"},{"id":"6e9981fa-0151-4f21-9516-c7c863a2d33a","name":"2005 : 성별은 1자리(M or F)로 입력해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"Male\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:19:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5c-HwARQWe80u+OnWEDrkavLSYfq3k\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2005,\n    \"message\": \"성별은 1자리(M or F)로 입력해주세요.\"\n}"},{"id":"d52c37a8-5dbc-48bf-9d61-84ba0a32452f","name":"2006 : 직군 코드는 3자리로 입력 해주세요.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"Education\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:20:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5c-r1KqYT1YDO+BiXMp/SQ5GA7/e+Q\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2006,\n    \"message\": \"직군 코드는 3자리로 입력 해주세요.\"\n}"},{"id":"a3d14d70-da28-4dd6-b8b0-90b4dd3e4054","name":"2008 : 기본 닉네임 값을 입력해주세요","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:21:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"56-pxFw7gVWlEJNlrhs9D9HcECRewI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2008,\n    \"message\": \"기본 닉네임 값을 입력해주세요\"\n}"},{"id":"32c651f9-bf82-47b1-8a8e-648947b6d4e3","name":"2009 : 기본 닉네임의 길이를 확인해주세요. 10자 이하","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test041191232131231313\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:21:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"6a-IxFSxO/DCQF/pnEz12vKk9YYT7g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2009,\n    \"message\": \"기본 닉네임의 길이를 확인해주세요. 10자 이하\"\n}"},{"id":"ff793b9f-3179-462b-997e-84cb182d45cd","name":"2086 : 해당 유저의 device token 값이 등록되어있지 않습니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test041191232131231313\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:22:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"71-8jcpzOV3QcPa6o4lzyrfBXrnuCg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2086,\n    \"message\": \"해당 유저의 device token 값이 등록되어있지 않습니다.\"\n}"},{"id":"859da0ca-4ac8-4bc3-af43-eacee3ecaf17","name":"3001 : 중복된 uuid입니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 1256745261122352552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:22:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"44-mBbnxUtR439+f6v1luk7qyG9l2c\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3001,\n    \"message\": \"중복된 uuid입니다.\"\n}"},{"id":"67f837e2-8f06-47c8-ad0d-7f29d10b248b","name":"3003 : 유효한 직군코드가 아닙니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 12567452611222552,\r\n    \"nickName\" : \"test041119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"ABC\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:24:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ju3gkavmfjJuSEEmPH320EbfTz8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3003,\n    \"message\": \"유효한 직군코드가 아닙니다.\"\n}"},{"id":"96e4e62e-9954-4de4-bd4c-bf812c4be1ac","name":"3004 : 중복된 닉네임입니다.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : 12567452611222552,\r\n    \"nickName\" : \"test04119\",\r\n    \"birthday\" : 1999,\r\n    \"gender\" : \"M\", \r\n    \"job\" : \"DEV\",\r\n    \"deviceToken\" : \"testdeviceToken\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:23:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-GkJbExehvxHsvmaNbdFmKPcSKmY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3004,\n    \"message\": \"중복된 닉네임입니다.\"\n}"}],"_postman_id":"060c2b06-aaca-4bae-b2a7-fde434d272ff"},{"name":"4.(Users) 닉네임 변경 - 최초 1회만 가능","id":"a13a0349-39bd-4e1f-8b30-ae42e5fe3500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDgiLCJpYXQiOjE2NTE4MDk0NDEsImV4cCI6MTY4MzM0NTQ0MSwic3ViIjoidXNlckluZm8ifQ.EUokDTRbzDpQD71cZkB_vjVTS9OADXXE0yItA2tYw7M","description":"<p>검증을 위한 jwt</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"중복x닉네임\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/:userId/name","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>변경할 닉네임</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users",":userId","name"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"148","key":"userId"}]}},"response":[{"id":"ad6c1137-7a19-4aaa-91df-e1e96c80a07a","name":"1000: 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDgiLCJpYXQiOjE2NTE4MDk0NDEsImV4cCI6MTY4MzM0NTQ0MSwic3ViIjoidXNlckluZm8ifQ.EUokDTRbzDpQD71cZkB_vjVTS9OADXXE0yItA2tYw7M","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"중복x닉네임\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/148/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 04:01:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"85b50ab9-eb0e-48d7-b101-079adccdbacc","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"테스트테스트\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/3/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:42:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"950e2bb0-c418-4e2b-b667-06e889baacc4","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"테스트테스트\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/a/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:44:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"03fd0a94-c3ac-48e0-9775-f60788e36b46","name":"2013 : 닉네임을 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/2/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:54:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4c-x4/EfBdGjvfGPaV8XsvRtpyhixs\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2013,\n    \"message\": \"닉네임을 입력해주세요.\"\n}"},{"id":"ab20796c-afb3-4b97-9ca2-140a6e1d3a72","name":"3004 : 중복된 닉네임입니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDgiLCJpYXQiOjE2NTE4MDk0NDEsImV4cCI6MTY4MzM0NTQ0MSwic3ViIjoidXNlckluZm8ifQ.EUokDTRbzDpQD71cZkB_vjVTS9OADXXE0yItA2tYw7M","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"테스트테스트\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/148/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:57:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-GkJbExehvxHsvmaNbdFmKPcSKmY\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3004,\n    \"message\": \"중복된 닉네임입니다.\"\n}"},{"id":"d0aca589-d035-4621-9cda-e1d890b10dc9","name":"3005 : 이미 닉네임을 변경했던 유저입니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nickName\" : \"테스트테스트\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/2/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 03:40:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5d-6TJ0qXMkYYJv3J3EnAxHNCWSJWI\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3005,\n    \"message\": \"이미 닉네임을 변경했던 유저입니다.\"\n}"}],"_postman_id":"a13a0349-39bd-4e1f-8b30-ae42e5fe3500"},{"name":"5.(Users) 메인 화면 v2","id":"214dbc4f-3c84-451f-afe7-2c29d1806ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/main/v2/:runningTag/?whetherEnd=N&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N&userId=2","description":"<h3 id=\"query로-userid-전달에-따라서\">query로 userId 전달에 따라서</h3>\n<ol>\n<li>비회원, 즉 아직 userId가 생성되지 않은 경우에는, userId을 빈 값으로 보내주세요<br />그럼 bookMark가 null로 전달됩니다.</li>\n<li>회원은 경우 해당 회원의 userId를 query로 전달해주세요.<br />각 게시글 마다 해당 회원의 북마크 여부가 0 , 1로 전달됩니다.<br />0 : 북마크 안 함, 1 : 북마크 이미 함</li>\n</ol>\n","urlObject":{"protocol":"https","path":["users","main","v2",":runningTag",""],"host":["www","runnerbe2","shop"],"query":[{"description":{"content":"<p> whetherEnd(Y, N) / Y : 마감된 게시글도 포함</p>\n","type":"text/plain"},"key":"whetherEnd","value":"N"},{"description":{"content":"<p>filter(D,R) / 거리순 : D, 최신순 : R</p>\n","type":"text/plain"},"key":"filter","value":"D"},{"description":{"content":"<p>N : 필터 x,  숫자입력 : 해당 숫자만큼 거리 필터링</p>\n","type":"text/plain"},"key":"distanceFilter","value":"N"},{"description":{"content":"<p>A : 전체, F : 여성, M : 남성</p>\n","type":"text/plain"},"key":"genderFilter","value":"A"},{"description":{"content":"<p>N : 필터 x,   숫자입력 : 최소 연령대</p>\n","type":"text/plain"},"key":"ageFilterMax","value":"65"},{"description":{"content":"<p>N : 필터 x,   숫자입력 : 최대 연령대</p>\n","type":"text/plain"},"key":"ageFilterMin","value":"20"},{"description":{"content":"<p>N : 필터 x,    직군코드 입력 : 해당 직군코드로 필터링</p>\n","type":"text/plain"},"key":"jobFilter","value":"N"},{"description":{"content":"<p>경도</p>\n","type":"text/plain"},"key":"userLongitude","value":"126.123123"},{"description":{"content":"<p>위도</p>\n","type":"text/plain"},"key":"userLatitude","value":"36.123123123"},{"description":{"content":"<p>N : 필터 x,  10자 이내 단어 입력 : 검색할 키워드로 필터링(글제목, 자유내용 검색)</p>\n","type":"text/plain"},"key":"keywordSearch","value":"N"},{"description":{"content":"<p><em>둘러보기 상태 -&gt; 빈 값으로 전달 // 로그인 상태 -&gt; 회원의 userId</em> 위에 설명 참고</p>\n","type":"text/plain"},"key":"userId","value":"2"}],"variable":[{"description":{"content":"<p>러닝 태그 A(퇴근후), B(출근전), H(휴일)</p>\n","type":"text/plain"},"type":"any","value":"A","key":"runningTag"}]}},"response":[{"id":"f278f261-e4cc-4fde-b998-dd714dca14b5","name":"1000 : 성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/:runningTag/?whetherEnd=N&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2",":runningTag",""],"query":[{"key":"whetherEnd","value":"N","description":" whetherEnd(Y, N) / Y : 마감된 게시글도 포함"},{"key":"filter","value":"D","description":"filter(D,R) / 거리순 : D, 최신순 : R"},{"key":"distanceFilter","value":"N","description":"N : 필터 x,  숫자입력 : 해당 숫자만큼 거리 필터링"},{"key":"genderFilter","value":"A","description":"A : 전체, F : 여성, M : 남성"},{"key":"ageFilterMax","value":"65","description":"N : 필터 x,   숫자입력 : 최소 연령대"},{"key":"ageFilterMin","value":"20","description":"N : 필터 x,   숫자입력 : 최대 연령대"},{"key":"jobFilter","value":"N","description":"N : 필터 x,    직군코드 입력 : 해당 직군코드로 필터링"},{"key":"userLongitude","value":"126.123123","description":"경도"},{"key":"userLatitude","value":"36.123123123","description":"위도"},{"key":"keywordSearch","value":"N","description":"N : 필터 x,  10자 이내 단어 입력 : 검색할 키워드로 필터링(글제목, 자유내용 검색)"}],"variable":[{"key":"runningTag","value":"A","description":"러닝 태그 A(퇴근후), B(출근전), H(휴일)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 31 May 2022 17:01:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1a23-plk+YERD4XTguyvVsZ8oJ4dT2/c\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\",\n    \"result\": [\n        {\n            \"postId\": 9,\n            \"postingTime\": \"2022-02-11T03:25:58.000Z\",\n            \"postUserId\": 2,\n            \"nickName\": \"testsdf\",\n            \"profileImageUrl\": null,\n            \"title\": \"글제목1\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-05-22T11:22:11.000Z\",\n            \"gatherLongitude\": \"127.8343000000\",\n            \"gatherLatitude\": \"37.0231231230\",\n            \"locationInfo\": \"어디 어디\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"182.66\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"DEV,EDU\",\n            \"peopleNum\": 4,\n            \"contents\": \"글 내용 글 내용 글 내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 23,\n                    \"profileImageUrl\": null\n                },\n                {\n                    \"userId\": 20,\n                    \"profileImageUrl\": null\n                },\n                {\n                    \"userId\": 2,\n                    \"profileImageUrl\": null\n                },\n                {\n                    \"userId\": 63,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 10,\n            \"postingTime\": \"2021-02-11T15:41:59.000Z\",\n            \"postUserId\": 20,\n            \"nickName\": \"tsetzzz\",\n            \"profileImageUrl\": null,\n            \"title\": \"글제목2\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-05-17T11:22:11.000Z\",\n            \"gatherLongitude\": \"127.3134300000\",\n            \"gatherLatitude\": \"37.2332312300\",\n            \"locationInfo\": \"어디 어디 2\",\n            \"runningTag\": \"A\",\n            \"age\": \"25-45\",\n            \"gender\": \"전체\",\n            \"DISTANCE\": \"162.80\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"EDU\",\n            \"peopleNum\": 4,\n            \"contents\": \"두번째\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 23,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 11,\n            \"postingTime\": \"2021-02-01T15:43:24.000Z\",\n            \"postUserId\": 21,\n            \"nickName\": \"test nick\",\n            \"profileImageUrl\": null,\n            \"title\": \"글제목3\",\n            \"runningTime\": \"00:30:00\",\n            \"gatheringTime\": \"2023-05-21T11:22:11.000Z\",\n            \"gatherLongitude\": \"127.5734300000\",\n            \"gatherLatitude\": \"37.1312312300\",\n            \"locationInfo\": \"어디 어디 3\",\n            \"runningTag\": \"A\",\n            \"age\": \"30-40\",\n            \"gender\": \"여성\",\n            \"DISTANCE\": \"171.21\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"PSV\",\n            \"peopleNum\": 4,\n            \"contents\": \"또다른내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 21,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 18,\n            \"postingTime\": \"2022-02-23T19:08:16.000Z\",\n            \"postUserId\": 2,\n            \"nickName\": \"testsdf\",\n            \"profileImageUrl\": null,\n            \"title\": \"테스트하겠습니다 02/23\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-05-22T11:22:11.000Z\",\n            \"gatherLongitude\": \"127.9734300000\",\n            \"gatherLatitude\": \"37.5231231230\",\n            \"locationInfo\": \"어디 어디\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"226.62\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"EDU\",\n            \"peopleNum\": 4,\n            \"contents\": \"글 내용 글 내용 글 내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 2,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 19,\n            \"postingTime\": \"2022-02-23T19:49:39.000Z\",\n            \"postUserId\": 2,\n            \"nickName\": \"testsdf\",\n            \"profileImageUrl\": null,\n            \"title\": \"테스트하겠습니다 02/23\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-05-22T11:22:11.000Z\",\n            \"gatherLongitude\": \"127.1734300000\",\n            \"gatherLatitude\": \"36.9231231230\",\n            \"locationInfo\": \"어디 어디\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"129.31\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"EDU\",\n            \"peopleNum\": 4,\n            \"contents\": \"글 내용 글 내용 글 내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 2,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 46,\n            \"postingTime\": \"2022-03-01T18:40:34.000Z\",\n            \"postUserId\": 2,\n            \"nickName\": \"testsdf\",\n            \"profileImageUrl\": null,\n            \"title\": \"시간 잘 되는지 확인 03/01\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-03-01T12:00:00.000Z\",\n            \"gatherLongitude\": \"36.1231231230\",\n            \"gatherLatitude\": \"36.1231231230\",\n            \"locationInfo\": \"어디 어디\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"7746.20\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"EDU\",\n            \"peopleNum\": 4,\n            \"contents\": \"글 내용 글 내용 글 내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 2,\n                    \"profileImageUrl\": null\n                }\n            ]\n        },\n        {\n            \"postId\": 72,\n            \"postingTime\": \"2022-03-17T18:08:29.000Z\",\n            \"postUserId\": 125,\n            \"nickName\": \"나는러너\",\n            \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-ios.appspot.com/o/UserProfile%2F125.png?alt=media&token=7c1da96a-44e1-4725-9d70-625583e45a1a\",\n            \"title\": \"뛰자!!!!\",\n            \"runningTime\": \"01:20:00\",\n            \"gatheringTime\": \"2023-03-20T06:25:00.000Z\",\n            \"gatherLongitude\": \"126.6566300000\",\n            \"gatherLatitude\": \"37.3933870000\",\n            \"locationInfo\": \"송도동 2-18\",\n            \"runningTag\": \"A\",\n            \"age\": \"30-50\",\n            \"gender\": \"여성\",\n            \"DISTANCE\": \"149.03\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"DEV\",\n            \"peopleNum\": 3,\n            \"contents\": \"\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 125,\n                    \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-ios.appspot.com/o/UserProfile%2F125.png?alt=media&token=7c1da96a-44e1-4725-9d70-625583e45a1a\"\n                }\n            ]\n        },\n        {\n            \"postId\": 73,\n            \"postingTime\": \"2022-03-17T18:09:16.000Z\",\n            \"postUserId\": 125,\n            \"nickName\": \"나는러너\",\n            \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-ios.appspot.com/o/UserProfile%2F125.png?alt=media&token=7c1da96a-44e1-4725-9d70-625583e45a1a\",\n            \"title\": \"뛰뛰\",\n            \"runningTime\": \"01:20:00\",\n            \"gatheringTime\": \"2023-03-18T18:25:00.000Z\",\n            \"gatherLongitude\": \"126.6570900000\",\n            \"gatherLatitude\": \"37.3935300000\",\n            \"locationInfo\": \"송도동 2-9\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"149.06\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"DEV\",\n            \"peopleNum\": 2,\n            \"contents\": \"\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 125,\n                    \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-ios.appspot.com/o/UserProfile%2F125.png?alt=media&token=7c1da96a-44e1-4725-9d70-625583e45a1a\"\n                }\n            ]\n        },\n        {\n            \"postId\": 85,\n            \"postingTime\": \"2022-04-04T19:18:42.000Z\",\n            \"postUserId\": 137,\n            \"nickName\": \"Runner2940\",\n            \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-f1986.appspot.com/o/UserProfile%2F137.png?alt=media&token=29906c02-9dcc-46e1-83c9-9098fd4022ff\",\n            \"title\": \"Dev-Data2\",\n            \"runningTime\": \"03:20:00\",\n            \"gatheringTime\": \"2023-08-25T05:25:00.000Z\",\n            \"gatherLongitude\": \"126.6559700000\",\n            \"gatherLatitude\": \"37.3935360000\",\n            \"locationInfo\": \"신송로82번길 6\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"전체\",\n            \"DISTANCE\": \"149.02\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"DEV,SER\",\n            \"peopleNum\": 5,\n            \"contents\": \"Dev-2\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 137,\n                    \"profileImageUrl\": \"https://firebasestorage.googleapis.com:443/v0/b/runnerbe-f1986.appspot.com/o/UserProfile%2F137.png?alt=media&token=29906c02-9dcc-46e1-83c9-9098fd4022ff\"\n                }\n            ]\n        },\n        {\n            \"postId\": 97,\n            \"postingTime\": \"2022-04-09T14:57:23.000Z\",\n            \"postUserId\": 89,\n            \"nickName\": \"Runner3168\",\n            \"profileImageUrl\": null,\n            \"title\": \"시간 잘 되는지 확인 03/01\",\n            \"runningTime\": \"01:30:00\",\n            \"gatheringTime\": \"2023-03-01T12:00:00.000Z\",\n            \"gatherLongitude\": \"36.1231231230\",\n            \"gatherLatitude\": \"36.1231231230\",\n            \"locationInfo\": \"어디 어디\",\n            \"runningTag\": \"A\",\n            \"age\": \"20-65\",\n            \"gender\": \"남성\",\n            \"DISTANCE\": \"7746.20\",\n            \"whetherEnd\": \"N\",\n            \"job\": \"PSM\",\n            \"peopleNum\": 4,\n            \"contents\": \"글 내용 글 내용 글 내용\",\n            \"userId\": null,\n            \"bookMark\": null,\n            \"attendance\": null,\n            \"profileUrlList\": [\n                {\n                    \"userId\": 89,\n                    \"profileImageUrl\": null\n                }\n            ]\n        }\n    ]\n}"},{"id":"5c5ff5dd-8d32-4101-8fe6-ef58d1a3e1b5","name":"2033 : 경도를 입력해주세요","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123","disabled":true},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:12:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-QhTYA5EhLDhNK8S7ABKSJiLUc9I\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2033,\n    \"message\": \"경도를 입력해주세요.\"\n}"},{"id":"33ba2f93-60e8-4790-a08c-44033778fb72","name":"2034 : 위도를 입력해주세요","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123","disabled":true},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:12:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-1qCNZsD1BWmTHY4YvKSngx+33nU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2034,\n    \"message\": \"위도를 입력해주세요.\"\n}"},{"id":"4e5df9af-5b5d-4bc9-88f4-13aae46e201b","name":"2035 : 마감포함 여부를 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y","disabled":true},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:12:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"56-6LqlX95fgIfpm6Kkm/+BcF92R5s\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2035,\n    \"message\": \"마감포함 여부를 입력해주세요.\"\n}"},{"id":"fd189abc-f837-4a62-9986-cc4b209c068a","name":"2037 : 마감포함 여부는 Y, N 중 하나로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Q&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Q"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:13:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"69-1DFq8RnWAvxq2fRWDYLR7ZmLtUo\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2037,\n    \"message\": \"마감포함 여부는 Y, N 중 하나로 입력해주세요.\"\n}"},{"id":"640dd86f-f3d9-4b29-9f0c-c3877231c83f","name":"2038 : 필터 조건은 D, R 중 하나로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Y&filter=Q&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"Q"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:14:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"63-3GZKnERe8sy2UD2SmJGp34Hl5jk\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2038,\n    \"message\": \"필터 조건은 D, R 중 하나로 입력해주세요.\"\n}"},{"id":"d2512e90-2faf-4abd-b8af-c64204141be9","name":"2053 : 거리 필터링 조건을 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N","disabled":true},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:16:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-q6cxIohFYCQlnWeRl4CGC8BtQcQ\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2053,\n    \"message\": \"거리 필터링 조건을 입력해주세요.\"\n}"},{"id":"a8e7fed8-1a7e-47d4-97c9-e452e0d0f09c","name":"2054 : 거리 필터링 조건이 N이 아니면, 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=z&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"z"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:16:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"74-sFl3+bmOnsprUUqtNxXtcG3V3SA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2054,\n    \"message\": \"거리 필터링 조건이 N이 아니면, 숫자로 입력해주세요.\"\n}"},{"id":"784eb815-c030-4656-aef5-2bbc42e7821c","name":"2055 : 성별 필터링 조건을 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A","disabled":true},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:17:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-EZYoxBYG212XtfeiwBhuVUU+Gso\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2055,\n    \"message\": \"성별 필터링 조건을 입력해주세요.\"\n}"},{"id":"3e612fce-c403-4bd6-8c4f-1a9cbcf81da9","name":"2056 : 성별 필터링 조건은 A,F,M 중 하나로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=z&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"z"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:17:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"6e-AEika6g2IpCajKXYzKb8R5763gM\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2056,\n    \"message\": \"성별 필터링 조건은 A,F,M 중 하나로 입력해주세요.\"\n}"},{"id":"39b9f00c-c2e1-429b-a5b2-61689417a97c","name":"2057 : 직군 필터링 조건을 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N","disabled":true},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:17:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-C4ToJEgf4LbXhQeUhS/0C1j4Iko\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2057,\n    \"message\": \"직군 필터링 조건을 입력해주세요.\"\n}"},{"id":"cfcca350-6f26-4bd6-840d-0989e89ccce6","name":"2058 : 직군 필터링 조건이 유효하지 않습니다.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=z&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"z"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:18:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-KZT7kWDoo7m+KX5gRQ2bj/g7D8Y\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2058,\n    \"message\": \"직군 필터링 조건이 유효하지 않습니다.\"\n}"},{"id":"6aae5092-87b7-40a6-b59b-dba4d2e81a46","name":"2059 : 최소 연령대 조건을 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&jobFilter=z&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20","disabled":true},{"key":"jobFilter","value":"z"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:18:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-F7KVElIHrl0wtANSnOa1nT0Q0wQ\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2059,\n    \"message\": \"최소 연령대 조건을 입력해주세요.\"\n}"},{"id":"4c434f0a-90cf-438f-822c-df0a1332844b","name":"2060 : 최대 연령대 조건을 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMin=20&jobFilter=z&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65","disabled":true},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"z"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:19:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-Voo0LTw3ON6rPV1QQ9SUDRdGilw\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2060,\n    \"message\": \"최대 연령대 조건을 입력해주세요.\"\n}"},{"id":"29e4bbf4-dda9-40a7-8e81-d931e12430a0","name":"2061 : 연령대 조건은 둘 다 N이거나 둘 다 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/C/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=N&jobFilter=z&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=N","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","C",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"N"},{"key":"jobFilter","value":"z"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:19:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"78-TkFVxONrRoEtR9dbdM4gBidgpIw\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2061,\n    \"message\": \"연령대 조건은 둘 다 N이거나 둘 다 숫자로 입력해주세요.\"\n}"},{"id":"3307f752-27b1-49bc-8183-9fb59b18cbdb","name":"2075 : keyword를 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"N","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:21:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4a-rVqUU/vuAHMgAqNGS1JRfXC+hO4\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2075,\n    \"message\": \"keyword를 입력해주세요.\"\n}"},{"id":"45ff2294-790d-45fd-a992-0b6ce65f9f4c","name":"2076 : keyword는 10자 이하로 입력해주세요.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/main/v2/A/?whetherEnd=Y&filter=D&distanceFilter=N&genderFilter=A&ageFilterMax=65&ageFilterMin=20&jobFilter=N&userLongitude=126.123123&userLatitude=36.123123123&keywordSearch=키워드10자이상이상이상이","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","main","v2","A",""],"query":[{"key":"whetherEnd","value":"Y"},{"key":"filter","value":"D"},{"key":"distanceFilter","value":"N"},{"key":"genderFilter","value":"A"},{"key":"ageFilterMax","value":"65"},{"key":"ageFilterMin","value":"20"},{"key":"jobFilter","value":"N"},{"key":"userLongitude","value":"126.123123"},{"key":"userLatitude","value":"36.123123123"},{"key":"keywordSearch","value":"키워드10자이상이상이상이"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:21:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-p1bOrqgOrP+NYBN3XAfNTHciCuo\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2076,\n    \"message\": \"keyword는 10자 이하로 입력해주세요.\"\n}"}],"_postman_id":"214dbc4f-3c84-451f-afe7-2c29d1806ded"},{"name":"6.(Users) 찜 등록 및 해제","id":"2f6d5860-9177-4bc2-a953-25319d65ab65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNTAiLCJpYXQiOjE2NTI3MDU1MzIsImV4cCI6MTY4NDI0MTUzMiwic3ViIjoidXNlckluZm8ifQ.al8AGZ4Uf-LFm5u3vRWv7eI4H4-D8ZMJ2nc11n_yIK8","type":"text","description":"<p>검증을 위한 jwt</p>\n"}],"url":"https://www.runnerbe2.shop/users/:userId/bookmarks/:whetherAdd?postId=62","urlObject":{"protocol":"https","path":["users",":userId","bookmarks",":whetherAdd"],"host":["www","runnerbe2","shop"],"query":[{"description":{"content":"<p>게시글 인덱스</p>\n","type":"text/plain"},"key":"postId","value":"62"}],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"150","key":"userId"},{"description":{"content":"<p>Y : 등록 요청 // N : 해제 요청</p>\n","type":"text/plain"},"type":"any","value":"Y","key":"whetherAdd"}]}},"response":[{"id":"e6759d78-3b7b-486b-bf8b-f396d55a2e9c","name":"1000 : 성공 // 찜 등록","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/Y?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","Y"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:41:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"12cd4922-a5c0-4ba0-bbfd-d9d643c6dd2a","name":"1000 : 성공 // 찜 해제","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/N?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","N"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:42:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"adc4c8c6-7a9f-4541-85b1-5f70d6eeb064","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/3/bookmarks/Y?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","3","bookmarks","Y"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:50:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"1b5e9643-bf06-46f9-bd90-1bf92ff9767b","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/s/bookmarks/Y?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","s","bookmarks","Y"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:51:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"ff594b74-9d4d-460c-910d-e4bd1c900af1","name":"2041 : postId를 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/Y","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","Y"],"query":[{"key":"postId","value":"11","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:52:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"49-9yZZhA/zag2wUIddaNbhDjKW3Dg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2041,\n    \"message\": \"postId를 입력해주세요.\"\n}"},{"id":"5e338143-9239-4e64-bed0-fd10865e3851","name":"2072 : 찜 등록/해제는 Y, N로 입력해주세요","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/z?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","z"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:52:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5b-B9xtEwjPPyU2RQ/h24wND3nB318\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2072,\n    \"message\": \"찜 등록/해제는 Y, N로 입력해주세요\"\n}"},{"id":"9873a9bc-32dd-449f-8fd7-cb27c92665c0","name":"2073 : 해당 유저는 이미 찜을 등록했습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/Y?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","Y"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:43:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5e-1SKXr5KylC6XpzzfvFnk29optR4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2073,\n    \"message\": \"해당 유저는 이미 찜을 등록했습니다.\"\n}"},{"id":"a9099e61-fa4e-4144-9102-901fee3bcf77","name":"2074 : 해당 유저는 이미 찜을 해제했습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/2/bookmarks/N?postId=11","protocol":"https","host":["www","runnerbe2","shop"],"path":["users","2","bookmarks","N"],"query":[{"key":"postId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 05:42:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5e-/iPuGIPNIzPuMhRJXNt0Mf390AI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2074,\n    \"message\": \"해당 유저는 이미 찜을 해제했습니다.\"\n}"}],"_postman_id":"2f6d5860-9177-4bc2-a953-25319d65ab65"},{"name":"7.(Users) 찜 목록 조회 v2","id":"e5212d0e-f884-49e3-a4e4-d06e0e8be79a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>검증을 위한 jwt</p>\n","type":"text"}],"url":"https://www.runnerbe2.shop/users/:userId/bookmarks/v2","urlObject":{"protocol":"https","path":["users",":userId","bookmarks","v2"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"type":"any","value":"2","key":"userId"}]}},"response":[{"id":"b1dedd41-3f60-4641-8b2f-9b7050ee8995","name":"1000 : 성공","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/bookmarks/v2","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","bookmarks","v2"],"variable":[{"key":"userId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 31 May 2022 17:02:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"619"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"26b-rPfG1LRr2k4h4ugXw+7kSrMNPrw\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\",\n    \"result\": {\n        \"bookMarkList\": [\n            {\n                \"postId\": 11,\n                \"postingTime\": \"2021-02-01T15:43:24.000Z\",\n                \"postUserId\": 21,\n                \"nickName\": \"test nick\",\n                \"profileImageUrl\": null,\n                \"title\": \"글제목3\",\n                \"runningTime\": \"00:30:00\",\n                \"gatheringTime\": \"2023-05-21T11:22:11.000Z\",\n                \"gatherLongitude\": \"127.5734300000\",\n                \"gatherLatitude\": \"37.1312312300\",\n                \"locationInfo\": \"어디 어디 3\",\n                \"runningTag\": \"A\",\n                \"age\": \"30-40\",\n                \"gender\": \"여성\",\n                \"whetherEnd\": \"N\",\n                \"userId\": 2,\n                \"job\": \"PSV\",\n                \"peopleNum\": 4,\n                \"contents\": \"또다른내용\",\n                \"bookMark\": 1,\n                \"DISTANCE\": null,\n                \"attendance\": null,\n                \"profileUrlList\": [\n                    {\n                        \"userId\": 21,\n                        \"profileImageUrl\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"48faf225-1d63-4332-8ca2-95e510e74724","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/users/3/bookmarks/v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:00:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"e2780597-aa06-4664-a996-94a4ad505bf6","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/users/s/bookmarks/v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:00:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"}],"_postman_id":"e5212d0e-f884-49e3-a4e4-d06e0e8be79a"},{"name":"8.(Users) 마이페이지 v2","id":"d84ee460-2a56-400c-8eec-7a2757a9e0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjE2MCwiaWF0IjoxNjU5MTgzODI3LCJleHAiOjE2OTA3MTk4MjcsInN1YiI6InVzZXJJbmZvIn0.sgTrD0tZrAXqS1lRiewq-VMWN65mVSF8x9SaqW2FY_g","description":"<p>검증을 위한 jwt</p>\n","type":"text"},{"key":"MobileType","value":"IOS","description":"<p>IOS or AOS 입력</p>\n","type":"text"},{"key":"AppVersion","value":"1.2.4","description":"<p>앱 버전 </p>\n","type":"text"}],"url":"https://www.runnerbe2shop/users/:userId/myPage/v2","description":"<p><img src=\"https://user-images.githubusercontent.com/83508073/171230806-442d85ee-533d-4632-aede-a7aa9ea87f76.png\" alt /></p>\n<h3 id=\"response-추가-설명\">Response 추가 설명</h3>\n<p>myInfo : 상단에 위치한 회원 정보, pushOn(설정창에서 사용) : Y(수신 동의), N(수신 거부)</p>\n<p>runningInfo : 참여한 러닝 수, 출석률을 나타냄</p>\n<p>myPosting : 작성한 글, runnerList(내가 만든 모임에 참여한 러너들 리스트) - whetherCheck에 따라 출석관리 버튼 활성화 or 비활성화</p>\n<p>myRunning : 참여 러닝, whetherCheck : Y(반장이 출석체크 실시했음), N(반장이 아직 출석체크 실시 안 함)</p>\n","urlObject":{"protocol":"https","path":["users",":userId","myPage","v2"],"host":["www","runnerbe2shop"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"33760f52-68cd-469c-80d4-67e7a71ae495","name":"1000 : 성공","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/myPage/v2","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","myPage","v2"],"variable":[{"key":"userId","value":"2","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Mar 2023 08:20:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"44-0yOAll4nmJcFTvqrW2tiQ9e2H+s\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 3000,\n    \"message\": \"JWT 토큰 검증 실패\"\n}"},{"id":"0be7e5db-c97b-455a-a8c1-ab870b398aa8","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/myPage/v2","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","myPage","v2"],"variable":[{"key":"userId","value":"3","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:28:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"284ec099-57ee-4677-a30e-03ac93ed41aa","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/myPage/v2","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","myPage","v2"],"variable":[{"key":"userId","value":"s","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:27:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"}],"_postman_id":"d84ee460-2a56-400c-8eec-7a2757a9e0ae"},{"name":"9.(Users) 프로필 사진 변경","id":"d2c84721-6953-4d49-bf52-be091ef67008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>검증을 위한 jwt</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"profileImageUrl\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/:userId/profileImage","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profileImageUrl</td>\n<td>String</td>\n<td>이미지 Url : null -&gt; 기본 이미지, 그 외 이미지url 입력</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users",":userId","profileImage"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"2","key":"userId"}]}},"response":[{"id":"da0272b5-4b4f-40f4-a7c9-9f7768f73bb6","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"profileImageUrl\" : \"~~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/profileImage","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","profileImage"],"variable":[{"key":"userId","value":"2","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:37:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"10ef8d8f-19db-4a07-82e3-d8c81092906f","name":"1000 : 성공 // 기본 이미지","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"profileImageUrl\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/profileImage","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","profileImage"],"variable":[{"key":"userId","value":"2","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:37:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"aa6ea1bd-048e-4c35-93b1-04f40a77489c","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"profileImageUrl\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/profileImage","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","profileImage"],"variable":[{"key":"userId","value":"3","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:38:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"f381de57-8247-4603-8449-8f2cfdadf0fe","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"검증을 위한 jwt","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"profileImageUrl\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/profileImage","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","profileImage"],"variable":[{"key":"userId","value":"s","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:38:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"}],"_postman_id":"d2c84721-6953-4d49-bf52-be091ef67008"},{"name":"10.(Users) 직군 변경","id":"916796fb-c7f3-4bf9-8a7b-e00adc0c0b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"DEV\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/:userId/job","urlObject":{"protocol":"https","path":["users",":userId","job"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"144","key":"userId"}]}},"response":[{"id":"9645bb9a-fc68-4cfc-a4d6-d92a93503f6b","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNTMiLCJpYXQiOjE2NTE4MTk0NzQsImV4cCI6MTY4MzM1NTQ3NCwic3ViIjoidXNlckluZm8ifQ.HklLe1Ajx_X6vhaVVyAHoTiU0tkOo23L2HvEEO18DQY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"EDU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"153","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 07:31:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"741610b5-15e9-42d6-8631-0d2a11583a3c","name":"2004 : 직군 코드를 입력 해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"19","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:33:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"51-E8lToEZJUaKmX1ZjElLOUv0JCh8\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2004,\n    \"message\": \"직군 코드를 입력 해주세요.\"\n}"},{"id":"0423f098-b32c-4890-a78f-55317611d000","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"DEV\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"19","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:31:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"a791d214-1517-4c46-b476-2ec0547266b4","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"EDU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"s","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:42:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"8f44b49c-7243-42bc-a5dd-045d329249b7","name":"2058 : 직군 필터링 조건이 유효하지 않습니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"DddEV\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 07:46:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-KZT7kWDoo7m+KX5gRQ2bj/g7D8Y\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2058,\n    \"message\": \"직군 필터링 조건이 유효하지 않습니다.\"\n}"},{"id":"1f7ca633-6b04-44fb-9f19-5d5f70397fec","name":"2078 : 3개월이 지나지 않아 직군 변경이 불가능합니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job\" : \"EDU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/job","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","job"],"variable":[{"key":"userId","value":"2","description":"유저 인덱"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 06:41:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"6c-U5lwcJjAMZg5bsXH0xPZCLVHdD0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2078,\n    \"message\": \"3개월이 지나지 않아 직군 변경이 불가능합니다.\"\n}"}],"_postman_id":"916796fb-c7f3-4bf9-8a7b-e00adc0c0b2f"},{"name":"11.(Users) 애플 로그인 - 회원 확인","id":"88137361-3ec5-4a59-b1a7-8933154506da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"~~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/apple-login","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Descriptionno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>구분값의 해쉬값</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users","apple-login"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[{"id":"689a9a6d-7bef-4b00-8061-3fdb69bee8ce","name":"1002 : 성공, 비회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"~~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/apple-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:34:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"83-biNvNqn/lPNdjNTxGxIL2sVr4Rg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1002,\n    \"message\": \"성공, 비회원\",\n    \"result\": {\n        \"message\": \"회원가입이 가능합니다.\",\n        \"uuid\": \"~~~~~\"\n    }\n}"},{"id":"1f52918d-fa91-40b7-97c2-260233822b09","name":"1001 : 성공, 인증 완료 회원","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"~~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/apple-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:34:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"83-biNvNqn/lPNdjNTxGxIL2sVr4Rg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1001,\n    \"message\": \"성공, 인증 완료 회원\",\n    \"result\": {\n        \"userId\": 65,\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjY1LCJpYXQiOjE2NDQ4MjgxNzcsImV4cCI6MTY3NjM2NDE3Nywic3ViIjoidXNlckluZm8ifQ.4jfWunznNrevMpDnZIp9I1Yt5zjAYLv86DiM6wlYoCA\",\n        \"message\": \"소셜로그인에 성공하셨습니다.\"\n    }\n}"},{"id":"146da436-096f-4e4c-8b9d-1fe64415b260","name":"2001 : UUID를 입력해주세요","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/apple-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:36:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"46-i5sZc2jeZVYh7VLRP6QO/TBnMwU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2001,\n    \"message\": \"UUID를 입력해주세요\"\n}"}],"_postman_id":"88137361-3ec5-4a59-b1a7-8933154506da"},{"name":"12(Users) 회원 탈퇴","id":"cb46bc2d-9abd-4971-bc79-5b5f44fdf6a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\" : \"API 비밀키\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/:userId","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>secret_key</td>\n<td>String</td>\n<td>러너비 API 비밀키</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users",":userId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"154","key":"userId"}]}},"response":[{"id":"2d4b1b2a-4b9e-434d-a1ee-4d56bb9cca56","name":"1000 : 성공","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\" : \"API 비밀키\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId"],"variable":[{"key":"userId","value":"154","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:44:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-aCrHscRXrM1/hbOdYXR5y5CD/IE\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\",\n    \"result\": {\n        \"deleted userId\": \"109\"\n    }\n}\n"},{"id":"6742351e-b4a0-48e2-9e41-cfcb63e2fc2e","name":"2080 : 비밀 키값이 유효하지 않습니다.","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\" : \"API 비밀키\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId"],"variable":[{"key":"userId","value":"147","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:42:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-aCrHscRXrM1/hbOdYXR5y5CD/IE\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2080,\n    \"message\": \"비밀 키값이 유효하지 않습니다.\"\n}"},{"id":"6a98f264-d6eb-4d6e-9288-177d20542bc8","name":"2079 : 비밀 키값을 입력해주세요.","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId"],"variable":[{"key":"userId","value":"147","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:43:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"50-tox53/3TVBglKecIuPVJThvolf4\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2079,\n    \"message\": \"비밀 키값을 입력해주세요.\"\n}"},{"id":"4e6249dd-5c28-4f5f-8037-c9c7d7f7b126","name":"2012 : userId는 숫자로 입력해주세요","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\" : \"API 비밀키\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId"],"variable":[{"key":"userId","value":"s","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:43:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"}],"_postman_id":"cb46bc2d-9abd-4971-bc79-5b5f44fdf6a7"},{"name":"13.(Users) firebase Token 업데이트 - for 푸쉬알림","id":"04059383-cc73-4b71-a203-eafb8db8b753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"deviceToken\" : \"~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/users/:userId/deviceToken","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deviceToken</td>\n<td>String</td>\n<td>firebase 발급 token</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["users",":userId","deviceToken"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스</p>\n","type":"text/plain"},"type":"any","value":"144","key":"userId"}]}},"response":[{"id":"dab844ec-177b-4d3a-8a6d-9217c205f0ed","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"deviceToken\" : \"~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/deviceToken","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","deviceToken"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:47:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"69e0360e-931c-45b8-a8ab-42e46f8f8df4","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"deviceToken\" : \"~~~~\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/deviceToken","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","deviceToken"],"variable":[{"key":"userId","value":"s","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"4cf172e9-39c3-4041-9ef7-a69e06da9f7f","name":"2087 : device token 값을 입력해주세요.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/users/:userId/deviceToken","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","deviceToken"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 09:47:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-T6Nghb+FsBmDRVNlnmAmVDScPWA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2087,\n    \"message\": \"device token 값을 입력해주세요.\"\n}"}],"_postman_id":"04059383-cc73-4b71-a203-eafb8db8b753"},{"name":"14. 푸쉬알림 수신 여부 변경 API","id":"69f7856d-dae9-4ecd-acf5-86d8b9c40a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://www.runnerbe2.shop/users/:userId/push-alarm/:pushOn","description":"<p>pushOn : Y = 푸쉬 알림 on / N = 푸쉬 알림 off</p>\n","urlObject":{"protocol":"https","path":["users",":userId","push-alarm",":pushOn"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"type":"any","value":"157","key":"userId"},{"type":"any","value":"Y","key":"pushOn"}]}},"response":[{"id":"bbbaea26-938b-482c-9191-b12f3c04fe8e","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/push-alarm/:pushOn","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","push-alarm",":pushOn"],"variable":[{"key":"userId","value":"157"},{"key":"pushOn","value":"Y"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 31 May 2022 17:03:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"8402329a-ac49-4c17-abc4-17e3f0f0bb6f","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://www.runnerbe2.shop/users/:userId/push-alarm/:pushOn","protocol":"https","host":["www","runnerbe2","shop"],"path":["users",":userId","push-alarm",":pushOn"],"variable":[{"key":"userId","value":"s"},{"key":"pushOn","value":"Y"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 31 May 2022 09:58:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"8fe13075-5d04-40f2-83bb-425b3b3f5f4e","name":"2089 : pushOn 값은 Y나 N로 입력해주세요.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://www.runnerbe2/shop/users/:userId/push-alarm/:pushOn","protocol":"https","host":["www","runnerbe2"],"path":["shop","users",":userId","push-alarm",":pushOn"],"variable":[{"key":"userId","value":"2"},{"key":"pushOn","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-J39s0UK8F/zlkqaZILvston1wwg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 31 May 2022 09:56:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2089,\n    \"message\": \"pushOn 값은 Y나 N로 입력해주세요.\"\n}"}],"_postman_id":"69f7856d-dae9-4ecd-acf5-86d8b9c40a06"},{"name":"24. 알림 메시지 목록 조회 API","id":"bb881be2-ede2-4c96-9055-aa690fec03c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>jwt</p>\n","type":"text"}],"url":"https://www.runnerbe2.shop/users/alarms","urlObject":{"protocol":"https","path":["users","alarms"],"host":["www","runnerbe2","shop"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"bb881be2-ede2-4c96-9055-aa690fec03c0"},{"name":"29. 활동 기록 조회 API","id":"1be6168e-b481-4741-bc52-da2e54067767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/users/:userId/records","urlObject":{"protocol":"https","path":["users",":userId","records"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"type":"any","value":"160","key":"userId"}]}},"response":[],"_postman_id":"1be6168e-b481-4741-bc52-da2e54067767"},{"name":"30. (앱 진입 시) jwt 유효성 확인 및 정지 여부 확인하기 (자동로그인)","id":"23dc3fa4-7b3f-4856-979d-b7685568b6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/users/auth","urlObject":{"protocol":"https","path":["users","auth"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"23dc3fa4-7b3f-4856-979d-b7685568b6c9"},{"name":"31. 새로운 알림 메시지 여부 조회 API","id":"854b866f-a014-46e1-a47d-39183d26548a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"854b866f-a014-46e1-a47d-39183d26548a"}],"id":"21635630-5e85-419e-a585-f0a34beb5ff1","description":"<h3 id=\"공동로그인-관련\">(공동)로그인 관련</h3>\n<p>러너비에서는 자체 로그인 대신 모두 소셜 로그인으로 지원하고 있습니다.<br />ios 기준, accessToken 발급은 프론트 단에서 처리하고, 이를 받아서 카카오, 네이버 서버로 보낸 후 검증 요청과 그에 따른 응답 처리는 서버에서 처리하고 있습니다.<br />따라서 로그인 API 요청 시 발급 받은 accessToken을 body에 입력해 주세요.</p>\n<p>로그인의 결과는 \"둘러보기\"라는 상태를 허용하기 위해서 2가지로 나뉩니다.</p>\n<ol>\n<li>기존 회원<br />회원 가입, 즉 둘러보기 상태가 아닌 상세 정보를 모두 입력한 회원의 경우입니다.<br />이때는 해당 유저의 userId와 jwt이 전달됩니다.</li>\n<li>비회원<br />아직 회원 가입을 진행하지 않은 회원의 경우입니다.<br />소셜 로그인의 경우 각 기업의 서버에서 회원을 구분하는 고유 아이디 존재합니다.<br />이를 uuid라고 명칭했습니다. 회원가입 API 요청 시 위의 uuid를 body에 넣어야 합니다.<br />따라서 각 기업에서 받은 uuid가 응답으로 전달됩니다.</li>\n</ol>\n<p>이에 따라 <strong>각각 code : 1001, 1002로 구분하여 응답을 전달</strong>합니다. 자세한 내용은 아래 example을 참고해주세요.</p>\n<p>인증 대기 상태는 이메일 인증 대신 사원증 인증을 선택한 경우, 관리자의 확인 이후 인증이 완료되었기 때문에 존재했습니다. 현재는 인증 절차를 삭제해서 회원 가입을 진행하면 default로 인증 완료 상태가 됩니다. 따라서 code: 1007의 경우는 현재로써는 사용하지 않습니다. 다만, 후에 다시 인증 절차를 살릴 경우를 대비하여 굳이 삭제하지 않았으니 혼동 없으시길 바랍니다.</p>\n","_postman_id":"21635630-5e85-419e-a585-f0a34beb5ff1"},{"name":"Postings","item":[{"name":"15.(Postings) 게시글 작성","id":"4b49c5d8-9a87-42c4-95ee-c58e92f96353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNTAiLCJpYXQiOjE2NTI3MDU1MzIsImV4cCI6MTY4NDI0MTUzMiwic3ViIjoidXNlckluZm8ifQ.al8AGZ4Uf-LFm5u3vRWv7eI4H4-D8ZMJ2nc11n_yIK8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"test3\",\r\n    \"gatheringTime\" : \"2022-06-24 12:30:00\",\r\n    \"runningTime\" : \"01:00\",\r\n    \"gatherLongitude\" : 126.555523123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"서울시 어디333\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"test3입니다\",\r\n    \"runnerGender\" : \"F\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/postings/:userId","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>글제목, 최대 30자</td>\n</tr>\n<tr>\n<td>gatheringTime</td>\n<td>String</td>\n<td>모이는 시간 // mySQL DATETIME 양식에 맞춰야 합니다. ex) \"2022-05-22 11:22:11\"</td>\n</tr>\n<tr>\n<td>runningTime</td>\n<td>String</td>\n<td>러닝 소요 시간 // mySQL TIME 양식에 맞춰야 합니다 ex) \"01:30\"</td>\n</tr>\n<tr>\n<td>gatherLongitude</td>\n<td>Float</td>\n<td>경도</td>\n</tr>\n<tr>\n<td>gatherLatitude</td>\n<td>Float</td>\n<td>위도</td>\n</tr>\n<tr>\n<td>locationInfo</td>\n<td>String</td>\n<td>모이는 장소 이름 (행정 주소)</td>\n</tr>\n<tr>\n<td>runningTag</td>\n<td>String</td>\n<td>A : 퇴근 후, B : 출근 전, H : 휴일</td>\n</tr>\n<tr>\n<td>ageMin</td>\n<td>Int</td>\n<td>최소 연령대</td>\n</tr>\n<tr>\n<td>ageMax</td>\n<td>Int</td>\n<td>최대 연령대</td>\n</tr>\n<tr>\n<td>peopleNum</td>\n<td>Int</td>\n<td>최대 인원 수</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>String</td>\n<td>자유내용 500자 이내 // 생략 가능</td>\n</tr>\n<tr>\n<td>runnerGender</td>\n<td>String</td>\n<td>A : 전체, M : 남성, F : 여성</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["postings",":userId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>유저 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"150","key":"userId"}]}},"response":[{"id":"fd585f96-8571-48aa-8079-b4e53924358f","name":"1000 : 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:01:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"bda838b1-6038-415e-ae8a-b3de4c917aa6","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"2","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:03:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"780ebf87-5ee2-45f0-9a66-d8d0cfece434","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"s","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:03:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"462178a0-c6ee-463f-8119-72b08d0090a1","name":"2014 : 글제목을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:04:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4c-MznqYSwXLEL9oHC5IC1/laao7Uo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2014,\n    \"message\": \"글제목을 입력해주세요.\"\n}"},{"id":"ebd0a6e7-a49a-468f-8bea-745a8ac1c08f","name":"2015 : 모이는 시간을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:04:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-spscTuw5xD0m75vgxFhS0pwdOC4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2015,\n    \"message\": \"모이는 시간을 입력해주세요.\"\n}"},{"id":"14d32447-ff0f-405e-b6f6-23a5a391b384","name":"2016 : 러닝 소요 시간을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:04:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-l9/NJDBAP6NAeLNZSOgFW79PPc4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2016,\n    \"message\": \"러닝 소요 시간을 입력해주세요.\"\n}"},{"id":"bf97ff66-bf66-4a37-9287-c2ae45c120db","name":"2017 : 모임 장소의 경도를 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:05:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-Ym9kRQUi7SXzgJF6PZ96Fgn8Z0o\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2017,\n    \"message\": \"모임 장소의 경도를 입력해주세요.\"\n}"},{"id":"a8082645-43ca-4081-a979-8fa4a9102e6f","name":"2018 : 모임 장소의 위도를 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:05:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-2t+mjmEb5DKBDYEdemXJWhcmek8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2018,\n    \"message\": \"모임 장소의 위도를 입력해주세요.\"\n}"},{"id":"cf4c945d-5a38-4247-99b0-a4f6957d099d","name":"2019 : 모임 장소의 이름(행정구역)을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:05:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"68-SROElNmiEBIE3Z5ayKwUImXrjKM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2019,\n    \"message\": \"모임 장소의 이름(행정구역)을 입력해주세요.\"\n}"},{"id":"58972c64-0367-4e54-ac53-435bc9840926","name":"2020 : 모임 장소의 tag(출근 전, 퇴근 후, 휴일)을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:06:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"77-aY31+AEDNUJdCuWNdQn5SDT3EtM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2020,\n    \"message\": \"모임 장소의 tag(출근 전, 퇴근 후, 휴일)을 입력해주세요.\"\n}"},{"id":"f7e56d70-7bac-46a5-aaa0-a71b14eef429","name":"2021 : 최소 연령대를 입력해주세요","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:06:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-9FoEpbSzeuCpq+isAf3HFZnzgBc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2021,\n    \"message\": \"최소 연령대를 입력해주세요.\"\n}"},{"id":"fccfea58-d039-42ee-af05-52b7dfd02544","name":"2022 : 최대 연령대를 입력해주세요","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:06:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-7c4pd8ae0i6Z03CzkC96zToClqw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2022,\n    \"message\": \"최대 연령대를 입력해주세요.\"\n}"},{"id":"ed98bd01-7d5e-48ea-92e9-ec1989089468","name":"2023 : 최대 모임 인원을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:07:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-YPv2cAd8AX+jW2WHcpSLOq/lVoY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2023,\n    \"message\": \"최대 모임 인원을 입력해주세요.\"\n}"},{"id":"cc3bdabf-d06b-4b5d-8b28-69ab131da07b","name":"2024 : 성별 기준을 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:07:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"50-JWRaIRnwOJQ+mNESW1jNgEriRig\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2024,\n    \"message\": \"성별 기준을 입력해주세요.\"\n}"},{"id":"e0a7888d-c087-4e44-97d0-2dc164582e67","name":"2025 : 글제목은 30자 이내로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"최대길이최대길이최대길이최대길이최대길이는 30자30자30자30자30자30자\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:08:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5c-o0G7d9FvbpRGbHnNjRXHuylId5E\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2025,\n    \"message\": \"글제목은 30자 이내로 입력해주세요.\"\n}"},{"id":"348c9200-d3cb-4960-8fd3-717a122c6826","name":"2026 : 자유 내용은 500자 이내로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자500자\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:09:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-mCEBDy09+L5HJQIGU/oR275SO6k\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2026,\n    \"message\": \"자유 내용은 500자 이내로 입력해주세요.\"\n}"},{"id":"50c0700b-b9e8-4035-97e2-771e295c09fd","name":"2027 : 최소 연령은 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : \"이십\",\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:09:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-Atnb4SB2tKo/UF+28JtP5cLUurQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2027,\n    \"message\": \"최소 연령은 숫자로 입력해주세요.\"\n}"},{"id":"ba5f8b05-8046-4b24-957d-fa6be89ff7d4","name":"2028 : 최대 연령은 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : \"육십\",\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:09:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5a-nUG8pWLn1p0TdcwvVgaRrs/5UQk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2028,\n    \"message\": \"최대 연령은 숫자로 입력해주세요.\"\n}"},{"id":"f5b2b3a2-da09-40a0-8ed5-ec15890b4098","name":"2029 : 최대 인원수는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": \"네 명\",\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:10:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5d-usyf+SLjjm+8SDczWgnEx5YxVlg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2029,\n    \"message\": \"최대 인원수는 숫자로 입력해주세요.\"\n}"},{"id":"fe611220-7f95-4925-8b16-14736e477712","name":"2030 : runningTag는 (A : 퇴근 후, B : 출근 전, H : 휴일)로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"z\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:10:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"7d-uDUBxtLISLuLYtx/eS8h/xVRc6Q\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2030,\n    \"message\": \"runningTag는 (A : 퇴근 후, B : 출근 전, H : 휴일)로 입력해주세요.\"\n}"},{"id":"4e450ff2-cfe2-432d-8847-d0ccbcb1fdcf","name":"2031 : runnerGender는 (A : 전체, M : 남성, F : 여성)로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"z\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":userId"],"variable":[{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:11:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"77-P4qD9MGf/LetDH4ZEkmdrzV8C44\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2031,\n    \"message\": \"runnerGender는 (A : 전체, M : 남성, F : 여성)로 입력해주세요.\"\n}"}],"_postman_id":"4b49c5d8-9a87-42c4-95ee-c58e92f96353"},{"name":"16.(Postings) 게시글 상세페이지 v2","id":"db839852-2232-4d7d-b7a6-a818c9aff395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","description":"<h3 id=\"result-code-구분\">Result code 구분</h3>\n\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>1015</th>\n<th>성공, 비작성자, 이미 참여 신청했음</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1017</td>\n<td>성공, 비작성자, 참여신청 전</td>\n</tr>\n<tr>\n<td>1019</td>\n<td>성공, 작성자</td>\n</tr>\n</tbody>\n</table>\n</div>\n\n<p>&lt;비작성자의 경우&gt;<br />1. 1015 =&gt; 참여신청 버튼 비활성화<br />2. 1017 =&gt; 참여신청 버튼 활성화</p>\n<p>&lt;작성자의 경우&gt;<br />1. 1019  </p>\n<h3 id=\"response-추가-설명\">Response 추가 설명</h3>\n<p>postingInfo : 게시글 정보<br />runnerInfo : 참여한 러너<br />waitingRunnerInfo : 대기중인 러너 // 작성자인 경우만 나옴</p>\n","urlObject":{"protocol":"https","path":["postings","v2",":postId",":userId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"9","key":"postId"},{"description":{"content":"<p>유저 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"2","key":"userId"}]}},"response":[{"id":"61566577-03b9-489e-88fc-32e1a6fd9c8e","name":"1015 : 성공, 비작성자, 이미 참여 신청했음","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"10","description":"게시글 인덱스 "},{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:29:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"778"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"30a-cn6X3Vm7GeDm/klc7toJvFuzIS8\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1018,\n    \"message\": \"성공, 비작성자, 참여신청 전, 찜 등록 안 함\",\n    \"result\": {\n        \"postingInfo\": [\n            {\n                \"postId\": 9,\n                \"postingTime\": \"2022-02-11T03:25:58.000Z\",\n                \"postUserId\": 2,\n                \"nickName\": \"testsdf\",\n                \"profileImageUrl\": null,\n                \"title\": \"글제목1\",\n                \"runningTime\": \"01:30:00\",\n                \"gatheringTime\": \"2022-05-22T11:22:11.000Z\",\n                \"gatherLongitude\": \"127.8343000000\",\n                \"gatherLatitude\": \"37.0231231230\",\n                \"locationInfo\": \"어디 어디\",\n                \"runningTag\": \"퇴근 후\",\n                \"age\": \"20-65\",\n                \"gender\": \"남성\",\n                \"whetherEnd\": \"N\",\n                \"job\": \"DEV,EDU\",\n                \"peopleNum\": 4,\n                \"contents\": \"글 내용 글 내용 글 내용\",\n                \"DISTANCE\": null,\n                \"userId\": null,\n                \"bookMark\": null,\n                \"attandance\": null,\n                \"profileUrlList\": [\n                    {\n                        \"userId\": 23,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 20,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 2,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 63,\n                        \"profileImageUrl\": null\n                    }\n                ]\n            }\n        ],\n        \"runnerInfo\": [\n            {\n                \"userId\": 23,\n                \"nickName\": \"te12313st\",\n                \"gender\": \"남성\",\n                \"age\": \"30대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"교육\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 20,\n                \"nickName\": \"tsetzzz\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"개발\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 2,\n                \"nickName\": \"testsdf\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"교육\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 63,\n                \"nickName\": \"박찬호28\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"개발\",\n                \"profileImageUrl\": null\n            }\n        ]\n    }\n}"},{"id":"f14c4cb1-3dab-4443-bab7-abeb231b55a2","name":"1017 : 성공, 비작성자, 참여신청 전","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"10","description":"게시글 인덱스 "},{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:29:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"778"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"30a-cn6X3Vm7GeDm/klc7toJvFuzIS8\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1018,\n    \"message\": \"성공, 비작성자, 참여신청 전, 찜 등록 안 함\",\n    \"result\": {\n        \"postingInfo\": [\n            {\n                \"postId\": 9,\n                \"postingTime\": \"2022-02-11T03:25:58.000Z\",\n                \"postUserId\": 2,\n                \"nickName\": \"testsdf\",\n                \"profileImageUrl\": null,\n                \"title\": \"글제목1\",\n                \"runningTime\": \"01:30:00\",\n                \"gatheringTime\": \"2022-05-22T11:22:11.000Z\",\n                \"gatherLongitude\": \"127.8343000000\",\n                \"gatherLatitude\": \"37.0231231230\",\n                \"locationInfo\": \"어디 어디\",\n                \"runningTag\": \"퇴근 후\",\n                \"age\": \"20-65\",\n                \"gender\": \"남성\",\n                \"whetherEnd\": \"N\",\n                \"job\": \"DEV,EDU\",\n                \"peopleNum\": 4,\n                \"contents\": \"글 내용 글 내용 글 내용\",\n                \"DISTANCE\": null,\n                \"userId\": null,\n                \"bookMark\": null,\n                \"attandance\": null,\n                \"profileUrlList\": [\n                    {\n                        \"userId\": 23,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 20,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 2,\n                        \"profileImageUrl\": null\n                    },\n                    {\n                        \"userId\": 63,\n                        \"profileImageUrl\": null\n                    }\n                ]\n            }\n        ],\n        \"runnerInfo\": [\n            {\n                \"userId\": 23,\n                \"nickName\": \"te12313st\",\n                \"gender\": \"남성\",\n                \"age\": \"30대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"교육\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 20,\n                \"nickName\": \"tsetzzz\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"개발\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 2,\n                \"nickName\": \"testsdf\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"교육\",\n                \"profileImageUrl\": null\n            },\n            {\n                \"userId\": 63,\n                \"nickName\": \"박찬호28\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"불량 러너\",\n                \"job\": \"개발\",\n                \"profileImageUrl\": null\n            }\n        ]\n    }\n}"},{"id":"82217696-6d1f-468d-8c17-4eb386b5fa09","name":"1019 : 성공, 작성자","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"116","description":"게시글 인덱스 "},{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:28:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"821"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"335-FQhlziFXiN6U9Cyy5RGgp2PqY8g\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1019,\n    \"message\": \"성공, 작성자, 찜 등록함\",\n    \"result\": {\n        \"postingInfo\": [\n            {\n                \"postId\": 116,\n                \"postingTime\": \"2022-05-06T19:11:48.000Z\",\n                \"postUserId\": 144,\n                \"nickName\": \"test0414\",\n                \"profileImageUrl\": null,\n                \"title\": \"시간 잘 되는지 확인 03/01\",\n                \"runningTime\": \"01:30:00\",\n                \"gatheringTime\": \"2021-03-01T12:00:00.000Z\",\n                \"gatherLongitude\": \"36.1231231230\",\n                \"gatherLatitude\": \"36.1231231230\",\n                \"locationInfo\": \"어디 어디\",\n                \"runningTag\": \"퇴근 후\",\n                \"age\": \"20-65\",\n                \"gender\": \"남성\",\n                \"whetherEnd\": \"N\",\n                \"job\": \"DEV\",\n                \"peopleNum\": 4,\n                \"contents\": \"글 내용 글 내용 글 내용\",\n                \"DISTANCE\": null,\n                \"userId\": null,\n                \"bookMark\": null,\n                \"attandance\": null\n            }\n        ],\n        \"runnerInfo\": [\n            {\n                \"userId\": 144,\n                \"nickName\": \"test0414\",\n                \"gender\": \"남성\",\n                \"age\": \"20대 초반\",\n                \"diligence\": \"노력 러너\",\n                \"job\": \"개발\",\n                \"profileImageUrl\": null\n            }\n        ],\n        \"waitingRunnerInfo\": []\n    }\n}"},{"id":"2d65f694-7c23-4061-a777-ab4a8417ab28","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"10","description":"게시글 인덱스 "},{"key":"userId","value":"1","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:31:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"c968a3b6-b261-4a76-9f4a-61a61cab5489","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"10","description":"게시글 인덱스 "},{"key":"userId","value":"s","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:31:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"8d5a32d8-1da9-4a3e-afcd-46037444deac","name":"2042 : postId는 숫자로 입력해주세요.","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/v2/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings","v2",":postId",":userId"],"variable":[{"key":"postId","value":"s","description":"게시글 인덱스 "},{"key":"userId","value":"144","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:32:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-pPW2JHyK/kv2nHOQhCQBT5+VPnA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2042,\n    \"message\": \"postId는 숫자로 입력해주세요.\"\n}"}],"_postman_id":"db839852-2232-4d7d-b7a6-a818c9aff395"},{"name":"17.(Postings) 마감하기","id":"908b8d2c-d089-4ebf-8ff0-1cd014789711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":"https://www.runnerbe2.shop/postings/:postId/closing","urlObject":{"protocol":"https","path":["postings",":postId","closing"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"116","key":"postId"}]}},"response":[{"id":"31f278be-aa9f-485b-8bf1-a56ac35f6d70","name":"1000 : 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/closing","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","closing"],"variable":[{"key":"postId","value":"116"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:44:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"d0f82b63-3c4e-436b-b447-9dcce651703c","name":"2043 : 해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/closing","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","closing"],"variable":[{"key":"postId","value":"116"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 10:44:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"7f-2n2cKjhLYmO5ArbRsOQgwj5lJJU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2043,\n    \"message\": \"해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.\"\n}"}],"_postman_id":"908b8d2c-d089-4ebf-8ff0-1cd014789711"},{"name":"18. (Postings) 게시글 수정","id":"0657c2ab-dfe8-46a7-876e-b7efcc233824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/postings/:postId/:userId","description":"<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>글제목, 최대 30자</td>\n</tr>\n<tr>\n<td>gatheringTime</td>\n<td>String</td>\n<td>모이는 시간 // mySQL DATETIME 양식에 맞춰야 합니다. ex) \"2022-05-22 11:22:11\"</td>\n</tr>\n<tr>\n<td>runningTime</td>\n<td>String</td>\n<td>러닝 소요 시간 // mySQL TIME 양식에 맞춰야 합니다 ex) \"01:30\"</td>\n</tr>\n<tr>\n<td>gatherLongitude</td>\n<td>Float</td>\n<td>경도</td>\n</tr>\n<tr>\n<td>gatherLatitude</td>\n<td>Float</td>\n<td>위도</td>\n</tr>\n<tr>\n<td>locationInfo</td>\n<td>String</td>\n<td>모이는 장소 이름 (행정 주소)</td>\n</tr>\n<tr>\n<td>runningTag</td>\n<td>String</td>\n<td>A : 퇴근 후, B : 출근 전, H : 휴일</td>\n</tr>\n<tr>\n<td>ageMin</td>\n<td>Int</td>\n<td>최소 연령대</td>\n</tr>\n<tr>\n<td>ageMax</td>\n<td>Int</td>\n<td>최대 연령대</td>\n</tr>\n<tr>\n<td>peopleNum</td>\n<td>Int</td>\n<td>최대 인원 수</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>String</td>\n<td>자유내용 500자 이내 // 생략 가능</td>\n</tr>\n<tr>\n<td>runnerGender</td>\n<td>String</td>\n<td>A : 전체, M : 남성, F : 여성</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response--code--2043의-경우를-제외하고-14번-api게시글-작성과-동일\">Response : \"code : 2043\"의 경우를 제외하고, 14번 API(게시글 작성)과 동일</h3>\n","urlObject":{"protocol":"https","path":["postings",":postId",":userId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"97","key":"postId"},{"description":{"content":"<p>유저 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"89","key":"userId"}]}},"response":[{"id":"3c7f2b85-d3f6-4378-9994-01d29a1f86ac","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId"],"variable":[{"key":"postId","value":"97"},{"key":"userId","value":"89"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:13:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"2771bce1-59e2-4c9a-a982-c7e55a6ef5b3","name":"2043 : 해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDQiLCJpYXQiOjE2NTE4MjMxMTYsImV4cCI6MTY4MzM1OTExNiwic3ViIjoidXNlckluZm8ifQ.akxmeFFDf2s8Ds0y4zDb2krRMoAv35Xc0Z60orHoVgE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"시간 잘 되는지 확인 03/01\",\r\n    \"gatheringTime\" : \"2021-03-01 12:00:00\",\r\n    \"runningTime\" : \"01:30\",\r\n    \"gatherLongitude\" : 36.123123123,\r\n    \"gatherLatitude\" : 36.123123123,\r\n    \"locationInfo\" : \"어디 어디\",\r\n    \"runningTag\" : \"A\",\r\n    \"ageMin\" : 20,\r\n    \"ageMax\" : 65,\r\n    \"peopleNum\": 4,\r\n    \"contents\" : \"글 내용 글 내용 글 내용\",\r\n    \"runnerGender\" : \"M\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId"],"variable":[{"key":"postId","value":"116"},{"key":"userId","value":"142"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:06:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"7f-2n2cKjhLYmO5ArbRsOQgwj5lJJU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2043,\n    \"message\": \"해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.\"\n}"}],"_postman_id":"0657c2ab-dfe8-46a7-876e-b7efcc233824"},{"name":"19.(Postings) 게시글 삭제","id":"2c119e83-396c-4cfb-9d99-80f63f997c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDEiLCJpYXQiOjE2NTIyNTEwNzgsImV4cCI6MTY4Mzc4NzA3OCwic3ViIjoidXNlckluZm8ifQ.Xe-1Zg7m_fNF7u7OpbFpjwfPbaL8XAc_vjcKM1m4giA","type":"text"}],"url":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","urlObject":{"protocol":"https","path":["postings",":postId",":userId","drop"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"109","key":"postId"},{"description":{"content":"<p>유저 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"141","key":"userId"}]}},"response":[{"id":"ffc02347-4cde-4409-8aa3-ceec6f002382","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"104","description":"게시글 인덱스 "},{"key":"userId","value":"89","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:25:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"3a0607dd-5701-4c8c-b1fd-867bf22a89be","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"104","description":"게시글 인덱스 "},{"key":"userId","value":"82","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:27:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"3bd07ca0-6b35-4ce0-9c97-21c50d98cff1","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"104","description":"게시글 인덱스 "},{"key":"userId","value":"s","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:27:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"b78d6a69-c68b-461c-b461-8c8571e1b28a","name":"2042 :postId는 숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"s","description":"게시글 인덱스 "},{"key":"userId","value":"89","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:28:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-pPW2JHyK/kv2nHOQhCQBT5+VPnA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2042,\n    \"message\": \"postId는 숫자로 입력해주세요.\"\n}"},{"id":"e6ad6a34-2e66-439c-84ec-3de6aa6cda2f","name":"2043 : 해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"103","description":"게시글 인덱스 "},{"key":"userId","value":"89","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-2n2cKjhLYmO5ArbRsOQgwj5lJJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 06 May 2022 11:35:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2043,\n    \"message\": \"해당 jwt를 발급받은 유저는 해당 게시글의 작성자가 아닙니다.\"\n}"},{"id":"a53f76aa-3fa7-410e-a2c6-06838d500cb8","name":"2045 : 존재하지 않는 postId입니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/:userId/drop","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId",":userId","drop"],"variable":[{"key":"postId","value":"1312331","description":"게시글 인덱스 "},{"key":"userId","value":"89","description":"유저 인덱스 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:32:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"50-wXu7YxAJAZjjYw3zr9x5Os5iAUo\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2045,\n    \"message\": \"존재하지 않는 postId입니다.\"\n}"}],"_postman_id":"2c119e83-396c-4cfb-9d99-80f63f997c0e"},{"name":"20.(Postings) 게시글 신고","id":"df6909da-30c9-4b99-af9b-49cfcb505395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":"https://www.runnerbe2.shop/postings/:postId/report/:userId","urlObject":{"protocol":"https","path":["postings",":postId","report",":userId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"12313131","key":"postId"},{"description":{"content":"<p>유저 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"89","key":"userId"}]}},"response":[{"id":"8593fa85-ebca-4eff-95a4-b0aaf2269de6","name":"1000 : 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/report/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","report",":userId"],"variable":[{"key":"postId","value":"89","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:42:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"cb79918a-90a3-4ba3-918f-9c47bcae7bf1","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/report/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","report",":userId"],"variable":[{"key":"postId","value":"89","description":"게시글 인덱스  "},{"key":"userId","value":"81","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:42:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"a016a8c1-6cbb-4e90-a867-958695fe2d21","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/report/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","report",":userId"],"variable":[{"key":"postId","value":"89","description":"게시글 인덱스  "},{"key":"userId","value":"s","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:43:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"58c096b0-f795-4aa8-ba4d-76f58c0a0c1e","name":"2042  : postId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/report/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","report",":userId"],"variable":[{"key":"postId","value":"s","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 11:43:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-pPW2JHyK/kv2nHOQhCQBT5+VPnA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2042,\n    \"message\": \"postId는 숫자로 입력해주세요.\"\n}"},{"id":"2dc9eead-0a4d-4a6c-a9f9-24c53a5ce35f","name":"2045 : 존재하지 않는 postId입니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/postings/:postId/report/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["postings",":postId","report",":userId"],"variable":[{"key":"postId","value":"12313131","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-wXu7YxAJAZjjYw3zr9x5Os5iAUo\""},{"key":"Date","value":"Fri, 06 May 2022 11:44:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2045,\n    \"message\": \"존재하지 않는 postId입니다.\"\n}"}],"_postman_id":"df6909da-30c9-4b99-af9b-49cfcb505395"}],"id":"5de0c6df-ac67-4aa4-83c8-29bf4232f1b8","_postman_id":"5de0c6df-ac67-4aa4-83c8-29bf4232f1b8","description":""},{"name":"Runnings","item":[{"name":"21.(Runnings) 참여 신청","id":"4f4fdd67-ea40-475e-8051-c0a3a74d74f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNTAiLCJpYXQiOjE2NTI3MDU1MzIsImV4cCI6MTY4NDI0MTUzMiwic3ViIjoidXNlckluZm8ifQ.al8AGZ4Uf-LFm5u3vRWv7eI4H4-D8ZMJ2nc11n_yIK8","type":"text"}],"url":"http://localhost:3000/runnings/request/:postId/:userId","urlObject":{"protocol":"http","port":"3000","path":["runnings","request",":postId",":userId"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"67","key":"postId"},{"description":{"content":"<p>신청하는 유저 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"150","key":"userId"}]}},"response":[{"id":"d69bb2b9-3581-4b8c-bf5d-dcd19f20fa5e","name":"1000 : 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId",":userId"],"variable":[{"key":"postId","value":"94","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:00:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"d1769f09-ce41-475e-954f-f097977135b9","name":"2010 : jwt의 userId와 userId가 일치하지 않습니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId",":userId"],"variable":[{"key":"postId","value":"94","description":"게시글 인덱스  "},{"key":"userId","value":"8","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:00:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61-YLLjy9GNDpM+nudOAE4lhz8EqzU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2010,\n    \"message\": \"jwt의 userId와 userId가 일치하지 않습니다.\"\n}"},{"id":"2a44bc22-7057-426e-881a-345d588eb985","name":"2012 : userId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId",":userId"],"variable":[{"key":"postId","value":"94","description":"게시글 인덱스  "},{"key":"userId","value":"s","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:00:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-ocgjrJRNe9Oa1kHzDRQ2Tna5I4M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2012,\n    \"message\": \"userId는 숫자로 입력해주세요.\"\n}"},{"id":"9e672f3e-b4f2-497f-b4fe-0ccd0e7f4a29","name":"2042 : postId는 숫자로 입력해주세요.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId",":userId"],"variable":[{"key":"postId","value":"s","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:01:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-pPW2JHyK/kv2nHOQhCQBT5+VPnA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2042,\n    \"message\": \"postId는 숫자로 입력해주세요.\"\n}"},{"id":"e0b3c11c-2132-4290-be2c-b80947acbd33","name":"2064 : 이미 신청했던 유저입니다.","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/:userId","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId",":userId"],"variable":[{"key":"postId","value":"94","description":"게시글 인덱스  "},{"key":"userId","value":"89","description":"유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:01:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"50-7uXDb8F7Js5heaZWcw8LfC0F7dU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2064,\n    \"message\": \"이미 신청했던 유저입니다.\"\n}"}],"_postman_id":"4f4fdd67-ea40-475e-8051-c0a3a74d74f2"},{"name":"22.(Runnings) 참여신청 처리","id":"8c570e22-3573-483c-a144-9c9bde5bbe56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MjcwNTcyOSwiZXhwIjoxNjg0MjQxNzI5LCJzdWIiOiJ1c2VySW5mbyJ9.qYPSd2BFIoGnmMfav4ZK23mpPAH3ZO0Bkr0Uzts_ttY","type":"text"}],"url":"http://localhost:3000/runnings/request/:postId/:userId/handling/:applicantId/:whetherAccept","urlObject":{"protocol":"http","port":"3000","path":["runnings","request",":postId",":userId","handling",":applicantId",":whetherAccept"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>게시글 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"95","key":"postId"},{"description":{"content":"<p>유저 인덱스 (글 작성자) </p>\n","type":"text/plain"},"type":"any","value":"89","key":"userId"},{"description":{"content":"<p>신청한 유저 인덱스  </p>\n","type":"text/plain"},"type":"any","value":"125","key":"applicantId"},{"description":{"content":"<p>Y: 수락  D : 거절</p>\n","type":"text/plain"},"type":"any","value":"D","key":"whetherAccept"}]}},"response":[{"id":"176033f2-4f02-461b-80ea-862dfa5442d8","name":"1000 : 성공","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"93","type":"text","enabled":true,"description":"게시글 인덱스  "},{"key":"applicantId","value":"2","type":"text","enabled":true,"description":"유저 인덱스 (글 작성자) "},{"key":"whetherAccept","value":"Y","type":"text","enabled":true,"description":"신청한 유저 인덱스  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:05:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"31-8ITTM+RtWb6Z4BhAXLWvZcDNYs0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\"\n}"},{"id":"26b1c892-6483-4d1d-92fd-a4d7ea660420","name":"2042 : postId는 숫자로 입력해주세요","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"s","description":"게시글 인덱스  "},{"key":"applicantId","value":"2","description":"신청한 유저 인덱스  "},{"key":"whetherAccept","value":"Y","description":"Y: 수락  D : 거절"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:08:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"53-pPW2JHyK/kv2nHOQhCQBT5+VPnA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2042,\n    \"message\": \"postId는 숫자로 입력해주세요.\"\n}"},{"id":"6f4a9dc2-7da3-48eb-9094-c642ddd3721c","name":"2066 : applicantId는숫자로 입력해주세요.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"93","description":"게시글 인덱스  "},{"key":"applicantId","value":"s","description":"신청한 유저 인덱스  "},{"key":"whetherAccept","value":"Y","description":"Y: 수락  D : 거절"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:08:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"57-hOVPJJFJ1KwYAKg1lq/ku1VxRHU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2066,\n    \"message\": \"applicantId는숫자로 입력해주세요.\"\n}"},{"id":"860f0a11-0154-4272-b876-5b7bbd34702b","name":"2067 : 신청 처리 요청을 보낸 userId는 반장의 id가 아닙니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"93","description":"게시글 인덱스  "},{"key":"applicantId","value":"2","description":"신청한 유저 인덱스  "},{"key":"whetherAccept","value":"Y","description":"Y: 수락  D : 거절"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:06:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"72-H8pxzMPDK9rZHeu8GIOI9ok8ibk\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2067,\n    \"message\": \"신청 처리 요청을 보낸 userId는 반장의 id가 아닙니다.\"\n}"},{"id":"68cf9243-a715-4ad9-be6d-a8bed3d91e0a","name":"2069 : 수락 여부는 Y이나 D로 입력해주세요","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"93","description":"게시글 인덱스  "},{"key":"applicantId","value":"2","description":"신청한 유저 인덱스  "},{"key":"whetherAccept","value":"x","description":"Y: 수락  D : 거절"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:08:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5c-fHw6pwHxLqEhulACZ3z8G29bQeU\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2069,\n    \"message\": \"수락 여부는 Y이나 D로 입력해주세요\"\n}"},{"id":"e9f5a8a7-409c-43a1-9dc3-1d2d6ac64cf2","name":"2070 : applicantId에 해당하는 유저가 해당 모임에 속하지 않거나 대기 상태가 아닙니다.","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OSIsImlhdCI6MTY1MTgzNTMxMCwiZXhwIjoxNjgzMzcxMzEwLCJzdWIiOiJ1c2VySW5mbyJ9._Q-0_yhKaCL4UE4_QMKFOKAsIfRyw-3fIkzYbOazj-k","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/runnings/request/:postId/handling/:applicantId/:whetherAccept","protocol":"https","host":["www","runnerbe2","shop"],"path":["runnings","request",":postId","handling",":applicantId",":whetherAccept"],"variable":[{"key":"postId","value":"93","description":"게시글 인덱스  "},{"key":"applicantId","value":"2","description":"신청한 유저 인덱스  "},{"key":"whetherAccept","value":"Y","description":"Y: 수락  D : 거절"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 06 May 2022 12:04:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"95-WHGGnhuO8R0JQn4IHgj6Ct/bQPA\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"code\": 2070,\n    \"message\": \"applicantId에 해당하는 유저가 해당 모임에 속하지 않거나 대기 상태가 아닙니다.\"\n}"}],"_postman_id":"8c570e22-3573-483c-a144-9c9bde5bbe56"},{"name":"23.(Runnings) 출석 관리하기","id":"0b61242a-982a-4b17-a4ee-e8e736d69444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjU3NjQ4OTY4LCJleHAiOjE2ODkxODQ5NjgsInN1YiI6InVzZXJJbmZvIn0.vL5Dm5N9HtbML572HeOfLye92A5Aku-uP23bTq6Qr-Y","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userIdList\" : \"23,20,2\",\r\n    \"whetherAttendList\" : \"Y,Y,N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/runnings/:postId/attend","urlObject":{"protocol":"https","path":["runnings",":postId","attend"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"type":"any","value":"9","key":"postId"}]}},"response":[],"_postman_id":"0b61242a-982a-4b17-a4ee-e8e736d69444"}],"id":"35e643aa-a495-4aa5-806c-7fb31267726b","_postman_id":"35e643aa-a495-4aa5-806c-7fb31267726b","description":""},{"name":"Messages","item":[{"name":"25. 대화방 목록창 API","id":"eeb54a6a-559d-4be1-ae24-68c5c3b6ecfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>jwt</p>\n","type":"text"}],"url":"https://www.runnerbe2.shop/messages","urlObject":{"protocol":"https","path":["messages"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[{"id":"2a8f86e3-16bd-4085-a0f1-8781f16267be","name":"1000: 성공","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"jwt","type":"text"}],"url":"https://www.runnerbe2.shop/messages"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"성공\",\n    \"result\": [\n        {\n            \"roomId\": 3,\n            \"title\": \"글제목1\",\n            \"repUserName\": \"testsdf\",\n            \"profileImageUrl\": null,\n            \"recentMessage\": \"N\"\n        },\n        {\n            \"roomId\": 4,\n            \"title\": \"글제목2\",\n            \"repUserName\": \"tsetzzz\",\n            \"profileImageUrl\": null,\n            \"recentMessage\": \"N\"\n        },\n        {\n            \"roomId\": 5,\n            \"title\": \"글제목3\",\n            \"repUserName\": \"test nick\",\n            \"profileImageUrl\": null,\n            \"recentMessage\": \"N\"\n        }\n    ]\n}"}],"_postman_id":"eeb54a6a-559d-4be1-ae24-68c5c3b6ecfa"},{"name":"26. 대화방 상세페이지 API","id":"da0567cd-a660-4ebd-9a25-528672bcbf1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>jwt</p>\n","type":"text"}],"url":"https://www.runnerbe2.shop/messages/rooms/:roomId","urlObject":{"protocol":"https","path":["messages","rooms",":roomId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>대화방 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"3","key":"roomId"}]}},"response":[{"id":"4e5681d3-b329-4f29-affb-07e425af8571","name":"1000: 성공","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"jwt","type":"text"}],"url":{"raw":"https://www.runnerbe2.shop/messages/rooms/:roomId","protocol":"https","host":["www","runnerbe2","shop"],"path":["messages","rooms",":roomId"],"variable":[{"key":"roomId","value":"3","description":"대화방 인덱스 "}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"code\": 1000,\r\n    \"message\": \"성공\",\r\n    \"result\": {\r\n        \"roomInfo\": [\r\n            {\r\n                \"runningTag\": \"퇴근 후\",\r\n                \"title\": \"글제목1\"\r\n            }\r\n        ],\r\n        \"messageList\": [\r\n            {\r\n                \"messageId\": 1,\r\n                \"content\": \"test\",\r\n                \"createdAt\": \"2022-07-07T02:28:15.000Z\",\r\n                \"userId\": 2,\r\n                \"nickName\": \"testsdf\",\r\n                \"profileImageUrl\": null,\r\n                \"messageFrom\": \"Me\",\r\n                \"whetherPostUser\": \"Y\"\r\n            },\r\n            {\r\n                \"messageId\": 2,\r\n                \"content\": \"zzz\",\r\n                \"createdAt\": \"2022-07-07T02:28:15.000Z\",\r\n                \"userId\": 36,\r\n                \"nickName\": \"러너비144871\",\r\n                \"profileImageUrl\": null,\r\n                \"messageFrom\": \"Others\",\r\n                \"whetherPostUser\": \"N\"\r\n            },\r\n            {\r\n                \"messageId\": 3,\r\n                \"content\": \"dd\",\r\n                \"createdAt\": \"2022-07-07T02:28:16.000Z\",\r\n                \"userId\": 2,\r\n                \"nickName\": \"testsdf\",\r\n                \"profileImageUrl\": null,\r\n                \"messageFrom\": \"Me\",\r\n                \"whetherPostUser\": \"Y\"\r\n            },\r\n            {\r\n                \"messageId\": 4,\r\n                \"content\": \"ggasdg\",\r\n                \"createdAt\": \"2022-07-07T02:28:16.000Z\",\r\n                \"userId\": 37,\r\n                \"nickName\": \"러너비232725\",\r\n                \"profileImageUrl\": null,\r\n                \"messageFrom\": \"Others\",\r\n                \"whetherPostUser\": \"N\"\r\n            },\r\n            {\r\n                \"messageId\": 5,\r\n                \"content\": \"1234124\",\r\n                \"createdAt\": \"2022-07-07T02:28:16.000Z\",\r\n                \"userId\": 2,\r\n                \"nickName\": \"testsdf\",\r\n                \"profileImageUrl\": null,\r\n                \"messageFrom\": \"Me\",\r\n                \"whetherPostUser\": \"Y\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"da0567cd-a660-4ebd-9a25-528672bcbf1f"},{"name":"27. 메시지 전송 API","id":"46cb2cbc-e9a1-42af-b3dd-3c88662b068d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"<p>jwt</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"테스트44\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.runnerbe2.shop/messages/rooms/:roomId","description":"<p>Body  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>content</strong></th>\n<th><strong>전송할 메시지, 300자 이내</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["messages","rooms",":roomId"],"host":["www","runnerbe2","shop"],"query":[],"variable":[{"description":{"content":"<p>대화방 인덱스 </p>\n","type":"text/plain"},"type":"any","value":"3","key":"roomId"}]}},"response":[{"id":"4f1bee56-f323-4419-94da-f5f73a63f2b7","name":"1000: 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","description":"jwt","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"테스트44\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.runnerbe2.shop/messages/rooms/:roomId","protocol":"https","host":["www","runnerbe2","shop"],"path":["messages","rooms",":roomId"],"variable":[{"key":"roomId","value":"3","description":"대화방 인덱스 "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"46cb2cbc-e9a1-42af-b3dd-3c88662b068d"},{"name":"28. 메시지 신고 API","id":"ad28917d-fc9b-4fba-816f-505cc1d7209a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messageIdList\" : [1,2,3,4,5]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/report","urlObject":{"protocol":"http","port":"3000","path":["messages","report"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"128271cc-93cb-42d2-8f28-f2319a2b334e","name":"1000: 성공","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messageIdList\" : [1,2,3,4,5]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/messages/report"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ad28917d-fc9b-4fba-816f-505cc1d7209a"}],"id":"db899461-2fd2-44df-ac39-fc544f0b24ea","_postman_id":"db899461-2fd2-44df-ac39-fc544f0b24ea","description":""},{"name":"Test","item":[{"name":"test용 jwt 발급","id":"86f0f8a0-0564-45d6-9ed6-7bb78cc4dd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/jwtTest/:userId","urlObject":{"protocol":"http","port":"3000","path":["jwtTest",":userId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"userId"}]}},"response":[],"_postman_id":"86f0f8a0-0564-45d6-9ed6-7bb78cc4dd27"},{"name":"push alarm test","id":"76631d2d-b288-4b6e-9470-ed97eaa7be3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyIiwiaWF0IjoxNjQ0NTYxNzk1LCJleHAiOjE2NzYwOTc3OTUsInN1YiI6InVzZXJJbmZvIn0.BVjHcXXwww8O2Zle5oriBLZsqRKjsPdm5fC6iL_qkB4","type":"text"}],"url":"https://www.runnerbe2.shop/push-alarm-test","urlObject":{"protocol":"https","path":["push-alarm-test"],"host":["www","runnerbe2","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"76631d2d-b288-4b6e-9470-ed97eaa7be3a"},{"name":"t","id":"67a36a7a-9c68-49de-8d46-d9077fcb45cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"67a36a7a-9c68-49de-8d46-d9077fcb45cf"},{"name":"연결 테스트","id":"700c7eb7-d666-4c37-b96e-8d250d0a29e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/test","urlObject":{"protocol":"http","port":"3000","path":["test"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"700c7eb7-d666-4c37-b96e-8d250d0a29e8"},{"name":"New Request","id":"80b0dddf-db6f-4c65-b9b7-636e8034acb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"80b0dddf-db6f-4c65-b9b7-636e8034acb1"}],"id":"9e39addf-000c-4f76-9ee2-1f23f43be2cc","_postman_id":"9e39addf-000c-4f76-9ee2-1f23f43be2cc","description":""},{"name":"Admin","item":[{"name":"목록","id":"87fed62d-8aed-42bf-be65-c9b3e60513aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"87fed62d-8aed-42bf-be65-c9b3e60513aa"}],"id":"b3790ac4-47ea-4fc5-8f5a-0b501cd27e2a","_postman_id":"b3790ac4-47ea-4fc5-8f5a-0b501cd27e2a","description":""}]}