OptionalbodyThe request body (for POST requests only).
OptionalheadersAdditional HTTP headers to include in the request.
OptionalresponseThe expected response type: "json" (default) parses and returns JSON, "blob" returns a Blob (for binary data).
OptionalsignalAn AbortSignal to allow aborting the request.
Options for Transport requests.