{"info":{"_postman_id":"d5842fc1-2a5d-4d59-b37a-8f133a76e8d8","name":"currency_user","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39376424","collectionId":"d5842fc1-2a5d-4d59-b37a-8f133a76e8d8","publishedId":"2sAYBXAAAX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-27T16:31:53.000Z"},"item":[{"name":"user","item":[{"name":"전체 사용자 조회","id":"204065a3-2c83-4b8a-b8bc-e6b2a9e9f420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/users","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"204065a3-2c83-4b8a-b8bc-e6b2a9e9f420"},{"name":"특정 사용자 조회","id":"62318074-5748-445b-a3ec-111e919119db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/users/{id}","urlObject":{"port":"8080","path":["users","{id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"62318074-5748-445b-a3ec-111e919119db"},{"name":"사용자 생성","id":"e4af0ecc-849c-4d92-be1f-36b1fc79f4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"testname\",\n    \"email\": \"testemail@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4af0ecc-849c-4d92-be1f-36b1fc79f4ee"},{"name":"사용자 삭제","id":"eaf7c1f4-c7ef-4e52-9359-0b66f55c4372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/users/{id}","urlObject":{"port":"8080","path":["users","{id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eaf7c1f4-c7ef-4e52-9359-0b66f55c4372"}],"id":"ca83061a-49ff-466c-98a4-1c42528dd8e9","_postman_id":"ca83061a-49ff-466c-98a4-1c42528dd8e9","description":""},{"name":"currency","item":[{"name":"전체 통화정보 조회","id":"1a198a37-d2d7-4705-8ef9-6390e853d1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/currencies","urlObject":{"port":"8080","path":["currencies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a198a37-d2d7-4705-8ef9-6390e853d1c5"},{"name":"특정 통화 정보 조회","id":"6375e1ae-0713-438d-8ecb-c9041b3f8d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/currencies/1","urlObject":{"port":"8080","path":["currencies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6375e1ae-0713-438d-8ecb-c9041b3f8d47"},{"name":"통화 정보 생성 달러","id":"15a63e73-1ec8-461e-b088-07cdc31b79b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currencyName\":\"USD\",\n    \"exchangeRate\":1430.00,\n    \"symbol\":\"$\",\n    \"decimalPlaces\": 2\n    }\t","options":{"raw":{"language":"json"}}},"url":"localhost:8080/currencies","urlObject":{"port":"8080","path":["currencies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"15a63e73-1ec8-461e-b088-07cdc31b79b9"},{"name":"통화 정보 생성 엔","id":"8118e0e2-c8aa-44f2-8d7c-962fc78f52de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currencyName\": \"JPY\",\n    \"exchangeRate\": 9.50,\n    \"symbol\": \"¥\",\n    \"decimalPlaces\": 0\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/currencies","urlObject":{"port":"8080","path":["currencies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8118e0e2-c8aa-44f2-8d7c-962fc78f52de"}],"id":"ca1ef8db-da49-498f-8028-9764d10d16b0","_postman_id":"ca1ef8db-da49-498f-8028-9764d10d16b0","description":""},{"name":"exchange","item":[{"name":"환전 요청 생성","id":"96563fab-2861-463f-9ce8-ec49c439be61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\":1,\n    \"currencyId\":2,\n    \"beforeExchange\":10000\n    }\t","options":{"raw":{"language":"json"}}},"url":"localhost:8080/exchange-requests","urlObject":{"port":"8080","path":["exchange-requests"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96563fab-2861-463f-9ce8-ec49c439be61"},{"name":"특정 사용자의 환전 조회 요청","id":"fce1517f-f7fb-451c-ad29-a4d7819cde1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/exchange-requests/user/{userid}","urlObject":{"port":"8080","path":["exchange-requests","user","{userid}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fce1517f-f7fb-451c-ad29-a4d7819cde1c"},{"name":"환전 요청 상태 업데이트","id":"0cbed270-0eca-42b5-994d-8ed358a15773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/exchange-requests/{id}?status=CANCELLED","urlObject":{"port":"8080","path":["exchange-requests","{id}"],"host":["localhost"],"query":[{"key":"status","value":"CANCELLED"}],"variable":[]}},"response":[],"_postman_id":"0cbed270-0eca-42b5-994d-8ed358a15773"},{"name":"사용자 삭제 시 환전 요청 삭제","id":"46af6b5e-5802-42f6-9560-b573a4679ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/users/{userid}","urlObject":{"port":"8080","path":["users","{userid}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46af6b5e-5802-42f6-9560-b573a4679ca7"}],"id":"6770d150-6c3d-4b1b-9d8a-02a895782e8f","_postman_id":"6770d150-6c3d-4b1b-9d8a-02a895782e8f","description":""}]}