{"info":{"_postman_id":"ea94bac2-170b-48ca-b5b8-7fd5256642e1","name":"MockingTest","description":"<html><head></head><body><p>Mock Server 테스트</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2845248","collectionId":"ea94bac2-170b-48ca-b5b8-7fd5256642e1","publishedId":"RznBNLAt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-12-31T06:01:52.000Z"},"item":[{"name":"common","item":[{"name":"HealthCheck","id":"95483b5b-a05f-4c44-8d56-68d30c936c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/healthcheck","description":"<p>서버 상태 확인</p>\n","urlObject":{"path":["healthcheck"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"13364959-f25f-4601-9b05-cb1da783aef5","name":"HealthCheck200","originalRequest":{"method":"GET","header":[],"url":"{{url}}/healthcheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \"code\": 1000, \"msg\": \"live\" }"}],"_postman_id":"95483b5b-a05f-4c44-8d56-68d30c936c88"}],"id":"724c4be5-c005-429b-aa02-02d4eaa2c2cb","_postman_id":"724c4be5-c005-429b-aa02-02d4eaa2c2cb","description":""},{"name":"user","item":[{"name":"SignUp","id":"2097cb3d-8166-4953-b9c3-c56c760f9703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/users","description":"<p>회원가입</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"248048a6-4cc0-4e82-ad57-70f372130c43","name":"SignUp500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"테스트","type":"text"},{"key":"age","value":"29","type":"text"}]},"url":"{{url}}/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 9999,\n    \"msg\": \"system error\"\n}"},{"id":"42905f6e-f836-4975-82c4-ce415e7b71da","name":"SignUp200Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"테스트","type":"text"},{"key":"age","value":"29","type":"text"}]},"url":"{{url}}/users"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \"code\": 1000, \"msg\": \"success\" }"},{"id":"55802e76-ce7a-40f1-a050-1379c19ba22a","name":"SignUp200DuplicatedName","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"테스트2","type":"text"},{"key":"age","value":"29","type":"text"}]},"url":"{{url}}/users"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \"code\": 1001, \"msg\": \"name is duplicated\" }"}],"_postman_id":"2097cb3d-8166-4953-b9c3-c56c760f9703"},{"name":"GetUserById","id":"a2b782a6-ca3f-41e5-9091-22b6948d5639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/users/:id","description":"<p>사용자 정보 얻기</p>\n","urlObject":{"path":["users",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"1e1cf576-3545-489f-bfc3-b81963e24d0b","name":"GetUserById200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:id","host":["{{url}}"],"path":["users",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \n\t\"code\": 1000, \n\t\"msg\": \"success\",\n\t\"user\": {\n\t\t\"id\": 1,\n\t\t\"name\": \"테스트\",\n\t\t\"age\": 29\n\t}\n}"},{"id":"7dae5147-4855-422e-85f0-4a4a4826fbde","name":"GetUserById404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:id","host":["{{url}}"],"path":["users",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1002,\n    \"msg\": \"not found\"\n}"}],"_postman_id":"a2b782a6-ca3f-41e5-9091-22b6948d5639"}],"id":"ca7757c8-a9c7-45b1-bd08-ef0ee62f0e83","_postman_id":"ca7757c8-a9c7-45b1-bd08-ef0ee62f0e83","description":""}],"variable":[{"key":"id","value":"1","type":"string"},{"key":"name","value":"테스트","type":"string"},{"key":"age","value":"29","type":"string"}]}