I\'m trying to make a HTTP POST request to the google QPX Express API [1] using nodejs and request [2].
My code l
you can pass the json object as the body(third argument) of the fetch request.