# Create a new appointment type Endpoint: POST /appointment-type Version: 1.0 Security: bearer ## Request fields (application/json): - `title` (string, required) The title of the appointment type Example: "1 Filling - Returning" - `isEnabled` (boolean) Indicates if the appointment type is enabled Example: true ## Response 201 fields (application/json): - `title` (string, required) The title of the appointment type Example: "1 Filling - Returning" - `isEnabled` (boolean) Indicates if the appointment type is enabled Example: true ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401