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

26 lines
280 B
Plaintext

meta {
name: Create Product
type: http
seq: 1
}
post {
url: {{host}}/product
body: json
auth: none
}
body:json {
{
"name": "Яблоко",
"price": 5,
"manufacturerID": 1
}
}
body:multipart-form {
name: Яблоко
price: 5
manufacturer: 1
}