Authorization: Bearer ********************
curl --location --request GET 'https://connect.deskbird.com/rooms?offset&limit&officeIds' \
--header 'Authorization: Bearer <token>'
{
"total": 100,
"limit": 10,
"offset": 0,
"data": [
{
"capacity": 10,
"description": "A large conference room with video conferencing equipment",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "Conference Room A",
"officeId": "ca99dd78-2efb-49eb-a254-be0e3d56ca15",
"timezone": "Europe/London"
}
]
}