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

25 lines
306 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{url}}/payment/wallets
body: json
auth: inherit
}
body:json {
{
"ledgerId": "3c71d240-a375-42e1-9a78-0575bf33fabb",
"entityId": "some-external-entity",
"label": "Securities"
}
}
settings {
encodeUrl: true
timeout: 0
}