The request object
generateOptions - Generate the options for a fetch request
Unit testing this can't currently be done without adding Request to Jest's globals.
It may not be worth the effort to do so, as this function is very simple.
Plus, getRequestBodyBlob is already tested in shared/network/src/utilities.test.ts, and
getRequestHeaders is already tested in shared/network/src/utilities.test.ts.