Files
2026-04-15 15:23:57 +07:00

15 lines
250 B
HTTP

###
POST http://{{host}}/confirm_eform/getorder/listpatient
Content-Type: "application/json"
{
}
###
POST http://{{host}}/confirm_eform/getorder/update_status
Content-Type: "application/json"
{
"id": "132199",
"status": "E"
}