Authorization: Bearer ********************curl --location --request GET 'https://connect.deskbird.com/resources?offset&limit&officeId&ids&type&zoneId&name' \
--header 'Authorization: Bearer <token>'{
    "total": 100,
    "limit": 10,
    "offset": 0,
    "data": [
        {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "type": "flexDesk",
            "capacity": 1,
            "name": "Flex Desk 1",
            "description": "Flex Desk 1",
            "status": "active",
            "zoneId": "12",
            "officeId": "ca99dd78-2efb-49eb-a254-be0e3d56ca15",
            "accessInfo": {
                "type": "SHARED"
            },
            "createdAt": "2021-01-01T00:00:00.000Z",
            "updatedAt": "2021-01-01T00:00:00.000Z"
        }
    ]
}