Endpoints

POST/v1/auth/loginVault
cURL
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

// Response will appear here after sending a request