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