first commit
This commit is contained in:
20
rest-files/patient.http
Normal file
20
rest-files/patient.http
Normal file
@@ -0,0 +1,20 @@
|
||||
POST http://localhost:8080/westone/api/v1/mdpatient/searchpatient
|
||||
Content-Type: application/json
|
||||
Authorization: {{token}}
|
||||
|
||||
{
|
||||
"keyword":"wahyu+",
|
||||
"page":1,
|
||||
"perpage":10
|
||||
}
|
||||
|
||||
####
|
||||
GET http://localhost:8080/westone/api/v1/mddoctor/searchdoctor
|
||||
Content-Type: application/json
|
||||
Authorization: {{token}}
|
||||
|
||||
{
|
||||
"keyword":"",
|
||||
"page":1,
|
||||
"perpage":10
|
||||
}
|
||||
Reference in New Issue
Block a user