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

29 lines
337 B
Plaintext

meta {
name: Add
type: http
seq: 1
}
post {
url: http://localhost:11000/api/gebox/instance/:alder
body: json
auth: inherit
}
params:path {
alder: add
}
body:json {
{
"instance":"DAP Personal Website",
"domain":"ditaajipratama.net",
"product":1,
"status":"pending"
}
}
settings {
encodeUrl: true
}