Options for the fetch function.
Optional
Request body as a string.
HTTP headers as key-value pairs.
HTTP method (defaults to 'GET').
'GET'
URL query parameters. Objects are JSON-serialized, arrays are expanded.
Options for the fetch function.