{
"destination": "4001",
"source": "4002",
"interactive": true
}curl --location -g --request POST '{{HOST}}/service/v1/manager/pabx/spy' \
--header 'PreAuthorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "4001",
"source": "4002",
"interactive": true
}'{}