Retrieve all event types that the authenticated user has access to. This endpoint returns a list of event types owned by the user or accessible through team memberships.
{ "success": false, "error": { "code": "VALIDATION_ERROR", "message": "The given data was invalid.", "details": { "slug": ["The slug has already been taken."] } }}