Files
ris-backend-go/rest-files/patient.http
2024-12-09 09:51:19 +07:00

20 lines
360 B
HTTP

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
}