curl -X POST http://localhost:4001/v1/auth/login \ -H "X-API-Key: " \ -H "Content-Type: application/json" \ -d '{ "email": "demo@nkapfin.com", "password": "TestPassword123!"}'
// Response will appear here after sending a request