POST /app/services/nurse/finish-take-examens
Description
This endpoint allows a nurse to finish the take examens service
TIP
user authentication is required to access this information.
Body
| Name | Type | Description | Required |
|---|---|---|---|
| location | string | location | Yes |
| service_id | string | service_id | Yes |
Response
json
{
"message": "Servicio Finalizado",
"status": 200
}