curl --location --request POST '/admin/reservations/invoice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Micheal Ojo",
"email": "abdullahyahaya46@gmail.com",
"fromDate": "2023-10-30",
"roomId": "653a1c4b29d03a5e5f17a704",
"toDate": "2023-11-01",
"timeBooked": "10:30 AM"
}'{
"status": true,
"message": "Success! Invoice has been sent to ther user successfully.",
"data": {
"fullName": "Micheal Ojo",
"email": "abdullahyahaya46@gmail.com",
"fromDate": "2023-10-30",
"roomId": "653a1c4b29d03a5e5f17a704",
"toDate": "2023-11-01",
"timeBooked": "10:30 AM"
}
}