29 lines
314 B
Plaintext
29 lines
314 B
Plaintext
meta {
|
|
name: Tension Add
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://uas.ditaajipratama.net/api/checkcare/tension/:alder
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
alder: add
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer xx.xx.xx
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"sys":88,
|
|
"dia":88,
|
|
"pulse":88,
|
|
"note":"175"
|
|
}
|
|
}
|