uas-web-22412001/api/bruno/Create API.bru
2025-07-15 13:54:40 +07:00

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
}
}