20 lines
219 B
Plaintext
20 lines
219 B
Plaintext
meta {
|
|
name: create api
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/create
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Nasi Goreng",
|
|
"price": "10000",
|
|
"qty": "1",
|
|
}
|
|
}
|