🔌 Active API Endpoints Hub
POST
/api/v1/auth/register
Register user & encrypt password (Bcrypt 12 Rounds)
POST
/api/v1/auth/login
Strict User ID check & password validation (Test: frx1 / 123456)
GET
/api/v1/auth/me
Authenticated Profile (Requires Bearer JWT Token)