curl -X POST "https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts" \
-H "Authorization: Bearer olive_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"subscriber_id": "sub_abc123",
"alert_type": "SUSPICIOUS_BEHAVIOR",
"details": "User attempted multiple PIN guesses at agent location"
}'