inventory/bruno/item/Item Add.bru

16 lines
181 B
Plaintext
Raw Normal View History

2025-01-16 11:53:23 +07:00
meta {
name: Item Add
type: http
seq: 3
}
post {
url: http://localhost:11000/api/invlab/item/add
body: json
auth: none
}
body:json {
{"name":"Card holder wallet"}
}