Files
DADProject/bruno_collection/Transactions/Get Transactions.bru
2025-12-04 20:45:22 +00:00

16 lines
170 B
Plaintext

meta {
name: Get Transactions
type: http
seq: 1
}
get {
url: {{api_url}}/transactions
body: none
auth: none
}
headers {
Authorization: Bearer {{token}}
}