curl --location --request POST '/chat/presence' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "5514996259435@s.whatsapp.net",
// "type": "typing",
"type": "recording",
"duration": 5000
}'{}