curl --location --request POST '/users/payment/reservation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromDate": "2025-01-05",
"toDate": "2025-01-07",
"price": 3000,
"amount": 12000,
"roomsTaken": 2,
"reference": "1711484572341",
"currency": "NGN",
"roomId": "6713b321f958fa8c1151af33",
"channel": "card",
"reservation": {
"type": "self"
},
"isDiscount": false
}'{
"status": true,
"message": "Success! Room reserved successfully.",
"data": {
"userId": "653bc09dd315da400aa0824d",
"roomId": "653a1c4b29d03a5e5f17a704",
"currency": "NGN",
"amount": 105000,
"quantity": 3,
"fromDate": "2023-10-26",
"toDate": "2023-10-27",
"status": false,
"channel": "card",
"reference": "MOTHERLAND-3993724",
"_id": "653bc18bc917952ef00616ef",
"createdAt": "2023-10-27T13:56:27.435Z",
"updatedAt": "2023-10-27T13:56:27.435Z",
"__v": 0
}
}