employeeId
roleType
{ "email": "emp1@org.com", "password": "aB3xK9mP" }
curl --location --request POST '/auth/employee-login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "emp1@org.com", "password": "aB3xK9mP" }'
{ "success": true, "data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "employee": { "id": "cm5emp001", "name": "Jane Smith", "email": "emp1@org.com", "role": "Frontend Engineer", "department": "Engineering" } }, "message": "Employee login successful" }