Go-TestAPI/golang-test/Manufacturer/Create Manufacturer.bru

18 lines
169 B
Plaintext

meta {
name: Create Manufacturer
type: http
seq: 1
}
post {
url: {{host}}/manufacturer
body: json
auth: basic
}
body:json {
{
"name": "ЧЯЗ"
}
}