Resolved! Formatting Request Payload as an Array rather than a Hash
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...