{ "destination": "3000" }
curl --location -g --request DELETE 'http://{{HOST}}/service/v1/manager/pabx/hangup?PreAuthorization=Bearer {{access_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "destination": "3000" }'
{}