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

24 lines
247 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{url}}/payment/beneficiaries
body: json
auth: inherit
}
body:json {
{
"tenantId": "valkyr-inc",
"label": "Valkyr Inc."
}
}
settings {
encodeUrl: true
timeout: 0
}