pub(crate) fn response_item_json(
raw_response: &Value,
request_item_id: &str,
) -> Option<Value>Expand description
The response item for one request item, read from the raw body rather than rebuilt from the typed value, so the audit trail holds what actually arrived.