### POST A NEW USER POST http://localhost:3000/api/users Content-Type: application/json { "username": "astria", "password": "toor" } ### LOGIN USER POST http://localhost:3000/api/users/login Content-Type: application/json { "username": "John Doe", "password": "securepassword123" }