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

25 lines
291 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{url}}/payment/accounts
body: json
auth: inherit
}
body:json {
{
"walletId": "56f2aba8-5687-4e63-8d6a-e120b50ef891",
"currency": "NOK",
"label": "NOK Savings"
}
}
settings {
encodeUrl: true
timeout: 0
}