debt-pirate/bruno/Debt Pirate/account/read.bru

29 lines
366 B
Text
Raw Normal View History

2025-03-27 18:09:32 -04:00
meta {
name: read
type: http
seq: 2
}
get {
url: {{protocol}}//{{domain}}/account
body: none
auth: bearer
}
headers {
Accept: application/json;charset=utf-8
}
auth:bearer {
token: {{sessionToken}}
}
body:json {
{
"type": "asset",
"name": "Quick Cash Account",
"description": "Franklin Savings Bank",
"currencyCode": "USD"
}
}