Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/2.0/appointments/ | List Appointments |
| GET | /api/2.0/appointments/{id}/ | Retrieve Appointment |
| POST | /api/2.0/appointments/ | Create Appointment |
| PATCH | /api/2.0/appointments/{id}/ | Partially Update Appointment |
| PUT | /api/2.0/appointments/{id}/ | Update Appointment |
| DELETE | /api/2.0/appointments/{id}/ | Delete Appointment |
