POST http://localhost:3000/checkout content-type: application/json {
"Product-name": "productNameArr", "Quantity": "quantityAr", "OrderNO": "Math.floor(100000000 + Math.random() * 900000000)", "Address":"Nagpur,Maharashtra", "TotalAmount": "finalPrice", "OrderStatus": "Successful", "paydetails": "paydetails"
}
###
GET http://localhost:3000/checkout Content-Type: application/json