inventory/bruno/price/Price Remove.bru

18 lines
176 B
Plaintext
Raw Normal View History

2025-01-16 11:53:23 +07:00
meta {
name: Price Remove
type: http
seq: 5
}
post {
url: http://localhost:11000/api/invlab/price/remove
body: json
auth: none
}
body:json {
{
"id":5
}
}