20 lines
211 B
Plaintext
20 lines
211 B
Plaintext
meta {
|
|
name: Create API
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: http://{{BASE_URL}}/api/create
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Test Lagi",
|
|
"price": "10000",
|
|
"qty": 10
|
|
}
|
|
}
|