Authorization: Bearer ********************
curl --location --request GET 'https://connect.deskbird.com/groups' \
--header 'Authorization;'
{
"data": [
{
"id": "3eab02f6-3406-43fc-98e2-1b25e8f5af02",
"name": "Ux-Designers"
},
{
"id": "8c02de34-942e-4c24-a466-9ddb4f50ec92",
"name": "Customer success team"
}
],
"offset": 0,
"limit": 2,
"total": 237
}