27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
|
|
meta {
|
||
|
|
name: Glucose List
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://uas.ditaajipratama.net/api/checkcare/glucose/:alder
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
alder: list
|
||
|
|
}
|
||
|
|
|
||
|
|
headers {
|
||
|
|
Authorization: Bearer xx.xx.xx
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"weight":88,
|
||
|
|
"height":175
|
||
|
|
}
|
||
|
|
}
|