Files
b2b/bruno/api_v1/currency/Currency.yml
2026-04-17 15:15:28 +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: "2"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5