{
"destination": "700",
"source": "2002"
}curl --location -g --request POST '{{HOST}}/service/v1/manager/pabx/transfer' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "700",
"source": "2002"
}'{}