curl --request POST \
--url https://{server-url}/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'