Retrieves a specific booking by ID
cURL
curl --request GET \ --url http://localhost:3000/api/bookings/get-booking
{ "id": "<string>", "status": "<string>", "dateTimestamp": 123, "startTime": 123, "endTime": 123, "totalFee": "<string>", "depositFee": "<string>", "location": "<string>" }
The ID of the booking to retrieve
Booking retrieved successfully