The struct for the request interface.
See https://develop.sentry.dev/sdk/event-payloads/request.
@type t() :: %Sentry.Interfaces.Request{ cookies: String.t() | map() | [{String.t(), String.t()}] | nil, data: term(), env: map() | nil, headers: map() | nil, method: String.t() | nil, query_string: String.t() | map() | [{String.t(), String.t()}] | nil, url: String.t() | nil }