uas-mobile-22412001/bruno/Checkcare/Glucose/Glucose Remove.bru

26 lines
270 B
Plaintext

meta {
name: Glucose Remove
type: http
seq: 3
}
post {
url: https://uas.ditaajipratama.net/api/checkcare/glucose/:alder
body: json
auth: none
}
params:path {
alder: remove
}
headers {
Authorization: Bearer xx.xx.xx
}
body:json {
{
"id":1
}
}