Integration call in expression rule returning "Smart Service" in response instead of the response body which is a dictionary.

Integration call in expression rule returning "Smart Service" in response instead of the response body which is a dictionary.

Please advise how to get the httpbody from httpresponse for an integration result. Below is the expression rule.

with(
local!result,
local!error,

rule!GetToken(
onSuccess: a!save(local!result, fv!result),
onError: a!save(local!error, fv!error.Message)
)

)

  Discussion posts and replies are publicly visible