Go-TestAPI/brunoTest/golang-test/Product/Buy Product.bru

16 lines
154 B
Plaintext

meta {
name: Buy Product
type: http
seq: 5
}
get {
url: {{host}}/product/4/buy
body: none
auth: bearer
}
auth:bearer {
token: {{token}}
}