Go-TestAPI/brunoTest/golang-test/Product/Get Products.bru

18 lines
186 B
Plaintext

meta {
name: Get Products
type: http
seq: 3
}
get {
url: {{host}}/product
body: json
auth: none
}
body:multipart-form {
name: Яблоко
price: 5
manufacturer: 1
}