{"info":{"_postman_id":"803b90d8-4cee-42f4-8a7c-f183ee5d15a1","name":"FitLink API Docs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19533799","collectionId":"803b90d8-4cee-42f4-8a7c-f183ee5d15a1","publishedId":"2sAYX6qhbN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-06T10:11:33.000Z"},"item":[{"name":"Member","item":[{"name":"Trainer 연결 요청","id":"84b377bc-a9fa-49af-9a04-623ff4a911ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"trainerCode\": \"iEib6A\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/connect","urlObject":{"path":["v1","members","connect"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"aba57147-76d7-41b8-a739-d285095018f4","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"trainerCode\": \"13DS12\"\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/members/connect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": null\n}"}],"_postman_id":"84b377bc-a9fa-49af-9a04-623ff4a911ee"},{"name":"Trainer 연결 해제 요청","id":"6789348c-fee9-4412-b60b-f2ce5a26afb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/disconnect","urlObject":{"path":["v1","members","disconnect"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6a7a8512-cee9-4557-b042-d742ef6681f5","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/members/\bdisconnect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": null\n}"}],"_postman_id":"6789348c-fee9-4412-b60b-f2ce5a26afb6"},{"name":"내 정보 조회","id":"0ef93fad-f5b9-4164-8456-f60c6cd0925b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/members/me","urlObject":{"path":["v1","members","me"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"511a3563-3128-469d-84bb-8f05242165dd","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/members/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"memberId\": 1,\n        \"name\": \"홍길동\",\n        \"birthDate\": \"2002-01-12\",\n        \"phoneNumber\": \"01028321232\",\n        \"trainerId\": 1,\n        \"trainerName\": \"김민수\",\n        \"trainerPhone\": \"01029237283\",\n        \"trainerProfileUrl\": \"url\",\n        \"connectingStatus\": \"CONNECTED\",  // CONNECTED(연동 완료), REQUESTED(연동 수락 대기중)\n        \"profilePictureUrl\" : \"asdasd@asdasd.com\",\n        \"fixieReservations\" : [\n            {\n                \"reservationId\" : 1,\n                \"reservationDateTime\": \"\"\n            }\n        ],\n        \"sessionInfo\": {\n            \"sessionInfoId\": 1,\n            \"totalCount\": 1,\n            \"remainingCount\": 2\n        },\n        \"workoutSchedules\": [\n           {\n                \"workoutScheduleId\": \"1\",\n                \"dayOfWeek\": \"MONDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"2\",\n                \"dayOfWeek\": \"TUESDAY\", \n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"3\",\n                \"dayOfWeek\": \"WEDNESDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"4\",\n                \"dayOfWeek\": \"THURSDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"5\",\n                \"dayOfWeek\": \"FRIDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"6\",\n                \"dayOfWeek\": \"SATURDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"7\",\n                \"dayOfWeek\": \"SUNDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            }\n        ]\n    }\n}\n"}],"_postman_id":"0ef93fad-f5b9-4164-8456-f60c6cd0925b"},{"name":"내 정보 수정","id":"1390030c-04f1-4cbd-afee-4ad083da64ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\", // nullable\n    \"phoneNumber\": \"01012312322\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/me","urlObject":{"path":["v1","members","me"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"70081b81-5211-4855-a03e-f98c336e74f4","name":"mock_성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\", // nullable\n    \"phoneNumber\": \"010-2322-3231\" // nullable\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/members/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"memberId\": 1,\n        \"name\": \"newName\",\n        \"phoneNumber\": \"01023123222\"\n    }\n}"}],"_postman_id":"1390030c-04f1-4cbd-afee-4ad083da64ca"},{"name":"내정보 상세 조회","id":"f459aecf-8782-405f-922a-cea8041a0607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/members/me/detail","urlObject":{"path":["v1","members","me","detail"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"f4a0772c-614d-404c-bc21-c65a672383f1","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/members/me/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"memberId\": 1,\n        \"profilePictureUrl\": \"asdsad@asdsad.com\",\n        \"name\": \"홍길동\",\n        \"birthDate\": \"2024-05-12\",\n        \"phoneNumber\": \"010-2938-2312\"\n    }\n}"}],"_postman_id":"f459aecf-8782-405f-922a-cea8041a0607"},{"name":"PT 희망시간 수정","id":"973d5a07-ace4-40cb-ada7-d36198837c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n         {\n            \"workoutScheduleId\": 1,\n            \"dayOfWeek\": \"MONDAY\",\n            \"preferenceTimes\": [\n                \"13:00\",\n                \"20:00\"\n            ]\n        },\n\n        {\n            \"workoutScheduleId\": null,\n            \"dayOfWeek\": \"WEDNESDAY\",\n            \"preferenceTimes\": [\n                \"09:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": null,\n            \"dayOfWeek\": \"THURSDAY\",\n            \"preferenceTimes\": [\n                \"11:00\",\n                \"12:00\"\n            ]\n        }\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/me/workout-schedule","urlObject":{"path":["v1","members","me","workout-schedule"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"5836a11d-226f-4873-b715-2cfcb14342c7","name":"mock_성공","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n       {\n                \"workoutScheduleId\": \"1\",\n                \"dayOfWeek\": \"MONDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"2\",\n                \"dayOfWeek\": \"TUESDAY\", \n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"3\",\n                \"dayOfWeek\": \"WEDNESDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"4\",\n                \"dayOfWeek\": \"THURSDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"5\",\n                \"dayOfWeek\": \"FRIDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"6\",\n                \"dayOfWeek\": \"SATURDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"7\",\n                \"dayOfWeek\": \"SUNDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            }\n]","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/members/me/workout-schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": [\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"MONDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"TUESDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"WEDNESDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"THURSDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"FRIDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"SATURDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        },\n        {\n            \"workoutScheduleId\": \"1\",\n            \"dayOfWeek\": \"SUNDAY\",\n            \"preferenceTimes\": [\n                \"10:00\",\n                \"12:00\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"973d5a07-ace4-40cb-ada7-d36198837c0a"},{"name":"내 PT 내역 조회","id":"788a6cd9-595a-4756-9777-de15e894682c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/members/:memberId/sessions?status=&page=0&size=3","urlObject":{"path":["v1","members",":memberId","sessions"],"host":["localhost:8080"],"query":[{"description":{"content":"<ol>\n<li>SESSION_CANCELLED, // 세션 취소</li>\n<li>SESSION_WAITING, // 세션 대기</li>\n<li>SESSION_NOT_ATTEND, // 세션 불참석</li>\n<li>SESSION_COMPLETED, // 세션 완료</li>\n</ol>\n","type":"text/plain"},"key":"status","value":""},{"key":"page","value":"0"},{"key":"size","value":"3"}],"variable":[{"type":"any","value":"","key":"memberId"}]}},"response":[{"id":"32671d7d-a98d-4303-8f07-99377f03d6ff","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/members/me/sessions?status&page=1&size=10","host":["{{mock_url}}"],"path":["v1","members","me","sessions"],"query":[{"key":"status","value":null},{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"content\": [\n            {\n                \"sessionId\": 1,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"sessionId\": 2,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"NO_SHOW\"\n            },\n            {\n                \"sessionId\": 3,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"NONE\"\n            }\n        ],\n        \"totalPages\": \"5\",\n        \"totalElements\": \"3\",\n        \"hasNext\": true   \n    }\n}"}],"_postman_id":"788a6cd9-595a-4756-9777-de15e894682c"},{"name":"내 트레이너 PT 수업 가능 시간 조회","id":"f8ad98f7-1ddd-417b-96f1-638ff839ea5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/trainers/:trainerId/available-times","urlObject":{"path":["v1","trainers",":trainerId","available-times"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"trainerId"}]}},"response":[{"id":"6f89d0ad-8370-4c59-a83a-fd0e77e421a6","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/trainers/:trainerId/available-times","host":["{{mock_url}}"],"path":["v1","trainers",":trainerId","available-times"],"variable":[{"key":"trainerId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"currentSchedules\": {\n            \"applyAt\": \"2025-12-12\",\n            \"schedules\": [\n                {\n                    \"availableTimeId\": 2,\n                    \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 3,\n                    \"dayOfWeek\": \"TUESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 4,\n                    \"dayOfWeek\": \"WEDNESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                }\n            ]\n        },\n        \"dayOffs\" : [\"2025-12-12\", \"2025-12-13\"]\n    }\n}"}],"_postman_id":"f8ad98f7-1ddd-417b-96f1-638ff839ea5b"},{"name":"New Request","id":"668d70c8-0e51-439f-a907-fe879c4b669f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"668d70c8-0e51-439f-a907-fe879c4b669f"}],"id":"4baf0f38-8115-46a2-8168-8ba7dfff8a0b","_postman_id":"4baf0f38-8115-46a2-8168-8ba7dfff8a0b","description":""},{"name":"Trainer","item":[{"name":"특정 멤버 pt 내역 조회","id":"326cd6e0-fea5-491d-a1e2-68160f517ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/members/:memberId/sessions?status=&page=0&size=3","urlObject":{"path":["v1","members",":memberId","sessions"],"host":["localhost:8080"],"query":[{"key":"status","value":""},{"key":"page","value":"0"},{"key":"size","value":"3"}],"variable":[{"type":"any","value":"","key":"memberId"}]}},"response":[{"id":"286309e8-1cc5-4c87-aa0a-15a18770490f","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/members/:memberId/sessions?status&page=1&size=10","host":["{{mock_url}}"],"path":["v1","members",":memberId","sessions"],"query":[{"key":"status","value":null},{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[{"key":"memberId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"content\": [\n            {\n                \"sessionId\": 1,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"sessionId\": 2,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"NO_SHOW\"\n            },\n            {\n                \"sessionId\": 3,\n                \"reservationDate\": \"2021-08-01T12:00:00\",\n                \"status\": \"NONE\"\n            }\n        ],\n        \"totalPages\": \"5\",\n        \"totalElements\": \"3\"   \n    }\n}"}],"_postman_id":"326cd6e0-fea5-491d-a1e2-68160f517ca5"},{"name":"전체 pt 등록수, 남은 숫자 수정","id":"9af6a033-211c-4d41-bbb5-f47d1ec8dbb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"totalCount\": 3, // optional\n    \"remainingCount\": 10 // optional\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/:memberId/session-info/:sessionInfoId","urlObject":{"path":["v1","members",":memberId","session-info",":sessionInfoId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"2","key":"memberId"},{"type":"any","value":"1","key":"sessionInfoId"}]}},"response":[{"id":"4d82b345-8a97-40e2-a922-46068491cf4c","name":"mock_성공","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"totalCount\": 22\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/members/:memberId/session-info/:sessionInfoId","host":["{{mock_url}}"],"path":["v1","members",":memberId","session-info",":sessionInfoId"],"variable":[{"key":"memberId","value":"1"},{"key":"sessionInfoId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"sessionInfoId\": 1,\n        \"totalCount\": 1,\n        \"remainingCount\": 2\n    }\n}"}],"_postman_id":"9af6a033-211c-4d41-bbb5-f47d1ec8dbb1"},{"name":"PT 회원 리스트 확인","id":"b56bbd07-ac3e-4630-94e4-f8c1020c56a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/members?q=홍길동&page&size","urlObject":{"path":["v1","members"],"host":["localhost:8080"],"query":[{"key":"q","value":"홍길동"},{"key":"page","value":null},{"key":"size","value":null}],"variable":[]}},"response":[{"id":"bfab09b0-0622-48db-adef-1b54e69eb223","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/members?q=홍길동&page=0&size=10","host":["{{mock_url}}"],"path":["v1","members"],"query":[{"key":"q","value":"홍길동"},{"key":"page","value":"0"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"content\": [\n            {\n                \"memberId\": 1,\n                \"name\": \"홍길동\",\n                \"birthDate\": \"2002-01-12\",\n                \"phoneNumber\": \"01028321232\",\n                \"profilePictureUrl\": \"https://...\",\n                \"sessionInfo\": {\n                    \"sessionInfoId\": 1,\n                    \"totalCount\": 1,\n                    \"remainingCount\": 2\n                }\n            }\n            \n        ],\n        \"totalPages\": \"5\",\n        \"totalElements\": \"3\"\n    }\n}"}],"_postman_id":"b56bbd07-ac3e-4630-94e4-f8c1020c56a6"},{"name":"PT 회원 상세조회","id":"e9f83ac5-252d-4721-9e79-79e3deec75f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/members/:memberId","urlObject":{"path":["v1","members",":memberId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"memberId"}]}},"response":[{"id":"e4b34e96-1284-49d9-8026-aaacb420df77","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/members/:memberId","host":["{{mock_url}}"],"path":["v1","members",":memberId"],"variable":[{"key":"memberId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"memberId\": 1,\n        \"name\": \"홍길동\",\n        \"birthDate\": \"2002-01-12\",\n        \"phoneNumber\": \"01028321232\",\n        \"trainerId\": 1,\n        \"trainerName\": \"김민수\",\n        \"trainerPhone\": \"01029237283\",\n        \"trainerProfileUrl\": \"url\",\n        \"connectingStatus\": \"CONNECTED\",  // CONNECTED(연동 완료), REQUESTED(연동 수락 대기중)\n        \"profilePictureUrl\" : \"asdasd@asdasd.com\",\n        \"fixieReservations\" : [\n            {\n                \"reservationId\" : 1,\n                \"reservationDateTime\": \"\"\n            }\n        ],\n        \"sessionInfo\": {\n            \"sessionInfoId\": 1,\n            \"totalCount\": 1,\n            \"remainingCount\": 2\n        },\n        \"workoutSchedules\": [\n           {\n                \"workoutScheduleId\": \"1\",\n                \"dayOfWeek\": \"MONDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"2\",\n                \"dayOfWeek\": \"TUESDAY\", \n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"3\",\n                \"dayOfWeek\": \"WEDNESDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"4\",\n                \"dayOfWeek\": \"THURSDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"5\",\n                \"dayOfWeek\": \"FRIDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"6\",\n                \"dayOfWeek\": \"SATURDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            },\n             {\n                \"workoutScheduleId\": \"7\",\n                \"dayOfWeek\": \"SUNDAY\",\n                \"preferenceTimes\": [\"10:00\", \"12:00\"]\n            }\n        ]\n    }\n}\n"}],"_postman_id":"e9f83ac5-252d-4721-9e79-79e3deec75f5"},{"name":"내 정보 조회","id":"e55a9f1c-5b93-4e68-b07e-cb11bb97f56b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/trainers/me","urlObject":{"path":["v1","trainers","me"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"e201e19d-b8c7-4580-8fc2-ade972544061","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/trainers/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"trainerId\": 1,\n        \"name\": \"홍길동\",\n        \"birthDate\": \"1998-12-11\",\n        \"phoneNumber\": \"01092832123\",\n        \"profilePictureUrl\": \"aasdasd@asdas.com\"\n    }\n}"}],"_postman_id":"e55a9f1c-5b93-4e68-b07e-cb11bb97f56b"},{"name":"내 정보 수정","id":"c4c704e4-9a09-4ee3-8769-8e40cedf8b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\", // nullable\n    \"phoneNumber\": \"01023222211\" // nullable\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me","urlObject":{"path":["v1","trainers","me"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ad5f795c-9386-44b6-8465-9b981f1644ec","name":"mock_성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\", // nullable\n    \"phoneNumber\": \"010-2322-3231\" // nullable\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/trainers/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"trainerId\": 1,\n        \"name\": \"홍길동\",\n        \"phoneNumber\": \"01028311223\"\n    }\n}\n"}],"_postman_id":"c4c704e4-9a09-4ee3-8769-8e40cedf8b02"},{"name":"트레이너 코드 조회","id":"3be5b650-56e5-497f-a0f5-de3a5cee36ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/trainers/me/trainer-code","urlObject":{"path":["v1","trainers","me","trainer-code"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ee8d9ecb-3cde-4e03-aa69-0ce24c24810c","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/trainers/me/trainer-code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"trainerCode\": \"A123DS2\"\n    }\n}"}],"_postman_id":"3be5b650-56e5-497f-a0f5-de3a5cee36ec"},{"name":"PT 수업 가능 시간 조회","id":"cca3f51b-3edc-497a-a82f-713ee3e8ebc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{dev_url}}/v1/trainers/me/available-times","urlObject":{"path":["v1","trainers","me","available-times"],"host":["{{dev_url}}"],"query":[],"variable":[]}},"response":[{"id":"fb891aac-0955-4bf2-9bfe-bd60e3992a5a","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/trainers/me/available-times"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"currentSchedules\": {\n            \"applyAt\": \"2025-12-12\",\n            \"schedules\": [\n                {\n                    \"availableTimeId\": 2,\n                    \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 3,\n                    \"dayOfWeek\": \"TUESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 4,\n                    \"dayOfWeek\": \"WEDNESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                }\n            ]\n        },\n        \"scheduledChanges\": {\n            \"applyAt\": \"2025-12-12\",\n            \"schedules\": [\n                {\n                    \"availableTimeId\": 2,\n                    \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 3,\n                    \"dayOfWeek\": \"TUESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                },\n                {\n                    \"availableTimeId\": 4,\n                    \"dayOfWeek\": \"WEDNESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                    \"isHoliday\": \"true\", // true, false \n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"12:00\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cca3f51b-3edc-497a-a82f-713ee3e8ebc1"},{"name":"PT 수업 가능 시간 추가","id":"ebbe27c1-1f87-4089-a34a-1a68acabde06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"applyAt\": \"2025-03-22\",\n        \"availableTimes\": [\n            {\n                \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                \"isHoliday\": \"true\", // true, false \n                \"startTime\": \"10:00\",\n                \"endTime\": \"12:00\"\n            },\n            {\n                \"dayOfWeek\": \"TUESDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                \"isHoliday\": \"true\", // true, false \n                \"startTime\": \"10:00\",\n                \"endTime\": \"12:00\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me/available-times","urlObject":{"path":["v1","trainers","me","available-times"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"bc98120e-a244-4774-91bb-6c464b3386e2","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"applyAt\": \"2025-01-23\",\n        \"scheduledChanges\": [\n            {\n                \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n                \"isHoliday\": \"true\", // true, false \n                \"startTime\": \"10:00\",\n                \"endTime\": \"12:00\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/trainers/me/available-times"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"sucess\": true,\n    \"msg\": \"Created\",\n    \"data\": null\n}"}],"_postman_id":"ebbe27c1-1f87-4089-a34a-1a68acabde06"},{"name":"PT 수업 가능 시간 삭제","id":"5116b08e-6099-4076-9c23-d9668a641f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me/available-times?applyAt=2025-01-02","urlObject":{"path":["v1","trainers","me","available-times"],"host":["localhost:8080"],"query":[{"key":"applyAt","value":"2025-01-02"}],"variable":[]}},"response":[{"id":"41015bb9-6b38-4aa1-8113-8a14c46037b2","name":"mock_성공","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/trainers/me/available-times?applyAt=20250102","host":["{{mock_url}}"],"path":["v1","trainers","me","available-times"],"query":[{"key":"applyAt","value":"20250102"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 204,\n    \"sucess\": true,\n    \"msg\": \"NO_CONTENT\",\n    \"data\": null\n}"}],"_postman_id":"5116b08e-6099-4076-9c23-d9668a641f08"},{"name":"특정 회원 PT 내역 수정","id":"be5a0624-d9fe-4c30-8eef-64606ecaaff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"COMPLETED\" \n}\n\n//  COMPLETED,     // PT 완료\n//  NO_SHOW,       // 불참석\n//  PENDING        // 미설정","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/members/:memberId/sessions/:sessionId","urlObject":{"path":["v1","members",":memberId","sessions",":sessionId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"memberId"},{"type":"any","value":"","key":"sessionId"}]}},"response":[{"id":"d96bfd69-3490-4105-9cb3-14708001ff3d","name":"mock_성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"COMPLETED\" \n}\n\n//  COMPLETED,     // PT 완료\n//  NO_SHOW,       // 불참석\n//  PENDING        // 미설정","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/members/:memberId/sessions/:sessionId","host":["{{mock_url}}"],"path":["v1","members",":memberId","sessions",":sessionId"],"variable":[{"key":"memberId","value":""},{"key":"sessionId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"sessionId\": 1,\n        \"reservationDate\": \"2021-08-01T12:00:00\",\n        \"status\": \"COMPLETED\"\n    }\n}"}],"_postman_id":"be5a0624-d9fe-4c30-8eef-64606ecaaff1"},{"name":"휴무일 \b추가","id":"61364a51-008a-4650-b6bb-aa5c6bf36a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"2025-01-02\", \"2025-12-11\"]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me/day-off","urlObject":{"path":["v1","trainers","me","day-off"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7f8f1a17-b202-424e-b15d-b56ba28a9d66","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"2025-01-02\", \"2025-12-11\"]","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/trainers/me/day-off"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"sucess\": true,\n    \"msg\": \"Created\",\n    \"data\": \n         [\n            {\n                \"dayOffId\": 1,\n                \"dayOffDate\": \"2025-12-12\"\n            }\n        ]\n}"}],"_postman_id":"61364a51-008a-4650-b6bb-aa5c6bf36a94"},{"name":"휴무일 \b조회","id":"2f41ca2c-855c-4ba7-a023-f24c6bebae2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me/day-off","urlObject":{"path":["v1","trainers","me","day-off"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"74d6c059-ba8a-4382-92da-f35ecda6e270","name":"mock_성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/trainers/me/day-off"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"sucess\": true,\n    \"msg\": \"Created\",\n    \"data\": \n         [\n            {\n                \"dayOffId\": 1,\n                \"dayOffDate\": \"2025-12-12\"\n            }\n        ]\n}"}],"_postman_id":"2f41ca2c-855c-4ba7-a023-f24c6bebae2f"},{"name":"휴무일 \b삭제","id":"ab67b9ad-27a5-4504-8025-520054d43b22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"dayOfWeek\": \"MONDAY\",            // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n    \"datOfTime\": \"2025-08-12\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/me/day-off/:dayOffId","urlObject":{"path":["v1","trainers","me","day-off",":dayOffId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"dayOffId"}]}},"response":[{"id":"85a916e0-8f6e-48a1-901a-19cc30adbc7d","name":"mock_성공","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"dayOfWeek\": \"MONDAY\",            // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n    \"datOfTime\": \"2025-08-12\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/trainers/me/day-off/:dayOffId","host":["{{mock_url}}"],"path":["v1","trainers","me","day-off",":dayOffId"],"variable":[{"key":"dayOffId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 204,\n    \"sucess\": true,\n    \"msg\": \"NO_CONTENT\",\n    \"data\": null\n}"}],"_postman_id":"ab67b9ad-27a5-4504-8025-520054d43b22"},{"name":"Member 연결 해제 요청","id":"8e9f7739-5e32-4bb2-96cf-26861028e688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/\bdisconnect","urlObject":{"path":["v1","trainers","\bdisconnect"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ea000876-0868-4607-ae6e-40ac924d2954","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/trainers/\bdisconnect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 204,\n    \"sucess\": true,\n    \"msg\": \"NO_CONTENT\",\n    \"data\": null\n}"}],"_postman_id":"8e9f7739-5e32-4bb2-96cf-26861028e688"},{"name":"연동 요청 승인, 거절","id":"4f4a83ce-df03-4da7-8057-ab70166f38ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"isApproved\": true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/connect-requests/{notificationId}/decision","urlObject":{"path":["v1","trainers","connect-requests","{notificationId}","decision"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"5157b8b1-ece9-49ea-82cb-11c7aaa26162","name":"연동 요청 승인, 거절","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"isApproved\": true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/trainers/connect-requests/{notificationId}/decision"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 204,\n    \"sucess\": true,\n    \"msg\": \"NO_CONTENT\",\n    \"data\": {\n        \"memberId\": 1,\n        \"sessionInfoId\": 2\n    }\n}"}],"_postman_id":"4f4a83ce-df03-4da7-8057-ab70166f38ea"}],"id":"d06a4756-3919-487a-9dbd-a0b241128ddc","_postman_id":"d06a4756-3919-487a-9dbd-a0b241128ddc","description":""},{"name":"Auth","item":[{"name":"Kakao Login","id":"c13b055e-cbee-4589-8f86-57fd57e66695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/oauth2/authorization/kakao","urlObject":{"path":["oauth2","authorization","kakao"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1af05dea-cdd3-4aed-a5f5-306b37885215","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/oauth2/authorization/kakao"},"status":"Found","code":302,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c13b055e-cbee-4589-8f86-57fd57e66695"},{"name":"Apple Login","id":"e6d4e109-66f1-4b92-9404-ccda14adbd8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/oauth2/authorization/apple","urlObject":{"path":["oauth2","authorization","apple"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"4c2cd9ab-eaab-4de1-8ac1-99595f900834","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/oauth2/authorization/apple"},"status":"Found","code":302,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e6d4e109-66f1-4b92-9404-ccda14adbd8c"},{"name":"Naver Login","id":"b9154614-f9bc-49d1-a27d-68a177ba34b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/oauth2/authorization/naver","urlObject":{"path":["oauth2","authorization","naver"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"53513f23-f35d-4ab3-acba-3d38bcc352d3","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/oauth2/authorization/naver"},"status":"Found","code":302,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9154614-f9bc-49d1-a27d-68a177ba34b4"},{"name":"Google Login","id":"4fce88b9-8b26-48ca-bd60-6fd98c6adb4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/oauth2/authorization/google","urlObject":{"path":["oauth2","authorization","google"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"705e8168-663e-4439-86dd-872bba1df3a0","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/oauth2/authorization/google"},"status":"Found","code":302,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4fce88b9-8b26-48ca-bd60-6fd98c6adb4b"},{"name":"이메일 인증 토큰 발급","id":"5d3b7ff9-24ce-4d34-a202-d2dacb9878f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/auth/email-verification-token","urlObject":{"path":["v1","auth","email-verification-token"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7a9e9296-30c4-4a2f-985e-1f3d9f1d058c","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":"{{mock_url}}/v1/auth/email-verification-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"verificationToken\": \"123-aSdwqwe-asdkqwe\"\n    }\n}"}],"_postman_id":"5d3b7ff9-24ce-4d34-a202-d2dacb9878f1"},{"name":"Register Trainer","id":"29c67998-4bdc-4537-93d6-725a80a1343e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"트레이너\",\n    \"birthDate\": \"2000-02-03\",\n    \"gender\": \"MALE\", // FEMALE 또는 MALE\n    \"attachmentId\": 1,\n    \"availableTimes\": [\n        {\n            \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n            \"isHoliday\": \"true\", // true, false \n            \"startTime\": \"10:00\",\n            \"endTime\": \"12:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/trainers/register","urlObject":{"path":["v1","auth","trainers","register"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"050c6a96-0419-488a-978b-25abe270cc25","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\",\n    \"birthDate\": \"2000-02-03\",\n    \"gender\": \"MALE\", // FEMALE 또는 MALE\n    \"attachmentId\": 1,\n    \"availableTimes\": [\n        {\n            \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n            \"isHoliday\": \"true\", // true, false \n            \"startTime\": \"10:00\",\n            \"endTime\": \"12:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/trainers/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"accessToken\": \"ejasd1222\",\n        \"refreshToken\": \"ejasd1222\"\n    }\n}"}],"_postman_id":"29c67998-4bdc-4537-93d6-725a80a1343e"},{"name":"Register Member","id":"99f32e08-8af4-4f64-ae50-047c5ab96e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"이현규\",\n    \"birthDate\": \"2001-02-03\",\n    \"gender\": \"MALE\", // FEMALE 또는 MALE\n    \"workoutSchedule\": [\n        {\n            \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n            \"preferenceTimes\": [\"10:00\", \"20:00\"]\n        },\n        {\n            \"dayOfWeek\": \"SATURDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n            \"preferenceTimes\": [\"10:00\", \"20:00\"]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/members/register","urlObject":{"path":["v1","auth","members","register"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"9bf83112-047c-48b7-b37d-b71462fd0d80","name":"mock_ 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"홍길동\",\n    \"birthDate\": \"2000-02-03\",\n    \"gender\": \"MALE\", // FEMALE 또는 MALE\n    \"attachmentId\": 1,\n    \"workoutSchedule\": [\n        {\n            \"dayOfWeek\": \"MONDAY\", // MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY\n            \"preferenceTimes\": [\"10:00, 20:00\"]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/members/register"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"accessToken\": \"ejasd1222\",\n        \"refreshToken\": \"ejasd1222\"\n    }\n}"}],"_postman_id":"99f32e08-8af4-4f64-ae50-047c5ab96e46"},{"name":"로그아웃","id":"0fd42c5b-f0c8-4e16-a28a-50d68049401c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8080/v1/auth/logout","urlObject":{"path":["v1","auth","logout"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"53959868-ebd5-4dea-8b5d-add8ac2ffeb6","name":"mock_성공","originalRequest":{"method":"POST","header":[],"url":"localhost:8080/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": null\n}"}],"_postman_id":"0fd42c5b-f0c8-4e16-a28a-50d68049401c"},{"name":"토큰 재발급","id":"d75b052d-442b-4bd3-90c3-02cefcdbbb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\" : \"asdasdasdsa\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/access-token","urlObject":{"path":["v1","auth","access-token"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"ac4d472e-4dfb-45a2-b3c3-1e11c8ee927e","name":"mock_성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\" : \"eyJhbGciOiJIUzUxMiJ9.eyJkZXRhaWxJZCI6MSwidXNlclJvbGUiOiJNRU1CRVIiLCJpYXQiOjE3NDczMTIzOTMsImV4cCI6MTc0OTkwNDM5M30.w_2FKTdtTjO8azxxO--ETSQB1H054A015kXyLdm-VtylJl8uLdxAGVvO2x3FPudSzh4VzkQ6g696HNY-X7owsA\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"accessToken\": \"ejasd1222\"\n    }\n}"}],"_postman_id":"d75b052d-442b-4bd3-90c3-02cefcdbbb0e"},{"name":"유저 상태 polling","id":"29f42f52-47bc-49de-94b8-0ba485988097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/auth/status","urlObject":{"path":["v1","auth","status"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"cb80c312-e892-4b75-abe3-d8759d6c1571","name":"유저 상태 polling","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/v1/auth/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"status\": \"REQUIRED_REGISTER\",\n        \"userRole\": \"MEMBER\", // MEMBER, TRAINER\n        \"accessToken\": \"asdasdasdhASDFjsdflsdf\"\n    }\n}"}],"_postman_id":"29f42f52-47bc-49de-94b8-0ba485988097"},{"name":"Auth 인증 성공 api","id":"11ccc7be-c6b3-4f61-bef5-fa30076471bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"providerId\": \"id\",\n    \"email\": \"email\", // nullable\n    \"providerType\": \"NAVER\" // GOOGLE, KAKAO, NAVER, APPLE\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/success","urlObject":{"path":["v1","auth","success"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3d8a7135-6c65-4930-be89-6c858d811920","name":"Auth 인증 성공 api","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"providerId\": \"id\",\n    \"email\": \"email\", // nullable\n    \"providerType\": \"NAVER\" // GOOGLE, KAKAO, NAVER, APPLE\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/auth/success"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"11ccc7be-c6b3-4f61-bef5-fa30076471bb"}],"id":"5c454d42-2a5a-462a-825d-ade397b10340","_postman_id":"5c454d42-2a5a-462a-825d-ade397b10340","description":""},{"name":"Reservation","item":[{"name":"캘린더 조회 [TR-CAL-1] (트레이너)","id":"00e15090-9228-4d44-b68c-39ea613910a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/reservations/calendar?today=2024-11-30","urlObject":{"path":["v1","reservations","calendar"],"host":["localhost:8080"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"today","value":"2024-11-30"},{"disabled":true,"key":"type","value":"trainer"}],"variable":[]}},"response":[{"id":"08a7afcb-b4e1-4155-a75b-f9d626abc73d","name":"mock_성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/calendar?today=2024-11-30","host":["{{mock_url}}"],"path":["v1","reservations","calendar"],"query":[{"key":"today","value":"2024-11-30"},{"key":"type","value":"trainer","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"weekend\": [\n            {\n                \"dayOfWeek\": \"MON\",\n                \"date\": \"2024-11-30\"\n            },\n             {\n                \"dayOfWeek\": \"TUE\",\n                \"date\": \"2024-12-01\"\n            },\n            {\n                \"dayOfWeek\": \"WED\",\n                \"date\": \"2024-12-02\"\n            },\n            {\n                \"dayOfWeek\": \"THU\",\n                \"date\": \"2024-12-03\"\n            },\n            {\n                \"dayOfWeek\": \"FRI\",\n                \"date\": \"2024-12-04\"\n            },\n            {\n                \"dayOfWeek\": \"SAT\",\n                \"date\": \"2024-12-05\"\n            },\n            {\n                \"dayOfWeek\": \"SUN\",\n                \"date\": \"2024-12-06\"\n            }\n        ]\n    }\n}"}],"_postman_id":"00e15090-9228-4d44-b68c-39ea613910a1"},{"name":"예약 현황 조회 [TR-CAL-2] (공통)","id":"c28118c9-9e50-4df7-ba79-8cfeac7bcfb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/reservations?date=2025-4-20","urlObject":{"path":["v1","reservations"],"host":["localhost:8080"],"query":[{"key":"date","value":"2025-4-20"}],"variable":[]}},"response":[{"id":"482ac6db-b6ae-42c9-ab2b-db4b6c4f0c76","name":"mock_성공(트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations?date=2024-11-30","host":["{{mock_url}}"],"path":["v1","reservations"],"query":[{"key":"date","value":"2024-11-30","description":"optional"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservations\": [\n            {\n                \"reservationId\": 1,\n                \"sessionInfoId\": 6,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"MON\",\n                \"reservationDates\": [\"2024-11-30T18:00\"],\n                \"status\": \"예약 확정\",\n                \"memberInfo\":{\n                    \"memberId\":5,\n                    \"name\":\"홍길동\"\n                }\n            },\n            {\n                \"reservationId\": 2,\n                \"sessionInfoId\": 11,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"MON\",\n                \"reservationDates\": [\"2024-11-30T11:00\"],\n                \"status\": \"수업 완료\",\n                \"memberInfo\":{\n                    \"memberId\":12,\n                    \"name\":\"김철수\"\n                }\n            },\n            {\n                \"reservationId\": 5,\n                \"sessionInfoId\": 3,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\"2024-11-31T15:00\"],\n                \"status\": \"예약 대기\",\n                \"memberInfo\":{\n                     \"memberId\": 13,\n                     \"name\": \"김진수\"\n                }\n            },\n               {\n                \"reservationId\": 6,\n                \"sessionInfoId\": 4,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\"2024-11-31T15:00\"],\n                \"status\": \"예약 대기\",\n                \"memberInfo\":{\n                    \"memberId\": 14,\n                    \"name\": \"이한동\"\n                }\n            },\n               {\n                \"reservationId\": 7,\n                \"sessionInfoId\": 5,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\"2024-11-31T15:00\"],\n                \"status\": \"예약 대기\",\n                \"memberInfo\":{\n                    \"memberId\": 15,\n                    \"name\": \"하재홍\"\n                }\n            },\n            {\n                \"reservationId\": 11,\n                \"sessionInfoId\": null,\n                \"isDayOff\": true,\n                \"dayOfWeek\": \"FRI\",\n                \"reservationDates\": [\"2024-12-03\"],\n                \"status\": \"휴뮤일\",\n                \"memberInfo\":{\n                    \"memberId\": null,\n                    \"name\": null\n                }\n            },\n            {\n                \"reservationId\": 20,\n                \"sessionInfoId\": null,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"THU\",\n                \"reservationDates\": [\"2024-12-02T11:00\"],\n                \"status\": \"예약 불가\",\n                \"memberInfo\":{\n                    \"memberId\": null,\n                    \"name\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"ef9225aa-5c5c-4b17-8947-4f28d853dbe5","name":"mock_성공(멤버:month)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations?date=2024-12-01","host":["{{mock_url}}"],"path":["v1","reservations"],"query":[{"key":"date","value":"2024-12-01","description":"optional"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservations\": [\n            {\n                \"reservationId\": 1,\n                \"sessionInfoId\": 6,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"MON\",\n                \"reservationDates\": [\"2024-12-01T18:00\"],\n                \"status\": \"예약 확정\",\n                \"memberInfo\":{\n                    \"memberId\": 5,\n                    \"name\": \"홍길동\"\n                }\n            },\n              {\n                \"reservationId\": 11,\n                \"sessionInfoId\": 6,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"THU\",\n                \"reservationDates\": [\"2024-12-02T20:00\"],\n                \"status\": \"예약 대기\",\n                \"memberInfo\":{\n                    \"memberId\": 5,\n                    \"name\": \"홍길동\"\n                }\n            },\n          \n        ]\n    }\n}"}],"_postman_id":"c28118c9-9e50-4df7-ba79-8cfeac7bcfb7"},{"name":"트레이너 예약 조회 (멤버)","id":"83a1c66f-6993-4c59-bd91-8bc5e31cfbb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/reservations/trainers?date=2025-5-22","urlObject":{"path":["v1","reservations","trainers"],"host":["localhost:8080"],"query":[{"key":"date","value":"2025-5-22"}],"variable":[]}},"response":[{"id":"0dc257db-162d-4202-8066-c1d6b89bfb1e","name":"mock_성공(멤버)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/trainers?date=2024-11-30","host":["{{mock_url}}"],"path":["v1","reservations","trainers"],"query":[{"key":"date","value":"2024-11-30"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservations\": [\n            {\n                \"reservationId\": 1,\n                \"sessionInfoId\": 6,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"MON\",\n                \"reservationDates\": [\n                    \"2024-11-30T18:00\"\n                ],\n                \"status\": \"예약 확정\",\n                \"memberInfo\": {\n                    \"memberId\": 5,\n                    \"name\": \"홍길동\"\n                }\n            },\n            {\n                \"reservationId\": 2,\n                \"sessionInfoId\": 11,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"MON\",\n                \"reservationDates\": [\n                    \"2024-11-30T11:00\"\n                ],\n                \"status\": \"수업 완료\",\n                \"memberInfo\": {\n                    \"memberId\": 12,\n                    \"name\": \"김철수\"\n                }\n            },\n            {\n                \"reservationId\": 5,\n                \"sessionInfoId\": 3,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\n                    \"2024-11-31T15:00\"\n                ],\n                \"status\": \"예약 대기\",\n                \"memberInfo\": {\n                    \"memberId\": 13,\n                    \"name\": \"김진수\"\n                }\n            },\n            {\n                \"reservationId\": 6,\n                \"sessionInfoId\": 4,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\n                    \"2024-11-31T15:00\"\n                ],\n                \"status\": \"예약 대기\",\n                \"memberInfo\": {\n                    \"memberId\": 14,\n                    \"name\": \"이한동\"\n                }\n            },\n            {\n                \"reservationId\": 7,\n                \"sessionInfoId\": 5,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"TRU\",\n                \"reservationDates\": [\n                    \"2024-11-31T15:00\"\n                ],\n                \"status\": \"예약 대기\",\n                \"memberInfo\": {\n                    \"memberId\": 15,\n                    \"name\": \"하재홍\"\n                }\n            },\n            {\n                \"reservationId\": 11,\n                \"sessionInfoId\": null,\n                \"isDayOff\": true,\n                \"dayOfWeek\": \"FRI\",\n                \"reservationDates\": [\n                    \"2024-12-03\"\n                ],\n                \"status\": \"휴뮤일\",\n                \"memberInfo\": {\n                    \"memberId\": null,\n                    \"name\": null\n                }\n            },\n            {\n                \"reservationId\": 20,\n                \"sessionInfoId\": null,\n                \"isDayOff\": false,\n                \"dayOfWeek\": \"THU\",\n                \"reservationDates\": [\n                    \"2024-12-02T11:00\"\n                ],\n                \"status\": \"예약 불가\",\n                \"memberInfo\": {\n                    \"memberId\": null,\n                    \"name\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"83a1c66f-6993-4c59-bd91-8bc5e31cfbb1"},{"name":"예약 상세 조회 [TR-CAL-2] (공통)","id":"98b0fae2-a41c-49c0-a145-891c4f1f7188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{dev_url}}/v1/reservations/:reservationId","urlObject":{"path":["v1","reservations",":reservationId"],"host":["{{dev_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"reservationId"}]}},"response":[{"id":"dbec4c5b-aca1-4d1f-ade1-7585659d9160","name":"mock_성공_수업완료(트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId"],"variable":[{"key":"reservationId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"dayOfWeek\": \"MON\",\n        \"reservationDate\": \"2024-11-30T20:00\",\n        \"sessionId\": 4,\n        \"status\": \"수업 완료\",\n        \"priority\": 1,\n        \"memberInfo\":{\n            \"memberId\":11,\n            \"name\":\"김철수\",\n            \"birthDate\":\"1999-11-13\",\n            \"phoneNumber\":\"01057145507\",\n            \"profilePictureUrl\":\"https://\"\n        }\n    }\n}"},{"id":"477b7cbc-763c-469c-a667-caae4cecb4bc","name":"mock_성공_예약완료(트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId"],"variable":[{"key":"reservationId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"dayOfWeek\": \"WED\",\n        \"reservationDate\": \"2024-12-01T18:00\",\n        \"sessionId\": 7,\n        \"status\": \"예약 완료\",\n        \"priority\": 1,\n        \"memberInfo\":{\n            \"memberId\":15,\n            \"name\":\"이수\",\n            \"birthDate\":\"1990-02-02\",\n            \"phoneNumber\":\"01057145507\",\n            \"profilePictureUrl\":\"https://\"\n        }\n    }\n}"},{"id":"6b078136-9e7a-49d0-bbb3-57fe98c6a78c","name":"mock_성공(멤버)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId"],"variable":[{"key":"reservationId","value":"13"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"dayOfWeek\": \"WED\",\n        \"reservationDate\": \"2024-12-01T18:00\",\n        \"sessionId\": 14,\n        \"status\": \"예약 완료\",\n        \"memberInfo\":{\n            \"memberId\":31,\n            \"name\":\"이수지\"\n        }\n    }\n}"}],"_postman_id":"98b0fae2-a41c-49c0-a145-891c4f1f7188"},{"name":"예약 상세 대기조회 [TR-CAL-2] (트레이너)","id":"a3814bb7-3f0e-4635-8893-921c0695ad1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/reservations/waiting-members/:reservationDate","urlObject":{"path":["v1","reservations","waiting-members",":reservationDate"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"2025-02-12T18:00","key":"reservationDate"}]}},"response":[{"id":"1699b32b-a307-4a9a-8a3b-bcb1c3354c96","name":"mock_성공_예약대기(트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/reservations/waiting-members/:reservationDate","host":["{{mock_url}}"],"path":["v1","reservations","waiting-members",":reservationDate"],"variable":[{"key":"reservationDate","value":"2025-02-12T18:00"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\n{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"waitingMembers\":[\n            {\n            \n            \"memberId\":5,\n            \"name\":\"홍길동\",\n            \"birthDate\":\"1996-07-13\",\n            \"phoneNumber\":\"01057145507\",\n            \"profilePictureUrl\":\"https://\",\n            \"reservationId\":11,\n            \"reservationDates\": [\"2025-02-12T18:00\"],\n            \"dayOfWeek\": \"MONDAY\"\n            },\n            {\n            \"memberId\":7,\n            \"name\":\"김민수\",\n            \"birthDate\":\"1998-10-13\",\n            \"phoneNumber\":\"01057645507\",\n            \"profilePictureUrl\":\"https://\",\n            \"reservationId\":11,\n            \"reservationDates\": [\"2025-02-12T18:00\",\"2025-02-12T20:00\"],\n            \"dayOfWeek\": \"MONDAY\"\n            }        \n        ]\n    }\n}"}],"_postman_id":"a3814bb7-3f0e-4635-8893-921c0695ad1b"},{"name":"예약 불가 설정 [TR-CAL-3] (트레이너)","id":"40d4d10b-af99-468d-88e7-a1e7db8a13fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\" : \"2025-06-22T15:00\"\n    // \"reservationId\": \"\" //Optional, 만약 기존에 있던 예약 불가 설정을 취소하고 싶다면 넣어주기!!\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/availability/disable","urlObject":{"path":["v1","reservations","availability","disable"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"b220a997-5516-4979-a0e7-62035ec25730","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date\" : \"2024-10-12T15:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/reservations/availability/disable"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\" : 12\n    }\n}"}],"_postman_id":"40d4d10b-af99-468d-88e7-a1e7db8a13fd"},{"name":"직접 예약 [TR-CAL-4] (공통)","id":"22e328e6-2da2-4027-8727-1be10672bf1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"trainerId\" : 1,\n    \"memberId\" : 2,\n    \"name\": \"멤버2\",\n    \"dates\" : [\"2025-06-23T15:00\"]\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations","urlObject":{"path":["v1","reservations"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"4dbe467f-ee8e-40ee-993b-dfdefd01a76c","name":"mock_성공(트레이너)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"trainerId\" : 1,\n    \"memberId\" : 4,\n    \"name\": \"김민희\",\n    \"dates\" : [\"2024-10-12:17:00\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservation\":\n            {\"reservationId\":2,\n            \"status\": \"예약 확정\"}\n        \n    }     \n}"},{"id":"dbd1e310-9eca-4b84-a4a8-b81d0fd73e0d","name":"mock_성공(멤버)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"trainerId\" : 1,\n    \"memberId\" : 4,\n    \"name\": \"김민희\",\n    \"dates\" : [\"2024-10-12T20:00\", \"2024-10-12T10:00\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/reservations"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservation\":\n            {\"reservationId\":12,\n              \"status\": \"예약 대기\"}\n        \n    }     \n}"}],"_postman_id":"22e328e6-2da2-4027-8727-1be10672bf1f"},{"name":"고정 예약 [TR-CAL-5] (트레이너)","id":"50eb4bd9-a9e0-4626-b7bc-7660d8d21e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     // \"trainerId\": 1, //token 에서 꺼낼 수 있으므로\n    \"memberId\" : 2,\n    \"name\": \"멤버2\",\n    \"dates\":[ \"2025-06-25T12:00\", \"2025-06-25T13:00\"]\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/fixed-reservations","urlObject":{"path":["v1","reservations","fixed-reservations"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"933ec42e-b63f-4da7-82c3-bb344b9825ce","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     // \"trainerId\": 1, //token 에서 꺼낼 수 있으므로\n    \"memberId\" : 6,\n    \"name\": \"박민수\",\n     \"dates\":[ \"2025-10-12T21:00\", \"2025-10-13T18:00\"]\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{mock_url}}/v1/reservations/fixed-reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservations\":[\n            {\"reservationId\":2,\n            \"status\": \"고정 예약\"},\n            {\"reservationId\":5,\n            \"status\": \"고정 예약\"}\n        ]\n    }     \n}"}],"_postman_id":"50eb4bd9-a9e0-4626-b7bc-7660d8d21e8f"},{"name":"고정 예약 해지 (트레이너)","id":"43e2212b-4474-433f-81a1-48fc9f4be977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8080/v1/reservations/fixed-reservations/:reservationId/release","urlObject":{"path":["v1","reservations","fixed-reservations",":reservationId","release"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"reservationId"}]}},"response":[{"id":"4e1014f1-304c-49ae-9c8f-f78f6be47992","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{mock_url}}/v1/reservations/fixed-reservations/:reservationId/release","host":["{{mock_url}}"],"path":["v1","reservations","fixed-reservations",":reservationId","release"],"variable":[{"key":"reservationId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"msg\": \"OK\",\n    \"data\": [\n        {\n            \"reservationId\": 1,\n            \"status\": \"예약 취소\",\n            \"reservationDate\": \"2025-05-05T23:15:58.599789\"\n        },\n        {\n            \"reservationId\": 2,\n            \"status\": \"예약 취소\",\n            \"reservationDate\": \"2025-05-12T23:15:58.599789\"\n        },\n        {\n            \"reservationId\": 3,\n            \"status\": \"예약 취소\",\n            \"reservationDate\": \"2025-05-19T23:15:58.599789\"\n        },\n        {\n            \"reservationId\": 4,\n            \"status\": \"예약 취소\",\n            \"reservationDate\": \"2025-05-26T23:15:58.599789\"\n        }\n    ]\n}"}],"_postman_id":"43e2212b-4474-433f-81a1-48fc9f4be977"},{"name":"예약 승인 [TR-CAL-8] (트레이너)","id":"4619f55b-23e4-4e5e-a282-14c130593557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 1,\n    \"reservationDate\": \"2025-06-23T14:00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/2/approve","urlObject":{"path":["v1","reservations","2","approve"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7846af90-9e2b-4778-98f2-b21b280067ff","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 4,\n    \"reservationDate\": \"2024-10-12T20:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/approve","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","approve"],"variable":[{"key":"reservationId","value":"6"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 6,\n         \"status\": \"예약 확정\"\n    }     \n}"}],"_postman_id":"4619f55b-23e4-4e5e-a282-14c130593557"},{"name":"예약 취소 [TR-CAL-6, TR-CAL-11] (공통)","id":"c8f9b288-72e0-4577-8905-2acb5eedf1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cancelReason\":\"개인 사유\",\n    \"cancelDate\": \"2024-10-12T21:00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations//cancel","urlObject":{"path":["v1","reservations","","cancel"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6348d6b0-adc2-4fcf-97f3-1ee02cbf73c8","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"cancelReason\":\"개인 사유\",\n      \"cancelDate\": \"2024-10-12T21:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/cancel","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","cancel"],"variable":[{"key":"reservationId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 11,\n        \"status\": \"예약 취소 요청\"\n    }     \n}"}],"_postman_id":"c8f9b288-72e0-4577-8905-2acb5eedf1b0"},{"name":"예약 취소 승인[TR-CAL-6, TR-CAL-11] (트레이너)","id":"76394eab-eeb5-4da3-af7d-b4847c9ac392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 4,\n    \"isApprove\": true // true, false 값 중 하나\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/:reservationId/cancel-approve","urlObject":{"path":["v1","reservations",":reservationId","cancel-approve"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"11","key":"reservationId"}]}},"response":[{"id":"e4c79d91-ffa6-47d9-acd5-35eb65b08688","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 4,\n    \"isApprove\": true // true, false 값 중 하나\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/cancel-approve","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","cancel-approve"],"variable":[{"key":"reservationId","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 11,\n        \"status\": \"예약 취소\"\n    }     \n}"}],"_postman_id":"76394eab-eeb5-4da3-af7d-b4847c9ac392"},{"name":"진행한 PT 처리 [TR-CAL-9] (트레이너)","id":"e5858d7d-302a-4fe8-b3a6-f35117d3c386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\": 1,\n    \"isJoin\": true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/:reservationId/sessions/complete","urlObject":{"path":["v1","reservations",":reservationId","sessions","complete"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"1","key":"reservationId"}]}},"response":[{"id":"9d242790-5682-445c-9ba6-09aa31480667","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberId\": 1,\n    \"isJoin\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/sessions/complete","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","sessions","complete"],"variable":[{"key":"reservationId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"sessionId\": 2,\n        \"status\": \"세션 완료\"\n    }\n}"}],"_postman_id":"e5858d7d-302a-4fe8-b3a6-f35117d3c386"},{"name":"예약 변경 요청 (멤버)","id":"0dec897a-360f-4177-9496-46350392d9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reservationDate\":\"2024-11-30T18:00\",\n    \"changeRequestDate\":\"2024-12-01T20:00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/:reservationId/change-request","urlObject":{"path":["v1","reservations",":reservationId","change-request"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"reservationId"}]}},"response":[{"id":"2ed5797a-1e9e-4553-a761-f1fa5c531176","name":"mock_성공 (멤버)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reservationDate\":\"2024-11-30T18:00\",\n    \"changeRequestDate\":\"2024-12-01T20:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/change-request","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","change-request"],"variable":[{"key":"reservationId","value":"11"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 11,\n        \"status\": \"예약 변경 요청\"\n    }\n}"}],"_postman_id":"0dec897a-360f-4177-9496-46350392d9e8"},{"name":"고정 예약 변경 (트레이너)","id":"c0ad38ec-ce06-4a0e-8a11-2cb6596ba14a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reservationDate\":\"2024-11-30T18:00\",\n    \"changeRequestDate\":\"2024-12-01T20:00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/:reservationId/fixed-change-request","urlObject":{"path":["v1","reservations",":reservationId","fixed-change-request"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"reservationId"}]}},"response":[{"id":"f27b8892-7c57-40ce-880d-e623ae10228c","name":"mock_성공 (트레이너)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reservationDate\":\"2024-11-30T18:00\",\n    \"changeRequestDate\":\"2024-12-01T20:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/fixed-change-request","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","fixed-change-request"],"variable":[{"key":"reservationId","value":"11"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 11,\n        \"status\": \"고정 예약\"\n    }\n}"}],"_postman_id":"c0ad38ec-ce06-4a0e-8a11-2cb6596ba14a"},{"name":"예약 변경 승인 [TR-CAL-10] (트레이너)","id":"36325e93-94c3-4f17-8c21-6bd259056265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 4,\n    \"approveDate\" : \"2024-10-12T21:00\",\n    \"isApprove\": true // true, false 값 중 하나\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/reservations/:reservationId/change-approve","urlObject":{"path":["v1","reservations",":reservationId","change-approve"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"11","key":"reservationId"}]}},"response":[{"id":"beb2df78-8317-40c6-b175-17f717758aeb","name":"mock_성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 4,\n    \"approveDate\" : \"2024-10-12T21:00\",\n    \"isApprove\" : true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{mock_url}}/v1/reservations/:reservationId/change-approve","host":["{{mock_url}}"],"path":["v1","reservations",":reservationId","change-approve"],"variable":[{"key":"reservationId","value":"11"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"reservationId\": 6,\n        \"status\": \"예약 확정\"\n    }\n}"}],"_postman_id":"36325e93-94c3-4f17-8c21-6bd259056265"}],"id":"d30e1d8d-3beb-4872-9e0a-eaf184941884","_postman_id":"d30e1d8d-3beb-4872-9e0a-eaf184941884","description":""},{"name":"Notification","item":[{"name":"알림 내역 조회[TA-AL-5] (공통)","id":"6622664a-5381-407b-9332-11c17c2fe54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/notifications?q=홍길동","urlObject":{"path":["v1","notifications"],"host":["localhost:8080"],"query":[{"disabled":true,"description":{"content":"<p>(Optional)</p>\n<ol>\n<li>CONNECT: \"트레이너 연동\";</li>\n<li>DISCONNECT: \"트레이너 연동 해제\";</li>\n<li>RESERVATION_REQUEST: \"예약 요청\";</li>\n<li>RESERVATION_CHANGE: \"예약 변경\";</li>\n<li>RESERVATION_CANCEL: \"예약 취소\";</li>\n<li>SESSION: \"세션\";</li>\n<li>아무것도 안주면 ALL</li>\n</ol>\n","type":"text/plain"},"key":"type","value":"CONNECT"},{"disabled":true,"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"size","value":"5"},{"disabled":true,"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>(Optional)\ntype, content 내용 중  or 방식으로 필터</p>\n","type":"text/plain"},"key":"q","value":"홍길동"},{"disabled":true,"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"memberId","value":"3"}],"variable":[]}},"response":[{"id":"7be40d67-4364-4534-9417-34b2c3cd0d66","name":"mock_성공 (트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/notifications?page=0&size=10&memberId=1","host":["{{mock_url}}"],"path":["v1","notifications"],"query":[{"key":"type","value":"RESERVATION_REQUEST","description":"(Optional)\n1. CONNECT: \"트레이너 연동\";\n2. DISCONNECT: \"트레이너 연동 해제\";\n3. RESERVATION_REQUEST: \"예약 요청\";\n4. RESERVATION_CHANGE: \"예약 변경\";\n5. RESERVATION_CANCEL: \"예약 취소\";\n6. SESSION: \"세션\";\n7. 아무것도 안주면 ALL ","disabled":true},{"key":"q","value":"","description":"(Optional)\ntype, content 내용 중  or 방식으로 필터","disabled":true},{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"memberId","value":"1","description":"(Optional)\n","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"content\": [\n            {\n                \"notificationId\": 1,\n                \"type\": \"예약 요청\",\n                \"content\": \"예약 내용 0\",\n                \"sendDate\": \"2025-04-09T17:25:15.879023\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 2,\n                \"type\": \"예약 요청\",\n                \"content\": \"예약 내용 1\",\n                \"sendDate\": \"2025-04-08T17:25:15.881664\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 3,\n                \"type\": \"예약 요청\",\n                \"content\": \"예약 내용 2\",\n                \"sendDate\": \"2025-04-07T17:25:15.882358\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 4,\n                \"type\": \"예약 요청\",\n                \"content\": \"예약 내용 3\",\n                \"sendDate\": \"2025-04-06T17:25:15.882954\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 5,\n                \"type\": \"예약 요청\",\n                \"content\": \"예약 내용 4\",\n                \"sendDate\": \"2025-04-05T17:25:15.883592\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 6,\n                \"type\": \"세션\",\n                \"content\": \"세션 내용 5\",\n                \"sendDate\": \"2025-04-04T17:25:15.884254\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 7,\n                \"type\": \"세션\",\n                \"content\": \"세션 내용 6\",\n                \"sendDate\": \"2025-04-03T17:25:15.885297\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 8,\n                \"type\": \"세션\",\n                \"content\": \"세션 내용 7\",\n                \"sendDate\": \"2025-04-02T17:25:15.886226\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 9,\n                \"type\": \"세션\",\n                \"content\": \"세션 내용 8\",\n                \"sendDate\": \"2025-04-01T17:25:15.887046\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 10,\n                \"type\": \"세션\",\n                \"content\": \"세션 내용 9\",\n                \"sendDate\": \"2025-03-31T17:25:15.887668\",\n                \"isProcessed\": false\n            }\n        ],\n        \"totalPages\": 2,\n        \"totalElements\": 20,\n        \"hasNext\": true\n    }\n}"},{"id":"bbad0629-4d95-4280-8706-57d24c065f95","name":"mock_성공 (멤버)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/notifications?type=RESERVATION_CHANGE","host":["{{mock_url}}"],"path":["v1","notifications"],"query":[{"key":"type","value":"RESERVATION_CHANGE","description":"(Optional)\n1. CONNECT: \"트레이너 연동\";\n2. DISCONNECT: \"트레이너 연동 해제\";\n3. RESERVATION_REQUEST: \"예약 요청\";\n4. RESERVATION_CHANGE: \"예약 변경\";\n5. RESERVATION_CANCEL: \"예약 취소\";\n6. SESSION: \"세션\";\n7. 아무것도 안주면 ALL "},{"key":"q","value":"홍길동","description":"(Optional)\ntype, content 내용 중  or 방식으로 필터","disabled":true},{"key":"page","value":"0","disabled":true},{"key":"size","value":"5","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"content\": [\n            {\n                \"notificationId\": 1,\n                \"type\": \"예약 변경\",\n                \"content\": \"홍길동님이 예약 변경이 수락되였습니다.\",\n                \"sendDate\": \"2025-04-09T17:25:15.879023\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 2,\n                \"type\": \"예약 변경\",\n                \"content\": \"홍길동님이 예약 변경을 수락되였습니다.\",\n                \"sendDate\": \"2025-04-08T17:25:15.881664\",\n                \"isProcessed\": false\n            },\n            {\n                \"notificationId\": 3,\n                \"type\": \"예약 변경\",\n                \"content\": \"홍길동님이 예약 변경을 거절되었습니다.\",\n                \"sendDate\": \"2025-04-07T17:25:15.882358\",\n                \"isProcessed\": false\n            }\n          \n        ],\n        \"totalPages\": 3,\n        \"totalElements\": 14,\n        \"hasNext\": true\n    }\n}"}],"_postman_id":"6622664a-5381-407b-9332-11c17c2fe54e"},{"name":"알림 상세 내역 조회[TA-AL-5] (트레이너)","id":"b64bd6f0-6d73-4659-a79e-c80df1f9b26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/v1/notifications/:notificationId","urlObject":{"path":["v1","notifications",":notificationId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"notificationId"}]}},"response":[{"id":"a3386a5b-e35e-483d-9ff3-07df474038fe","name":"mock_성공 (트레이너)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/notifications/:notificationId","host":["{{mock_url}}"],"path":["v1","notifications",":notificationId"],"variable":[{"key":"notificationId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"notificationId\": 1,\n        \"refId\": 0,\n        \"type\": \"예약 요청\",\n        \"content\": \"예약 내용 0\",\n        \"sendDate\": \"2025-04-21T18:09:41.198398\",\n        \"isProcessed\": false,\n        \"userDetail\": {\n            \"userId\": 4,\n            \"name\": \"멤버1\",\n            \"birthDate\": \"1999-10-14\",\n            \"phoneNumber\": \"01023212321\",\n            \"profilePictureUrl\": \"http://123\"\n        }\n    }\n}"},{"id":"1bd96fca-182d-4b35-ae2a-fa2496f43f6d","name":"mock_성공 (멤버)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{mock_url}}/v1/notifications/:notificationId","host":["{{mock_url}}"],"path":["v1","notifications",":notificationId"],"variable":[{"key":"notificationId","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n      \"data\": {\n        \"notificationId\": 4,\n        \"refId\": 0,\n        \"type\": \"예약 요청\",\n        \"content\": \"예약 내용 0\",\n        \"sendDate\": \"2025-04-21T18:09:41.198398\",\n        \"isProcessed\": false,\n        \"userDetail\": {\n            \"userId\": 1,\n            \"name\": \"트레이너황\",\n            \"birthDate\": \"1999-10-14\",\n            \"phoneNumber\": \"01023212321\",\n            \"profilePictureUrl\": \"http://123\" \n        }\n    }\n}"}],"_postman_id":"b64bd6f0-6d73-4659-a79e-c80df1f9b26a"},{"name":"알림 읽음처리","id":"b4aada18-8824-4a0e-8599-903cc66b7a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"url":"localhost:8080/v1/notifications/:notificationId","urlObject":{"path":["v1","notifications",":notificationId"],"host":["localhost:8080"],"query":[],"variable":[{"type":"any","value":"","key":"notificationId"}]}},"response":[{"id":"d522201a-1d72-48c6-a686-9be8b1f8c3a1","name":"mock_성공","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{mock_url}}/v1/notifications/:notificationId","host":["{{mock_url}}"],"path":["v1","notifications",":notificationId"],"variable":[{"key":"notificationId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"sucess\": true,\r\n    \"msg\": \"OK\",\r\n    \"data\": {\r\n        \"notificationId\": 1,\r\n        \"isProcessed\": true\r\n    }\r\n}"}],"_postman_id":"b4aada18-8824-4a0e-8599-903cc66b7a80"}],"id":"5953a3f6-c0b2-4fa8-a803-7f1d635391ab","_postman_id":"5953a3f6-c0b2-4fa8-a803-7f1d635391ab","description":""},{"name":"Attachment","item":[{"name":"이미지 업로드 url 생성","id":"ac7354a1-5e46-4ae0-98fd-494d67f9ba60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\" : \"interlog.png\",\n    \"contentLength\" : \"13222\",\n    \"contentType\" : \"image/png\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/attachments/pre-signed-url","urlObject":{"path":["v1","attachments","pre-signed-url"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3eda8b51-fe4f-4123-979b-8f7da4d9f753","name":"이미지 업로드 url 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\" : \"file\",\n    \"contentLength\" : \"13222\",\n    \"contentType\" : \"image/jpeg\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/attachments/pre-signed-url"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"sucess\": true,\n    \"msg\": \"OK\",\n    \"data\": {\n        \"preSignedUrl\" : \"https://asdfasdfsdf\",\n        \"attachmentId\" : 2\n    }\n}"}],"_postman_id":"ac7354a1-5e46-4ae0-98fd-494d67f9ba60"},{"name":"이미지 업로드","id":"fd54d92a-cdd9-4d16-b7bb-2f7e97fafbc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":"/Users/ihyeongyu/Desktop/baekun/inter.jpeg"}},"url":"https://fitlink-profiles.s3.ap-northeast-2.amazonaws.com/926c2178-c1c6-4352-86c7-1e2a101c2451.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20250413T071322Z&X-Amz-SignedHeaders=content-length%3Bcontent-type%3Bhost&X-Amz-Credential=AKIA6NC27DHSISPXBSNU%2F20250413%2Fap-northeast-2%2Fs3%2Faws4_request&X-Amz-Expires=300&X-Amz-Signature=f9d4ea237fab8ec96e68294bea2600b94fc8912880e0b4de61c3ea902d7e3746","urlObject":{"protocol":"https","path":["926c2178-c1c6-4352-86c7-1e2a101c2451.png"],"host":["fitlink-profiles","s3","ap-northeast-2","amazonaws","com"],"query":[{"key":"X-Amz-Algorithm","value":"AWS4-HMAC-SHA256"},{"key":"X-Amz-Date","value":"20250413T071322Z"},{"key":"X-Amz-SignedHeaders","value":"content-length%3Bcontent-type%3Bhost"},{"key":"X-Amz-Credential","value":"AKIA6NC27DHSISPXBSNU%2F20250413%2Fap-northeast-2%2Fs3%2Faws4_request"},{"key":"X-Amz-Expires","value":"300"},{"key":"X-Amz-Signature","value":"f9d4ea237fab8ec96e68294bea2600b94fc8912880e0b4de61c3ea902d7e3746"}],"variable":[]}},"response":[{"id":"77e9cf12-c93c-43ec-9112-e2d771cd002e","name":"이미지 업로드","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"file","file":{},"options":{"raw":{"language":"json"}}},"url":{"raw":"https://fitlink-profiles.s3.ap-northeast-2.amazonaws.com/f3cfa1f0-9b20-4e20-8a08-9259fe32e03b.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20250413T070432Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Credential=AKIA6NC27DHSISPXBSNU%2F20250413%2Fap-northeast-2%2Fs3%2Faws4_request&X-Amz-Expires=300&X-Amz-Signature=dcbbe937d47853c4ab5f19c65d782732f161c17e735271edeb51d5a9e644973a","protocol":"https","host":["fitlink-profiles","s3","ap-northeast-2","amazonaws","com"],"path":["f3cfa1f0-9b20-4e20-8a08-9259fe32e03b.jpeg"],"query":[{"key":"X-Amz-Algorithm","value":"AWS4-HMAC-SHA256"},{"key":"X-Amz-Date","value":"20250413T070432Z"},{"key":"X-Amz-SignedHeaders","value":"content-type%3Bhost"},{"key":"X-Amz-Credential","value":"AKIA6NC27DHSISPXBSNU%2F20250413%2Fap-northeast-2%2Fs3%2Faws4_request"},{"key":"X-Amz-Expires","value":"300"},{"key":"X-Amz-Signature","value":"dcbbe937d47853c4ab5f19c65d782732f161c17e735271edeb51d5a9e644973a"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fd54d92a-cdd9-4d16-b7bb-2f7e97fafbc0"},{"name":"유저 프로필 등록","id":"69059346-9443-4092-9ad5-90caa36019a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"attachmentId\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/attachments/user-profile","urlObject":{"path":["v1","attachments","user-profile"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"8d329e2b-2045-4222-8478-eebdfd49b5d8","name":"유저 프로필 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"attachmentId\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/attachments/user-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"sucess\": true,\n    \"msg\": \"CREATED\",\n    \"data\": null\n}"}],"_postman_id":"69059346-9443-4092-9ad5-90caa36019a0"},{"name":"유저 프로필 삭제","id":"bf57bf1c-00da-41d2-8ee1-88f3a9138881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8080/v1/attachments/user-profile","urlObject":{"path":["v1","attachments","user-profile"],"host":["localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"7150e4cf-c4f7-48a7-96a8-a3b2c9a647d7","name":"유저 프로필 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"attachmentId\" : 1\n}"},"url":"localhost:8080/v1/attachments/user-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 204,\n    \"sucess\": true,\n    \"msg\": \"NO_CONTENT\",\n    \"data\": null\n}"}],"_postman_id":"bf57bf1c-00da-41d2-8ee1-88f3a9138881"}],"id":"907979f4-572a-4375-8a0a-743d56ecaee1","_postman_id":"907979f4-572a-4375-8a0a-743d56ecaee1","description":""}],"event":[{"listen":"prerequest","script":{"id":"ff168ad5-063e-4152-ba43-aaa6c403bb83","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9e183961-fb34-4450-8a49-5861d3dbd5a8","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"localhost:8080","type":"string"},{"key":"token","value":"aaaaa","type":"string"},{"key":"mock","value":"","type":"default"}]}