Go-TestAPI/brunoTest/golang-test/User/Get Buyed Products.bru

16 lines
161 B
Plaintext

meta {
name: Get Buyed Products
type: http
seq: 5
}
get {
url: {{host}}/user/products
body: none
auth: bearer
}
auth:bearer {
token: {{token}}
}