curl --location -g --request GET '/waInstance{{idInstance}}/getContacts/{{apiTokenInstance}}'
[
{
"id": "11001234567@c.us",
"name": "Иван Петров",
"contactName": "Иван Петоров Работа",
"type": "user"
},
{
"id": "79001234568@c.us",
"name": "Люся Сидорова",
"contactName": "Люся Сидорова кружок шитья",
"type": "user"
},
{
"id": "79001234569-1479621234@g.us",
"name": "Моя группа",
"type": "group"
}
]