uas-mobile-22412001/bruno/Checkcare/Profile/Profile Edit.bru

28 lines
330 B
Plaintext

meta {
name: Profile Edit
type: http
seq: 2
}
post {
url: https://uas.ditaajipratama.net/api/checkcare/profile/:alder
body: json
auth: none
}
params:path {
alder: edit
}
headers {
Authorization: Bearer xx.xx.xx
}
body:json {
{
"name": "Dita Aji Pratama",
"dob": "1999-09-09",
"sex": "Male"
}
}