VSN-2837 : feat(email-templates): add email template management functionality
- Implemented API endpoints for email templates including CRUD operations.
- Created Zustand store for managing email templates with pagination and filtering.
- Enhanced table component to support select filters and improved UI for email template actions.
- Updated email template form to include variable management and improved validation schema.
- Refactored email template data structure to use UUIDs and updated relevant components.
- Added support for archiving and restoring email templates with appropriate UI feedback.
Closes VSN-2837