curl --location --request POST '/users/coupon/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "IJAQEZ",
"fromDate": "2024-11-07",
"toDate": "2024-11-08",
"roomId": "65730f559dff2b77a883212c",
"roomsTaken": 1
}'{
"status": true,
"message": "Success! coupon code has been applied successfully",
"data": {
"fromDate": "2024-11-07",
"toDate": "2024-11-08",
"amount": 5875,
"actualPrice": 58750,
"substractedPrice": 52875,
"isCopoun": true
}
}