1. Sign in
Use a workspace account to receive an ID token. Use that token as the bearer token for API calls.
curl -X POST https://app.ezw.solutions/api/auth/login \
-H "Content-Type: application/json" \
-d '{
"email": "owner@example.com",
"password": "your-password"
}'