curl --location --request GET 'https://guestapi.roomability.io/Rule/Detail' \
--header 'X-API-Key: {{api-key}}' \
--header 'Content-Type: application/json'{
"checkInTime": "01:00 PM",
"checkOutTime": "12:00 PM",
"minCheckInWindow": 1,
"maxCheckInWindow": 120,
"minStayLength": 1,
"maxStayLength": 120,
"updatedBy": 1,
"updatedOn": "2001-01-01 00:00:00",
"errorCode": 0,
"errorMessage": "Successfully retrieved booking rules."
}