curl -X PUT "https://olive-gateway-a6ba.onrender.com/api/v1/compliance/alerts/101" \
-H "Authorization: Bearer olive_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"status": "resolved",
"resolution_notes": "Customer identity verified via video call",
"resolved_by": "officer_jane"
}'