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

17 lines
169 B
Plaintext

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