POST /app/services/nurse/get-organization
Description
This endpoint allows a nurse to get the organization 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 Activo",
"status": 200
}