curl --location --globoff 'https://api.green-api.com/waInstance/sendContact/' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"chatId": "10000000",
"contact": {
"phoneContact": "79876543210",
"firstName": "Jane",
"lastName": "Doe",
"company": "Green-API"
},
"typingTime": 5000,
"typingType": "choose_contact",
"quotedMessageId": "1769666251000"
}'{
"idMessage": "1762333029830"
}