Add account creation via SOAP with frontend and backend integration
- Backend: Introduced
/api/azerothcore/accountsroute for creating accounts via SOAP, including validation and error handling. - Frontend: Added "Create Account" dialog in Accounts page with form validation and SOAP integration.
- Updated
composeOverride.jsto enable SOAP withAC_SOAP_ENABLEDparameter. - Adjusted test case timings in
junit.xmlfor consistency.