Authentication # POST in terminal $ curl -X POST http://localhost:4000/auth/login -d '{"username": "john", "password": "changeme"}' -H "Content-Type: application/json" curl http://localhost:4000/profile -H "Authorization: Bearer ey..."