27 lines
340 B
Plaintext
27 lines
340 B
Plaintext
meta {
|
|
name: Fasting Add
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://uas.ditaajipratama.net/api/checkcare/fasting/:alder
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
alder: add
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer xx.xx.xx
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"when_last_eat":"2025-04-28 14:48:00",
|
|
"when_last_drink":"2025-04-28 14:48:00"
|
|
}
|
|
}
|