brf/.bruno/BRF/Invoices.bru
2025-11-27 12:22:51 +01:00

16 lines
151 B
Plaintext

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