curl --location --request POST '/contacts/check' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phones": [
"5514996259435",
"+55 14 98129-8578",
"5514996754534"
]
}'{}