Represents an API request.
t() :: %ExForce.Request{ body: any(), headers: [{binary(), binary()}], method: :head | :get | :delete | :trace | :options | :post | :put | :patch, opts: [any()], query: [{binary() | atom(), binary()}], url: binary() }