feat: add list of currencies

This commit is contained in:
2026-04-17 15:12:41 +02:00
parent ec44200332
commit 93a7dd1718
10 changed files with 102 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
info:
name: currency
name: Currency
type: http
seq: 1

View File

@@ -0,0 +1,15 @@
info:
name: List
type: http
seq: 3
http:
method: GET
url: "{{bas_url}}/restricted/currency-rate/list"
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5

View File

@@ -1,10 +1,10 @@
info:
name: currency-rate
name: Update currency rate
type: http
seq: 2
http:
method: POST
method: PATCH
url: "{{bas_url}}/restricted/currency-rate"
body:
type: json