Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/2.0/staff_groups/ | List Staff Groups |
| GET | /api/2.0/staff_groups/{id}/ | Retrieve Staff Group |
| POST | /api/2.0/staff_groups/ | Create Staff Group |
| PATCH | /api/2.0/staff_groups/{id}/ | Partially Update Staff Group |
| PUT | /api/2.0/staff_groups/{id}/ | Update Staff Group |
| DELETE | /api/2.0/staff_groups/{id}/ | Delete Staff Group |
