**Description:** - `POST /auth/register` - Hash password with bcrypt (saltRounds: 12) - Create user in DB with PENDING_VERIFICATION status - Send email verification link (6-digit OTP stored in Redis, TTL: 24h) - Return: `{ message: "Verification email sent" }` ---
Description:
POST /auth/register{ message: "Verification email sent" }