This will let us expose the content type value in the context of the requesting method, instead of a fixed value inside the optionsWithJsonContent helper method. In turn that will set us up to be able to change the content type to something other than application/json.
This will let us expose the content type value in the context of the requesting method, instead of a fixed value inside the
optionsWithJsonContent
helper method. In turn that will set us up to be able to change the content type to something other than application/json.