User Activity

I am trying to format a request payload to be an array of objects, but it appears that the payload HTTP method defaults to formatting it as a hash such as { email: "exampleemail", name: "John Jacob Jingleheimer Schmidt" }However, it needs to be e...