uas-web-22412056/costapy/create api.bru
2025-07-15 15:20:21 +07:00

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