uas-web-22412001/api/bruno/Create.bru

27 lines
274 B
Plaintext
Raw Normal View History

2025-07-15 13:23:28 +07:00
meta {
name: Create
type: http
seq: 2
}
get {
url: http://localhost:11000/api/:crud
body: json
auth: none
}
params:path {
crud: create
}
body:json {
{
"name":"Gepeng",
"phone":"7777777"
}
}
docs {
crud = add | edit | remove | list | detail
}