POST https://localhost:3000/getPaymentLink
{
"order_id": 1,
"Deluxe": 1,
"Standard": 2,
"Tent": 3,
"name": "Tony Stark",
"contact": "+919999999999",
"email": "[email protected]"
}
POST https://localhost:3000/getPaymentLink
{
"order_id": 1,
"Deluxe": 1,
"Standard": 2,
"Tent": 3,
"name": "Tony Stark",
"contact": "+919999999999",
"email": "[email protected]"
}