{ "source": "3002", "destination": "5538999999999" }
curl --location -g --request PUT 'http://{{HOST}}/service/v1/manager/pabx/pickup' \ --header 'PreAuthorization: Bearer {{access_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "source": "3002", "destination": "5538999999999" }'
{}