Q1 Single choice Flag What is the DataWeave expression to log the Content-Type header using a Logger component? A #["Content-Type: " ++ attributes.headers.'content-type'] B #["Content-Type: " ++ headers.'content-type'] C #["Content-Type: " + headers.'content-type'] D #["Content-Type: " + attributes.headers.'content-type'] Correct answer