A web client sends a request tohttp;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
attributes.queryParams.dept
attributes.dept
message.queryParams.dept
vars.dept
Submit