curl --location --request GET 'https://apigw.klinkcx.com/api/v1/contacts/groups' \
--header 'Authorization: Bearer <token>'{
"total": 49,
"page": 1,
"pageSize": 10,
"lastPage": 5,
"data": [
{
"id": "7b03581e-78d1-47fa-aaf0-8f5b3733a803",
"value": "new",
"label": "new",
"is_default": false
}
]
}