Cannot read property of "amount" from the request body
I am building REST APIs in Nodejs using AWS. I am expecting a response on Postman saying that the " Your Bid Must Be Higher than ${auction.highestBid.amount} " But instead, I get an Internal Server Error on Postman and the…