Authorization: Bearer ********************
curl --location --request GET 'https://connect.deskbird.com/resources' \
--header 'Authorization;'
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "flexDesk",
"capacity": 1,
"name": "Flex Desk 1",
"description": "Flex Desk 1",
"status": "active",
"zoneId": "12",
"officeId": "13",
"accessInfo": {},
"createdAt": "2021-01-01T00:00:00.000Z",
"updatedAt": "2021-01-01T00:00:00.000Z"
}
],
"offset": 0,
"limit": 10,
"total": 100
}