30 lines
368 B
Plaintext
30 lines
368 B
Plaintext
meta {
|
|
name: Glucose Add
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://uas.ditaajipratama.net/api/checkcare/glucose/:alder
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
alder: add
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer xx.xx.xx
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"result":"88",
|
|
"unit":"mg/dL",
|
|
"method":"CBG",
|
|
"location":"Right Hand",
|
|
"tool":"Alat Doraemon"
|
|
}
|
|
}
|