25 lines
306 B
Plaintext
25 lines
306 B
Plaintext
meta {
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/payment/wallets
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"ledgerId": "ee228d0d-b48c-4878-aca3-050a7434503b",
|
|
"entityId": "some-external-entity",
|
|
"label": "Securities"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|