Go-TestAPI/golang-test/ProductCreate.bru

26 lines
292 B
Plaintext

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