Refer to the exhibit.
What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?
A . lookupC createCustomerObJect( "Alice", "Green- ) )
B . createCustomerObject( { first: "Alice", last: "Green" > )
C . lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
D . createCustomerObject( "Alice", "Green")
Answer: C