costapy/bruno/GeBox/Package/Add.bru
2025-09-17 13:38:08 +07:00

27 lines
263 B
Plaintext

meta {
name: Add
type: http
seq: 2
}
post {
url: http://localhost:11000/api/gebox/package/:alder
body: json
auth: inherit
}
params:path {
alder: add
}
body:json {
{
"name":"My Package",
"desc":null
}
}
settings {
encodeUrl: true
}