struct defining an xml-rpc call (note array of params)
@type t() :: %XMLRPC.MethodCall{method_name: String.t(), params: [XMLRPC.t()]}