curl --location --globoff 'https://api.green-api.com/waInstance/checkAccount/' \ --header 'Content-Type: application/json' \ --data '{ "phoneNumber": 79876543210 }'
{ "exist": true, "chatId": "1000000001" }