GET /locations/:location_id/appointment_types
This endpoint retrieves appointment types for a specific location.Parameters
- location_id (required): The ID of the location for which appointment types are to be retrieved.
- after: A parameter to specify the cursor for pagination.
- items: A parameter to specify the number of items to be returned.

