Template
1
0
Files
boilerplate/.bruno/Payment/wallet/create.bru

25 lines
292 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{url}}/payment/accounts
body: json
auth: inherit
}
body:json {
{
"walletId": "c13bd907-d760-4628-95e8-a723a54dff83",
"currency": "NOK",
"label": "Sample Funds"
}
}
settings {
encodeUrl: true
timeout: 0
}