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