{"info":{"_postman_id":"1f806987-35e6-49af-932a-411aa73825bf","name":"가상 은행 편의상 사용되는 API 목록","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23655032","collectionId":"1f806987-35e6-49af-932a-411aa73825bf","publishedId":"2s9YBxZG3t","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-06T05:48:52.000Z"},"item":[{"name":"유저","item":[{"name":"회원가입","id":"d8d5fa9a-88f5-4088-ac19-57f2905972d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"hsh532@naver.com\",\r\n    \"name\":\"한성현\",\r\n    \"password\":\"0000\",\r\n    \"tel\":\"010-0000-1311\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/user/regist","urlObject":{"protocol":"http","port":"8081","path":["bank","user","regist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"825dcc76-8013-4288-8ba0-393e5c1a99ba","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"hsh5349@naver.com\",\r\n    \"name\":\"한성현\",\r\n    \"password\":\"test\",\r\n    \"tel\":\"010-0000-1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/user/regist"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"19"},{"key":"Date","value":"Wed, 06 Sep 2023 05:44:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입 완료"}],"_postman_id":"d8d5fa9a-88f5-4088-ac19-57f2905972d4"},{"name":"사용자 조회","id":"b1354eaa-27ab-49c2-8453-0cda8742ac67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// 휴대폰 번호로 조회할 경우\r\n// {\r\n//     \"tel\":\"010-0000-1111\"\r\n// }\r\n\r\n//uuid로 조회할 경우\r\n{\r\n    \"uuid\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/user","urlObject":{"protocol":"http","port":"8081","path":["bank","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7b3f5c98-a582-4d62-92cc-9de9bca69ce8","name":"사용자 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// 휴대폰 번호로 조회할 경우\r\n// {\r\n//     \"tel\":\"010-0000-1111\"\r\n// }\r\n\r\n//uuid로 조회할 경우\r\n{\r\n    \"uuid\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 06 Sep 2023 06:21:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": 1,\n    \"email\": \"hsh5349@naver.com\",\n    \"name\": \"한성현\",\n    \"tel\": \"010-0000-1111\",\n    \"registedDate\": \"2023-09-06T14:44:38.28669\",\n    \"withdrawDate\": null\n}"}],"_postman_id":"b1354eaa-27ab-49c2-8453-0cda8742ac67"},{"name":"사용자 탈퇴","id":"eaa30291-5bc2-4f7c-abe4-c04ed623c208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8081/bank/user/1","urlObject":{"protocol":"http","port":"8081","path":["bank","user","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eaa30291-5bc2-4f7c-abe4-c04ed623c208"}],"id":"27932da2-5196-42c0-b6f5-b6fe24a5d052","_postman_id":"27932da2-5196-42c0-b6f5-b6fe24a5d052","description":""},{"name":"계좌","item":[{"name":"계좌 등록","id":"cea9278d-ee39-4f33-861d-9f756974c030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\":1,\r\n    \"bank_id\": 1,\r\n    \"account_num\":\"123-1234-1234-14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/account/regist","urlObject":{"protocol":"http","port":"8081","path":["bank","account","regist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"349132cd-b6a4-4eed-a29f-7aea82d9532d","name":"계좌 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\":1,\r\n    \"bank_id\": 1,\r\n    \"account_num\":\"123-1234-1234-14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/account/regist"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Thu, 07 Sep 2023 05:28:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"계좌 등록 완료"}],"_postman_id":"cea9278d-ee39-4f33-861d-9f756974c030"},{"name":"계좌 조회","id":"53186c70-eb6a-46d4-8fcc-23692dd203f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"//계좌 id로 조회할 경우\r\n{\r\n    \"id\":1\r\n}\r\n\r\n// //uuid로 조회할 경우\r\n// {\r\n//     \"uuid\":1\r\n// }\r\n\r\n// //은행id로 조회할 경우\r\n// {\r\n//     \"bankId\":1\r\n// }\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/account","urlObject":{"protocol":"http","port":"8081","path":["bank","account"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a08cb0c-8a1b-42e8-a570-dc3e603a7ad0","name":"계좌 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// //계좌 id로 조회할 경우\r\n// {\r\n//     \"id\":8\r\n// }\r\n\r\n// //uuid로 조회할 경우\r\n{\r\n    \"uuid\":2\r\n}\r\n\r\n// //은행id로 조회할 경우\r\n// {\r\n//     \"bankId\":1\r\n// }\r\n\r\n// //계좌번호로 조회할 경우\r\n// {\r\n//     \"accountNum\" : \"234-1234-1234-56\"\r\n// }\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Sep 2023 15:21:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"num\": \"234-1234-1234-56\",\n        \"balance\": 0,\n        \"registedDate\": \"2023-09-07T15:45:19\",\n        \"withdrawDate\": null,\n        \"user_name\": \"조환희\",\n        \"bank_name\": \"국민\"\n    }\n]"}],"_postman_id":"53186c70-eb6a-46d4-8fcc-23692dd203f8"},{"name":"계좌 삭제","id":"d52af263-8c1f-4647-ab9b-9c81d6e21b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8081/bank/account/6","urlObject":{"protocol":"http","port":"8081","path":["bank","account","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d52af263-8c1f-4647-ab9b-9c81d6e21b27"},{"name":"계좌기록등록","id":"45b3281b-d8bc-4ab5-8b52-769285764607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sendAccountNum\":\"123-1234-1234-23\",\r\n    \"receiveAccountNum\":\"234-1234-1234-56\",\r\n    \"price\":10000,\r\n    \"transaction_type\":\"송금\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/accountHistory/regist","urlObject":{"protocol":"http","port":"8081","path":["bank","accountHistory","regist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81cdd55f-3ccb-48f6-9858-4545c571c598","name":"계좌기록등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sendAccountNum\":\"123-1234-1234-23\",\r\n    \"receiveAccountNum\":\"234-1234-1234-56\",\r\n    \"price\":10000,\r\n    \"transaction_type\":\"송금\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/accountHistory/regist"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Date","value":"Thu, 07 Sep 2023 15:34:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"계좌 기록 등록 완료"}],"_postman_id":"45b3281b-d8bc-4ab5-8b52-769285764607"},{"name":"계좌기록조회","id":"e5bbda7c-13b6-42f1-91cb-3c9641e42a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"//계좌 id로 조회할 경우\r\n{\r\n    \"id\":2\r\n}\r\n\r\n// // //uuid로 조회할 경우\r\n// {\r\n//     \"uuid\":1\r\n// }\r\n\r\n// //은행id로 조회할 경우\r\n// {\r\n//     \"bankId\":1\r\n// }\r\n\r\n// //계좌번호로 조회할 경우\r\n// {\r\n//     \"accountNum\" : \"234-1234-1234-56\"\r\n// }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/accountHistory","urlObject":{"protocol":"http","port":"8081","path":["bank","accountHistory"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5bbda7c-13b6-42f1-91cb-3c9641e42a61"}],"id":"eac4fb5d-2e6a-4417-9d8e-df762e6a5bbd","_postman_id":"eac4fb5d-2e6a-4417-9d8e-df762e6a5bbd","description":""},{"name":"은행","item":[{"name":"은행 조회","id":"d5fed641-e0f6-43cf-a125-879c68f0375e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/bank/bank/1","urlObject":{"protocol":"http","port":"8081","path":["bank","bank","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5fed641-e0f6-43cf-a125-879c68f0375e"}],"id":"291bcfe3-16cb-4b09-945f-747ae2473b0d","_postman_id":"291bcfe3-16cb-4b09-945f-747ae2473b0d","description":""},{"name":"카드","item":[{"name":"카드 등록","id":"1b5ed340-f673-4276-9b25-fdb587043dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1b5ed340-f673-4276-9b25-fdb587043dce"}],"id":"8c265758-a9b3-43df-85b3-0e140ce7a646","_postman_id":"8c265758-a9b3-43df-85b3-0e140ce7a646","description":""},{"name":"사용자 카드","item":[{"name":"사용자 카드 등록","id":"df59102e-5dab-43d8-9642-943451d0b9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountId\" : 1,\r\n    \"cardId\" : 1,\r\n    \"password\" :\"1234\",\r\n    \"cardNickname\" : \"hi\",\r\n    \"serialNumber\" : \"1234-5555-3333-2222\",\r\n    \"userPerformance\" : 0,\r\n    \"isPerformanced\" : false,\r\n    \"validDate\" : \"0404\",\r\n    \"cvc\" : \"003\",\r\n    \"performanceLevel\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card","urlObject":{"protocol":"http","port":"8081","path":["bank","card"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"df59102e-5dab-43d8-9642-943451d0b9ee"},{"name":"사용자 카드 조회","id":"59484850-d648-4afe-a9c1-880d58d95440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/bank/card/1","urlObject":{"protocol":"http","port":"8081","path":["bank","card","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5428f352-c5af-4e5f-93ac-bb801b5fa343","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/bank/card/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Sep 2023 13:30:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardUuid\": 2,\n        \"accountId\": 1,\n        \"cardId\": 2,\n        \"cardNickName\": \"hi\",\n        \"serialNumber\": \"1234-5555-3333-2222\",\n        \"userPerformance\": 0,\n        \"isPerformanced\": false\n    },\n    {\n        \"cardUuid\": 3,\n        \"accountId\": 2,\n        \"cardId\": 1,\n        \"cardNickName\": \"hi\",\n        \"serialNumber\": \"1234-5555-3333-2222\",\n        \"userPerformance\": 0,\n        \"isPerformanced\": false\n    }\n]"}],"_postman_id":"59484850-d648-4afe-a9c1-880d58d95440"},{"name":"카드 실적 조회","id":"c3e50397-cf52-47cf-a154-a55ff72ea1d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : \"1\",\r\n    \"startDate\" : \"2023-09-16T00:00:00\",\r\n    \"endDate\" : \"2023-09-23T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history/total","urlObject":{"protocol":"http","port":"8081","path":["bank","card-history","total"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2d85250d-5a54-485e-bc93-a72c64eff479","name":"카드 실적 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\" : \"1\",\r\n    \"startDate\" : \"2023-09-16T00:00:00\",\r\n    \"endDate\" : \"2023-09-23T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history/total"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Sep 2023 05:42:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category\": null,\n        \"discountAmount\": 0,\n        \"price\": 2260\n    },\n    {\n        \"category\": \"편의점1\",\n        \"discountAmount\": 700,\n        \"price\": 1700\n    },\n    {\n        \"category\": \"편의점2\",\n        \"discountAmount\": 200,\n        \"price\": 500\n    }\n]"}],"_postman_id":"c3e50397-cf52-47cf-a154-a55ff72ea1d1"},{"name":"시리얼 번호로 카드 조회","id":"3c50c165-6c62-4293-99c9-1b6afd52c892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serialNumber\":\"7887-8864-7064-5518\",\r\n    \"cvc\": \"994\",\r\n    \"validDate\" : \"12/25\",\r\n    \"password\" : \"17\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card/search","urlObject":{"protocol":"http","port":"8081","path":["bank","card","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c427a23c-6ab3-4bd2-8ea3-a516a4b1e8f3","name":"시리얼 번호로 카드 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serialNumber\":\"7887-8864-7064-5518\",\r\n    \"cvc\": \"994\",\r\n    \"validDate\" : \"12/25\",\r\n    \"password\" : \"17\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 20 Sep 2023 08:03:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardId\": 2,\n    \"serialNumber\": \"7887-8864-7064-5518\",\n    \"cardType\": \"체크카드\",\n    \"cardName\": \"노리2 체크카드\",\n    \"validDate\": \"12/25\",\n    \"visa\": true,\n    \"master\": true,\n    \"cardDefaulImage\": null\n}"}],"_postman_id":"3c50c165-6c62-4293-99c9-1b6afd52c892"}],"id":"7f6dfa2a-5175-4ac0-8629-9e06fb265cda","_postman_id":"7f6dfa2a-5175-4ac0-8629-9e06fb265cda","description":""},{"name":"혜택","item":[{"name":"혜택 조회","id":"43a3f3b7-3ad9-42cc-be0b-9e7e3fb0ae3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"43a3f3b7-3ad9-42cc-be0b-9e7e3fb0ae3d"},{"name":"사용자가 보유한 카드들의 특정 혜택 조회","id":"0253b692-005f-439d-bb01-d99563e05a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardUuidList\":[\r\n        1\r\n    ],\r\n    \"category\":\"편의점\",\r\n    \"storeName\":\"GS25\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/benefit/list","urlObject":{"protocol":"http","port":"8081","path":["bank","benefit","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0253b692-005f-439d-bb01-d99563e05a87"},{"name":"카드 혜택 남은 금액 조회","id":"c45e8081-f837-4e3a-9077-1f8610173ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/bank/benefit/discountAmount?cardUuid=1&benefitId=1","urlObject":{"protocol":"http","port":"8081","path":["bank","benefit","discountAmount"],"host":["localhost"],"query":[{"key":"cardUuid","value":"1"},{"key":"benefitId","value":"1"}],"variable":[]}},"response":[{"id":"051d01a8-42f3-4f61-941b-52971e804ee6","name":"카드 혜택 남은 금액 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8081/bank/benefit/discountAmount?cardUuid=1&benefitId=1","protocol":"http","host":["localhost"],"port":"8081","path":["bank","benefit","discountAmount"],"query":[{"key":"cardUuid","value":"1"},{"key":"benefitId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 16 Sep 2023 14:34:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"123"}],"_postman_id":"c45e8081-f837-4e3a-9077-1f8610173ac3"},{"name":"uuid리스트로 혜택 조회","id":"cc05798e-9180-4c05-8be6-df63c20284bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/benefit/benefitlist","urlObject":{"protocol":"http","port":"8081","path":["bank","benefit","benefitlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc05798e-9180-4c05-8be6-df63c20284bd"}],"id":"29b000ad-0fae-4d4a-a296-dd31e325d877","_postman_id":"29b000ad-0fae-4d4a-a296-dd31e325d877","description":""},{"name":"결제내역","item":[{"name":"카드 결제 내역 조회","id":"3772ebf0-6663-450f-aaad-d6e22f5baf46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cardUuid\" : 1,\n    \"startDate\" : \"2023-09-16T00:00:00\",\n    \"endDate\" : \"2023-10-17T00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history","urlObject":{"protocol":"http","port":"8081","path":["bank","card-history"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d336a43e-92be-4590-b327-64b9b3307185","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cardUuid\" : 1,\n    \"startDate\" : \"2023-09-16T00:00:00\",\n    \"endDate\" : \"2023-10-17T00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Sep 2023 01:25:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardHistoryId\": 1,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-17T00:00:00\",\n        \"amount\": 11,\n        \"store\": \"테스트\",\n        \"accountBalance\": 10,\n        \"discountAmount\": 20,\n        \"discountType\": \"청구할인\",\n        \"transactionType\": \"PAYALL\"\n    }\n]"},{"id":"00535d75-dd71-419a-adfc-664198763ebb","name":"카드 결제 내역 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cardUuid\" : 1,\n    \"startDate\" : \"2023-09-16T00:00:00\",\n    \"endDate\" : \"2023-10-17T00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Sep 2023 16:59:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardHistoryId\": 1,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T01:52:51.140501\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null\n    },\n    {\n        \"cardHistoryId\": 2,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T01:54:16.547531\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null\n    }\n]"},{"id":"9cd7806c-514c-4374-a77b-cade7e5b0601","name":"카드 결제 내역 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cardUuid\" : 1,\n    \"startDate\" : \"2023-09-16T00:00:00\",\n    \"endDate\" : \"2023-10-17T00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Sep 2023 04:24:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardHistoryId\": 1,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:28:21.179705\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 2,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:30:25.479204\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 3,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:33:24.069677\",\n        \"amount\": 0,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 4,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:43:54.943848\",\n        \"amount\": 0,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 5,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:46:54.835637\",\n        \"amount\": 80,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 6,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:52:38.921214\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 7,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:54:23.544296\",\n        \"amount\": 80,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 8,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T12:54:36.025947\",\n        \"amount\": 800,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 9,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T13:03:58.384684\",\n        \"amount\": 800,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 10,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T13:18:42.480601\",\n        \"amount\": 800,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": 200,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 11,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T12:54:16.719323\",\n        \"amount\": 800,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": 200,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 12,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T12:54:28.477702\",\n        \"amount\": 1000,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"편의점\"\n    },\n    {\n        \"cardHistoryId\": 13,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:06.692355\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    },\n    {\n        \"cardHistoryId\": 14,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:08.114877\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    },\n    {\n        \"cardHistoryId\": 15,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:09.037978\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    },\n    {\n        \"cardHistoryId\": 16,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:09.928413\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    },\n    {\n        \"cardHistoryId\": 17,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:10.742167\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    },\n    {\n        \"cardHistoryId\": 18,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-21T13:24:11.534621\",\n        \"amount\": 1000,\n        \"store\": \"CGV\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    }\n]"},{"id":"51cdf513-a4d6-4aa3-9581-df0aad45c041","name":"카드 결제 내역 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cardUuid\" : 1,\n    \"startDate\" : \"2023-09-16T00:00:00\",\n    \"endDate\" : \"2023-10-17T00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/card-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 24 Sep 2023 09:56:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardHistoryId\": 1,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T01:52:51.140501\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": null\n    },\n    {\n        \"cardHistoryId\": 2,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-20T01:54:16.547531\",\n        \"amount\": 100,\n        \"store\": \"CU\",\n        \"accountBalance\": 0,\n        \"discountAmount\": null,\n        \"discountType\": null,\n        \"transactionType\": null,\n        \"category\": null\n    },\n    {\n        \"cardHistoryId\": 3,\n        \"cardUuid\": 1,\n        \"transactionDate\": \"2023-09-24T18:55:03.334788\",\n        \"amount\": 800,\n        \"store\": \"CGV\",\n        \"accountBalance\": 31597521,\n        \"discountAmount\": 200,\n        \"discountType\": \"현장할인\",\n        \"transactionType\": \"일시불\",\n        \"category\": \"영화\"\n    }\n]"}],"_postman_id":"3772ebf0-6663-450f-aaad-d6e22f5baf46"}],"id":"fb144eb7-7ffc-47e7-bd1b-7953c24db1ec","_postman_id":"fb144eb7-7ffc-47e7-bd1b-7953c24db1ec","description":""},{"name":"실적","item":[{"name":"test","id":"e6842a79-bc2d-4f73-82c9-bac15ed74d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardId\":1,\r\n    \"level\":1,\r\n    \"levelPrice\":10000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/performance/regist","urlObject":{"protocol":"http","port":"8081","path":["bank","performance","regist"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6842a79-bc2d-4f73-82c9-bac15ed74d77"},{"name":"사용자 카드 실적 조회","id":"23ee7b46-e929-4238-b1d7-b55bb8be4436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"cardUuidList\":[\r\n        1\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/performance/list","urlObject":{"protocol":"http","port":"8081","path":["bank","performance","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba2c4c31-1983-4541-b6c7-d62a641e23f7","name":"사용자 카드 실적 조회","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n \"cardUuidList\":[\r\n        1\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/bank/performance/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 20 Sep 2023 01:45:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cardUuid\": 1,\n        \"level\": 3,\n        \"nextLevel\": 0,\n        \"price\": 300000,\n        \"totalPrice\": 0,\n        \"pastPerformance\": true\n    }\n]"}],"_postman_id":"23ee7b46-e929-4238-b1d7-b55bb8be4436"},{"name":"사용자 카드 목록 조회","id":"7f4960cd-c1e6-407d-bccb-75be0c1fa2d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/cards/2","urlObject":{"protocol":"http","port":"8080","path":["api","cards","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4cc39fd-f498-4659-b24d-9dec38d52c25","name":"사용자 카드 목록 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/cards/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 20 Sep 2023 13:20:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"cocoType\": false,\n        \"cardUuid\": 0,\n        \"serialNumber\": \"7887-8864-7064-5518\",\n        \"cardOrder\": 1,\n        \"registedDate\": \"2023-09-20T21:34:24.300037\",\n        \"withdrawDate\": null,\n        \"cardType\": \"체크카드\",\n        \"cardName\": \"노리2 체크카드\",\n        \"validDate\": \"12/25\",\n        \"visa\": true,\n        \"master\": true,\n        \"cardNickname\": null,\n        \"cardDefaultImage\": null,\n        \"cardCustomImage\": null,\n        \"user\": {\n            \"id\": 2,\n            \"uuid\": 2,\n            \"name\": \"hwanhee\",\n            \"password\": \"ssafy\",\n            \"tel\": \"010-2127-8634\",\n            \"birth\": \"2023-09-07\",\n            \"age\": 22,\n            \"registedDate\": \"2023-09-07T13:39:03\",\n            \"withdrawDate\": null,\n            \"signImage\": \"dsfsdf\",\n            \"recommendType\": true,\n            \"appPassword\": \"123456\",\n            \"fingerprint\": true,\n            \"phoneUuid\": \"sdfdsf\"\n        }\n    },\n    {\n        \"id\": 2,\n        \"cocoType\": false,\n        \"cardUuid\": 0,\n        \"serialNumber\": \"7887-8864-7064-5518\",\n        \"cardOrder\": 2,\n        \"registedDate\": \"2023-09-20T21:38:15.468549\",\n        \"withdrawDate\": null,\n        \"cardType\": \"체크카드\",\n        \"cardName\": \"노리2 체크카드\",\n        \"validDate\": \"12/25\",\n        \"visa\": true,\n        \"master\": true,\n        \"cardNickname\": null,\n        \"cardDefaultImage\": null,\n        \"cardCustomImage\": null,\n        \"user\": {\n            \"id\": 2,\n            \"uuid\": 2,\n            \"name\": \"hwanhee\",\n            \"password\": \"ssafy\",\n            \"tel\": \"010-2127-8634\",\n            \"birth\": \"2023-09-07\",\n            \"age\": 22,\n            \"registedDate\": \"2023-09-07T13:39:03\",\n            \"withdrawDate\": null,\n            \"signImage\": \"dsfsdf\",\n            \"recommendType\": true,\n            \"appPassword\": \"123456\",\n            \"fingerprint\": true,\n            \"phoneUuid\": \"sdfdsf\"\n        }\n    },\n    {\n        \"id\": 3,\n        \"cocoType\": false,\n        \"cardUuid\": 1,\n        \"serialNumber\": \"7887-8864-7064-5518\",\n        \"cardOrder\": 3,\n        \"registedDate\": \"2023-09-20T21:55:35.961162\",\n        \"withdrawDate\": null,\n        \"cardType\": \"체크카드\",\n        \"cardName\": \"노리2 체크카드\",\n        \"validDate\": \"12/25\",\n        \"visa\": true,\n        \"master\": true,\n        \"cardNickname\": null,\n        \"cardDefaultImage\": null,\n        \"cardCustomImage\": null,\n        \"user\": {\n            \"id\": 2,\n            \"uuid\": 2,\n            \"name\": \"hwanhee\",\n            \"password\": \"ssafy\",\n            \"tel\": \"010-2127-8634\",\n            \"birth\": \"2023-09-07\",\n            \"age\": 22,\n            \"registedDate\": \"2023-09-07T13:39:03\",\n            \"withdrawDate\": null,\n            \"signImage\": \"dsfsdf\",\n            \"recommendType\": true,\n            \"appPassword\": \"123456\",\n            \"fingerprint\": true,\n            \"phoneUuid\": \"sdfdsf\"\n        }\n    },\n    {\n        \"id\": 4,\n        \"cocoType\": false,\n        \"cardUuid\": 1,\n        \"serialNumber\": \"7887-8864-7064-5518\",\n        \"cardOrder\": 4,\n        \"registedDate\": \"2023-09-20T22:03:00.55644\",\n        \"withdrawDate\": null,\n        \"cardType\": \"체크카드\",\n        \"cardName\": \"노리2 체크카드\",\n        \"validDate\": \"12/25\",\n        \"visa\": true,\n        \"master\": true,\n        \"cardNickname\": null,\n        \"cardDefaultImage\": null,\n        \"cardCustomImage\": null,\n        \"user\": {\n            \"id\": 2,\n            \"uuid\": 2,\n            \"name\": \"hwanhee\",\n            \"password\": \"ssafy\",\n            \"tel\": \"010-2127-8634\",\n            \"birth\": \"2023-09-07\",\n            \"age\": 22,\n            \"registedDate\": \"2023-09-07T13:39:03\",\n            \"withdrawDate\": null,\n            \"signImage\": \"dsfsdf\",\n            \"recommendType\": true,\n            \"appPassword\": \"123456\",\n            \"fingerprint\": true,\n            \"phoneUuid\": \"sdfdsf\"\n        }\n    }\n]"}],"_postman_id":"7f4960cd-c1e6-407d-bccb-75be0c1fa2d2"}],"id":"760625da-3a5b-4892-bba7-131b7dfad077","_postman_id":"760625da-3a5b-4892-bba7-131b7dfad077","description":""},{"name":"test","id":"bde9859d-e8b2-4557-8b1c-f6c2199cd61d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"bde9859d-e8b2-4557-8b1c-f6c2199cd61d"}]}