Files
b2b/bruno/api_v1/currency/currency.yml
2026-04-03 09:22:58 +02:00

21 lines
274 B
YAML

info:
name: currency
type: http
seq: 1
http:
method: GET
url: "{{bas_url}}/restricted/currency-rate/{{id}}"
auth: inherit
runtime:
variables:
- name: id
value: "1"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5