brf/.bruno/BRF/api-accounts.bru

16 lines
156 B
Plaintext

meta {
name: /api/accounts
type: http
seq: 9
}
get {
url: {{base_url}}/api/accounts
body: none
auth: inherit
}
settings {
encodeUrl: true
}