call.refer.startedcall.refer.completedcall.refer.failedAuthorization: Bearer ********************curl --location --request POST '/calls//actions/refer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sip_address": "sip:username@sip.non-telnyx-address.com"
}'{
"data": {
"result": "ok"
}
}