26 lines
270 B
Plaintext
26 lines
270 B
Plaintext
|
|
meta {
|
||
|
|
name: Fasting Remove
|
||
|
|
type: http
|
||
|
|
seq: 3
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://uas.ditaajipratama.net/api/checkcare/fasting/:alder
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
alder: remove
|
||
|
|
}
|
||
|
|
|
||
|
|
headers {
|
||
|
|
Authorization: Bearer xx.xx.xx
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"id":1
|
||
|
|
}
|
||
|
|
}
|