CHW-4513 AuditEventInvalid

audit event payload was missing required fields or could not be decoded; check the request body shape

Default message: audit event payload was missing required fields or could not be decoded; check the request body shape
HTTP status: 400 (client)

Problem. POST /api/audit/events returned 400. Cause. Either the JSON body could not be decoded, or the decoded payload was missing the required action field. Fix. Send a JSON body matching auditEventPayload with a non-empty action. HTTP 400.