"access_token": "eyJhbGc...", "token_type": "Bearer", "expires_in": 1200, "user": "id": "a1b2c3", "email": "jane.doe@example.edu", "user_type": "applicant", "mfa_required": false

"email": "jane.doe@example.edu", "password": "SecurePass123!", "mfa_code": "123456" // optional

1. Overview Goal: Provide a secure, role-based authentication system for Army ROTC applicants (high school students, college students, scholarship applicants, and cadre members).

POST /api/v1/auth/login

Army Rotc Application Login Here

"access_token": "eyJhbGc...", "token_type": "Bearer", "expires_in": 1200, "user": "id": "a1b2c3", "email": "jane.doe@example.edu", "user_type": "applicant", "mfa_required": false

"email": "jane.doe@example.edu", "password": "SecurePass123!", "mfa_code": "123456" // optional

1. Overview Goal: Provide a secure, role-based authentication system for Army ROTC applicants (high school students, college students, scholarship applicants, and cadre members).

POST /api/v1/auth/login