{
"chatId": "71234567890@c.us",
"typingTime": 5000 // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendTyping/{{apiTokenInstance}}' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "71234567890@c.us",
"typingTime": 5000 // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
}'