curl --location '/api/transfercall' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"call_uuid": "string",
"destination": "string",
"deflect": true
}'{
"status_code": 0,
"status": "OK"
}