npm i && npm run dev to start development server.Network tab of DevTools to see the requests being made.consume and error button. The request to /consume-and-error will fail. Observe that the request to /post finishes quite quickly.error button. The request to /error will fail. Observe that the request to /post takes a long time to finish.The only difference between the /consume-and-error and /error endpoints is that the former consumes the request body before returning an error, while the latter does not.