{"info":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","description":"<html><head></head><body><h1 id=\"6rcc7jqu\">개요</h1>\n<p>ShoesBox API doc</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"개요","slug":"6rcc7jqu"}],"owner":"22269005","collectionId":"0938d651-08f8-4add-9913-e57dd36c1607","publishedId":"VV4tSxBy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-05T12:44:19.000Z"},"item":[{"name":"members","item":[{"name":"signup","id":"f8be678d-64c5-461c-bf87-d6356539f392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"a@a\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/members/auth/signup","urlObject":{"path":["api","members","auth","signup"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8be678d-64c5-461c-bf87-d6356539f392"},{"name":"login","event":[{"listen":"test","script":{"id":"f5f01e4c-1d21-43dc-b7dc-764fa7fa7ce4","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"ebb29584-4e8d-472c-a237-63d54d266e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"a@a\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/members/auth/login","urlObject":{"path":["api","members","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebb29584-4e8d-472c-a237-63d54d266e5f"},{"name":"login Copy","event":[{"listen":"test","script":{"id":"f5f01e4c-1d21-43dc-b7dc-764fa7fa7ce4","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"d7651f41-2e6e-43fe-bfb7-1ca6bcfdc7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"a@a\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/members/auth/login","urlObject":{"path":["api","members","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7651f41-2e6e-43fe-bfb7-1ca6bcfdc7e4"},{"name":"refresh","event":[{"listen":"test","script":{"id":"e90182bf-e7b2-4984-af20-cdf3eae03d23","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"1784fe3f-76f8-4a3a-89b4-0d0de47b754b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\": \"{{jwt_access_token}}\",\r\n    \"refreshToken\": \"{{jwt_refresh_token}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/members/refresh","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","refresh"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1784fe3f-76f8-4a3a-89b4-0d0de47b754b"},{"name":"logout","event":[{"listen":"test","script":{"id":"b6f6f194-4d67-47d9-b09e-5920ecbdd6e6","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"c45c3d5c-e63c-427e-9abc-25a92045542e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/members/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","logout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c45c3d5c-e63c-427e-9abc-25a92045542e"},{"name":"myinfo","id":"43de7542-ae0b-4b16-a42c-108376655a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/members/info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","info"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43de7542-ae0b-4b16-a42c-108376655a14"},{"name":"updateInfo","id":"e95d06d5-eb24-4da5-a496-1118e85e6dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"nickname","value":"java","type":"text"},{"key":"imageFile","type":"file","src":"/D:/Desktop/homemade_tartar_sauce.jpg"}]},"url":"{{host}}/api/members/info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","info"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e95d06d5-eb24-4da5-a496-1118e85e6dbf"},{"name":"reset","id":"78837dec-a124-4fc2-9c94-fcfff1d55661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/members/reset","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","reset"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78837dec-a124-4fc2-9c94-fcfff1d55661"},{"name":"deleteAccount","id":"afdb4cb2-ee87-4910-aaa1-6053bc7fee1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/members/delete?m=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","delete"],"host":["{{host}}"],"query":[{"key":"m","value":"1"}],"variable":[]}},"response":[],"_postman_id":"afdb4cb2-ee87-4910-aaa1-6053bc7fee1c"},{"name":"guestLogin","event":[{"listen":"test","script":{"id":"0a5e135b-032c-4aee-91d0-06c80e115131","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"0ae9d61d-8c53-48b3-8005-2c6eb50ad65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/api/members/auth/login/guest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","members","auth","login","guest"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ae9d61d-8c53-48b3-8005-2c6eb50ad65b"},{"name":"kakaoLogin","event":[{"listen":"test","script":{"id":"f5f01e4c-1d21-43dc-b7dc-764fa7fa7ce4","exec":["var jsonData = JSON.parse(responseBody);\r","pm.globals.set(\"jwt_access_token\", jsonData.data.accessToken);\r","pm.globals.set(\"jwt_refresh_token\", jsonData.data.refreshToken);"],"type":"text/javascript"}}],"id":"f0b113f0-16db-4ff7-aea3-2789f16d51d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"a@a\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kauth.kakao.com/oauth/authorize?client_id=beaf923464e502569ef542beeb8b039a&redirect_uri=http://localhost:8000/oauth/callback/kakao&response_type=code","urlObject":{"protocol":"https","path":["oauth","authorize"],"host":["kauth","kakao","com"],"query":[{"key":"client_id","value":"beaf923464e502569ef542beeb8b039a"},{"key":"redirect_uri","value":"http://localhost:8000/oauth/callback/kakao"},{"key":"response_type","value":"code"}],"variable":[]}},"response":[],"_postman_id":"f0b113f0-16db-4ff7-aea3-2789f16d51d1"}],"id":"44f9205b-0f89-47c1-bfb5-2fe0f8b94604","_postman_id":"44f9205b-0f89-47c1-bfb5-2fe0f8b94604","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}},{"name":"posts","item":[{"name":"createPost","id":"b7cad847-4b2a-4f8f-a93d-58e4f33f3c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"제목1","type":"text"},{"key":"content","value":"본문1","type":"text"},{"key":"imageFiles","type":"file","src":["/D:/그림/Camera Roll/20220805_170141.jpg","/D:/그림/Camera Roll/20220922_131655.jpg","/D:/그림/Camera Roll/20220924_205115.jpg"]},{"key":"year","value":"2022","type":"text"},{"key":"month","value":"10","type":"text"},{"key":"day","value":"6","type":"text"}]},"url":"{{host}}/api/posts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7cad847-4b2a-4f8f-a93d-58e4f33f3c8c"},{"name":"getAllPosts","id":"a1002d53-e61f-40dc-928e-552b3b873a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/posts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1002d53-e61f-40dc-928e-552b3b873a42"},{"name":"getPost","id":"5076da34-9588-4628-8723-f212d01ff8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/posts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5076da34-9588-4628-8723-f212d01ff8a5"},{"name":"updatePost","id":"bd79827e-f119-4b5c-86df-63e625040287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"수정한 제목1","type":"text"},{"key":"content","value":"수정한 본문1","type":"text"},{"key":"imageFiles","type":"file","src":["/D:/그림/이모티콘/케장콘-개발/icon_3.png","/D:/그림/이모티콘/케장콘-개발/icon_5 (1).png","/D:/그림/이모티콘/케장콘-개발/icon_5.png"]},{"key":"imagesToDelete","value":"273","type":"text"}]},"url":"{{host}}/api/posts/244","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","244"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd79827e-f119-4b5c-86df-63e625040287"},{"name":"deletePost","id":"80682d4c-1b57-48d8-b35e-69502e6df125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/posts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80682d4c-1b57-48d8-b35e-69502e6df125"},{"name":"deletePost_Admin","id":"7b0b9b4d-2677-4beb-97d9-1ee7f6acce37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/posts/admin/161","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","admin","161"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b0b9b4d-2677-4beb-97d9-1ee7f6acce37"},{"name":"deleteAllPosts(주의)","id":"7f49fd1f-1074-474a-8651-eeb39043bbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/posts/admin/all","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","admin","all"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f49fd1f-1074-474a-8651-eeb39043bbb3"},{"name":"updatePost_empty","id":"3e78cc6a-88ad-4f85-8db8-1151764f4ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"빈 제목","type":"text"},{"key":"content","value":"빈 내용","type":"text"},{"key":"imageFiles","type":"file","value":null}]},"url":"{{host}}/api/posts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","posts","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e78cc6a-88ad-4f85-8db8-1151764f4ff3"},{"name":"createPost_empty","id":"428f26d1-e8c4-4b77-8aa1-0309fc2f7145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"428f26d1-e8c4-4b77-8aa1-0309fc2f7145"},{"name":"getAllPosts_dev","id":"62c14ae6-6a9f-4e14-9e76-9c0eac00c353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"62c14ae6-6a9f-4e14-9e76-9c0eac00c353"}],"id":"1ec6684c-227d-4aa1-88b0-ef46129e2cf0","_postman_id":"1ec6684c-227d-4aa1-88b0-ef46129e2cf0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}},{"name":"comment","item":[{"name":"createComment","id":"594dc77f-c7e4-4afe-89ac-3364d98d1295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"댓글 내용1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/comments/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","comments","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"594dc77f-c7e4-4afe-89ac-3364d98d1295"},{"name":"readComment","id":"40e749ec-c750-4fd4-a13c-830d7f3a1762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/comments/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","comments","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40e749ec-c750-4fd4-a13c-830d7f3a1762"},{"name":"updateComment","id":"66bab886-b101-4b54-a01d-9e113f76176d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"수정 테스트\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/comments/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","comments","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66bab886-b101-4b54-a01d-9e113f76176d"},{"name":"deleteComment","id":"2413b9fe-72be-444f-90ce-2e90537c4aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/comments/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","comments","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2413b9fe-72be-444f-90ce-2e90537c4aec"}],"id":"4127d991-7ba0-4767-9994-37200d41e6f7","_postman_id":"4127d991-7ba0-4767-9994-37200d41e6f7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}},{"name":"friend","item":[{"name":"test","item":[{"name":"requestFriend","id":"65e96862-81e5-40d1-92d0-521504fa6c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"b@a\"\r\n}"},"url":"{{host}}/api/friends","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65e96862-81e5-40d1-92d0-521504fa6c2e"},{"name":"getFriendList","id":"f16dced5-1ee4-4900-a945-658a9d28d411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/friends","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f16dced5-1ee4-4900-a945-658a9d28d411"},{"name":"getFriendPending","id":"26a6cee9-38a8-4513-8d53-e14c6d3f86bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/friends/pendings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","pendings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26a6cee9-38a8-4513-8d53-e14c6d3f86bb"},{"name":"acceptFriendRequest","id":"cf716bb5-b18a-4211-8af9-029e79dc313e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/api/friends/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf716bb5-b18a-4211-8af9-029e79dc313e"},{"name":"deleteFriend","id":"b647c260-5a0f-4eb1-81c5-c7e8bf1d9594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/friends/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b647c260-5a0f-4eb1-81c5-c7e8bf1d9594"}],"id":"40909898-4850-4268-8c31-48f035384d78","_postman_id":"40909898-4850-4268-8c31-48f035384d78","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}},{"name":"requestFriend","id":"7b968b58-9806-40ac-81c8-5599eb6f11e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"a@a\"\r\n}"},"url":"{{host}}/api/friends","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b968b58-9806-40ac-81c8-5599eb6f11e0"},{"name":"getFriendList","id":"3ea1d232-0788-4d44-bd80-dcf830b7a5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/friends","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ea1d232-0788-4d44-bd80-dcf830b7a5ef"},{"name":"RequestedList","id":"8b48e18b-0281-4e76-9ebe-25ed360b0205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/friends/requested","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","requested"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b48e18b-0281-4e76-9ebe-25ed360b0205"},{"name":"RequestList","id":"a61b2b37-0ed3-4a36-8cd1-df378d4ceae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/friends/request","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","request"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a61b2b37-0ed3-4a36-8cd1-df378d4ceae6"},{"name":"acceptFriendRequest","id":"f26a75d2-f666-4c2f-b59e-024e1dc53d36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/api/friends/1/accept","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1","accept"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f26a75d2-f666-4c2f-b59e-024e1dc53d36"},{"name":"refuseFriendRequest","id":"7d24e13e-d06e-41ea-b511-253a15699336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/friends/1/refuse","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1","refuse"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d24e13e-d06e-41ea-b511-253a15699336"},{"name":"cancleFriendRequest","id":"6e9eb6ec-254c-4767-bb7c-86efe1b2171e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/friends/1/cancle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1","cancle"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e9eb6ec-254c-4767-bb7c-86efe1b2171e"},{"name":"deleteFriend","id":"2a2b1f98-9a8c-444e-b8cc-d230f9089b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/friends/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","friends","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a2b1f98-9a8c-444e-b8cc-d230f9089b9f"}],"id":"87c6cb06-ce5d-4b19-9e2c-72de9f509d4e","_postman_id":"87c6cb06-ce5d-4b19-9e2c-72de9f509d4e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}},{"name":"alarm","item":[{"name":"subscribe","id":"ae4b1ee0-c440-4a9d-9165-3fbed4abed66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/sub/?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","sub",""],"host":["{{host}}"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ae4b1ee0-c440-4a9d-9165-3fbed4abed66"},{"name":"alarmList","id":"56054ea1-ef53-4d1f-a85e-d8d6740fcb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/alarm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","alarm"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56054ea1-ef53-4d1f-a85e-d8d6740fcb11"},{"name":"deleteAlarm","id":"74919591-f491-4795-84c2-bf792b7b96f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/alarm/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","alarm","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74919591-f491-4795-84c2-bf792b7b96f1"},{"name":"deleteAll","id":"1f551e27-1a2f-4465-afd8-7ea5722eaaad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/alarm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","alarm"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f551e27-1a2f-4465-afd8-7ea5722eaaad"},{"name":"전체 알림","id":"1414d67c-1780-4e2d-b158-035cb77c0d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"왜 안오죠...?","type":"text"}]},"url":"{{host}}/api/sub/test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}},"urlObject":{"path":["api","sub","test"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1414d67c-1780-4e2d-b158-035cb77c0d90"}],"id":"3c52c228-c0a7-4bed-a666-ef784c15283e","_postman_id":"3c52c228-c0a7-4bed-a666-ef784c15283e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0938d651-08f8-4add-9913-e57dd36c1607","id":"0938d651-08f8-4add-9913-e57dd36c1607","name":"ShoesBox API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_access_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"5a554328-89b4-46ee-9a6c-d942b032b2a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69f38303-7860-44a3-bc3c-cda10b215bde","type":"text/javascript","exec":[""]}}]}