27 lines
284 B
Plaintext
27 lines
284 B
Plaintext
meta {
|
|
name: Temp Add
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://uas.ditaajipratama.net/api/checkcare/temp/:alder
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
alder: add
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer xx.xx.xx
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"temperature":75,
|
|
"unit":"C"
|
|
}
|
|
}
|