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

17 lines
164 B
Plaintext

meta {
name: List
type: http
seq: 3
}
get {
url: {{url}}/payment/beneficiaries
body: json
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}