{"info":{"_postman_id":"3d08ec1f-17a2-46b4-a189-f0a770c753f6","name":"User","description":"<html><head></head><body><p>회원가입, 로그인, 로그아웃</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30872807","collectionId":"3d08ec1f-17a2-46b4-a189-f0a770c753f6","publishedId":"2s9YeLYUeV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-05T05:41:32.000Z"},"item":[{"name":"회원가입 요청","id":"f347b84e-43f9-4a06-b5fb-beaa15ad281a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"username\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup","urlObject":{"protocol":"http","port":"8080","path":["api","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e2f7610-719a-46b7-88d2-054baa023932","name":"회원가입 요청","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"username\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"회원가입 성공\"\r\n}"}],"_postman_id":"f347b84e-43f9-4a06-b5fb-beaa15ad281a"},{"name":"로그인","id":"f8c1b242-1e8b-4c86-8547-7653e9a0c796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"username\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59ebe8a0-8e8a-4d4e-bb91-8ea8cd00f5cd","name":"로그인","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"username\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"로그아웃 성공\"\n}"}],"_postman_id":"f8c1b242-1e8b-4c86-8547-7653e9a0c796"},{"name":"로그아웃","id":"ee30dcbd-c2bc-4718-998f-7d36dc1ec408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/users/logout","urlObject":{"protocol":"http","port":"8080","path":["api","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59f474d6-1071-4355-a47c-28a97a38b058","name":"로그아웃","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"로그아웃 성공공\"\r\n}"}],"_postman_id":"ee30dcbd-c2bc-4718-998f-7d36dc1ec408"}]}