uas-mobile-22412001/bruno/Checkcare/BMI/BMI Add.bru

27 lines
279 B
Plaintext

meta {
name: BMI Add
type: http
seq: 1
}
post {
url: https://uas.ditaajipratama.net/api/checkcare/bmi/:alder
body: json
auth: none
}
params:path {
alder: add
}
headers {
Authorization: Bearer xx.xx.xx
}
body:json {
{
"weight":88,
"height":175
}
}