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