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

16 lines
154 B
Plaintext
Raw Permalink Normal View History

2024-06-07 12:52:30 +00:00
meta {
name: Buy Product
type: http
seq: 5
}
get {
2024-06-09 12:58:38 +00:00
url: {{host}}/product/4/buy
2024-06-07 12:52:30 +00:00
body: none
2024-06-09 12:58:38 +00:00
auth: bearer
}
auth:bearer {
token: {{token}}
2024-06-07 12:52:30 +00:00
}