{ "call_id": "1234567890", "agent": "jose.silva", "status": "start" }
curl --location --request POST '/agent/notify_typing_status' \ --header 'Content-Type: application/json' \ --data-raw '{ "call_id": "1234567890", "agent": "jose.silva", "status": "start" }'
{ "response": { "command": "notify_typing_status", "status": "ok" } }