Authorization: Bearer ********************curl --location --request GET 'https://connect.deskbird.com/floors?limit&offset&ids&officeId' \
--header 'Authorization: Bearer <token>'{
"total": 100,
"limit": 10,
"offset": 0,
"data": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"officeId": "df59a523-439f-42c6-93a9-df2c115f05e7",
"name": "Ground Floor"
}
]
}