Template
1
0
Files
boilerplate/.bruno/Payment/ledger/wallets.bru
2025-12-05 01:56:42 +01:00

21 lines
233 B
Plaintext

meta {
name: Wallets
type: http
seq: 3
}
get {
url: {{url}}/payment/ledgers/:id/wallets
body: json
auth: inherit
}
params:path {
id: 3c71d240-a375-42e1-9a78-0575bf33fabb
}
settings {
encodeUrl: true
timeout: 0
}