Go-TestAPI/golang-test/ManufacturerCreate.bru

18 lines
181 B
Plaintext

meta {
name: ManufacturerCreate
type: http
seq: 3
}
post {
url: http://localhost:8080/manufacturer
body: json
auth: basic
}
body:json {
{
"name": "ЧЯЗ"
}
}