Investigate and address persistent 404 errors occurring during login and registration processes.
Corrected the import path for auth.utils in Register.tsx to resolve module not found error.
Refactor auth.utils.ts into smaller modules for better organization and maintainability. Split functions into networkUtils.ts, responseUtils.ts, and toastUtils.ts based on their purpose.