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

19 lines
203 B
Plaintext
Raw Normal View History

2025-07-15 13:27:55 +07:00
meta {
name: Create API
type: http
seq: 6
}
post {
url: http://{{BASE_URL}}/api/create
body: json
auth: inherit
}
body:json {
{
"name": "Test Lagi",
"phone": "080000000002"
}
}