Encapsulates a request operation
t() :: %ExClubhouse.Operation{ body: map() | nil, headers: [any()] | nil, id: atom(), method: :delete | :get | :head | :options | :patch | :post | :put, options: [any()] | nil, params: map() | nil, path: binary() }