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 }