You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a perf concern here that we are marshalling and unmarshalling again for every request? What are your thoughts on having the Body param in the Request type being structured to begin with so that we unmarshal once?