bruno/Byndle/Customers/Customer.bru

12 lines
127 B
Plaintext
Raw Normal View History

2025-02-18 09:11:46 +01:00
meta {
name: Customer
type: http
seq: 1
}
get {
url: {{host}}/customers/{{customerId}}
body: none
auth: inherit
}