Added new endpoints for groups management 🎉
GET /v1/groups
Added a new endpoint to fetch all groups available in the account.
GET /v1/group_listings
Added a new endpoint to fetch listings assigned to a specific group_id or subgroup_id.
Added optional lead_time_expiry field to the overrides body
GET /v1/listings/{listing_id}/overridesPOST /v1/listings/{listing_id}/overrides
lead_time_expiry: The DSO expires within this many days of the stay date. Allowed values are 1 to 999. Using this, you can now setup a DSO that can expire set days before the stay date.