MYD-6666/feat: implement paginated order search with enhanced filtering options
- Updated the .env file to point to the local gateway API for development.
- Modified OrderTableFilters to include additional optional fields for enhanced filtering.
- Introduced OrdersSearchParams and OrdersPage interfaces for paginated order retrieval.
- Implemented useGetOrdersPaginatedSearch hook for fetching orders with pagination and filters.
- Updated endpoints to include a new endpoint for paginated order search.
- Refactored OrderTableRow and OrderTableToolbar components to accommodate new filtering options.
- Enhanced all-orders-view to support paginated order display and improved filtering logic.
- Adjusted OrderListView to utilize the new paginated data fetching mechanism.
Closes MYD-6666