{
"status": "success",
"message": "Authentication successful",
"errors": null,
"data": {
"accessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600,
"organization": {
"organizationId": "550e8400-e29b-41d4-a716-446655440000",
"azureClientId": "12345678-1234-1234-1234-123456789abc",
"organizationName": "Organization Name",
"contactEmail": "admin@organization.com",
"accessLevel": 2,
"isActive": true,
"rateLimitPerHour": 1000,
"allowedIpAddresses": "10.0.0.0/8",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T14:45:00Z",
"lastAccessedAt": "2024-01-25T09:15:00Z",
"totalApiCalls": 2847,
"createdByUserEmail": "admin@cardioexplorer.com",
"metadata": "{\"department\":\"IT\",\"region\":\"US-East\"}"
}
}
}