curl --location -g --request GET '/waInstance{{idInstance}}/getContacts/{{apiTokenInstance}}'
[
{
"id": "11001234567@c.us",
"name": "Ivan Petrov",
"contactName": "Ivan Petorov Work",
"type": "user"
},
{
"id": "79001234568@c.us",
"name": "Lyusya Sidorova",
"contactName": "Liusya Sidorova Sewing Circle",
"type": "user"
},
{
"id": "79001234569-1479621234@g.us",
"name": "My group",
"type": "group"
}
]