BackendAPI ReferenceAuthentication APIOn this pageAuthentication API Register POST /api/auth/register Register a new user. Request { "name": "John Doe", "email": "john@company.com", "password": "secure123"} Response { "id": "uuid", "name": "John Doe", "email": "john@company.com", "status": "pending"}