{
"event": "session.transfer",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"transfer": {
"company": "Indonesia",
"call_id": ""
}
}
curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "session.transfer",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"transfer": {
"company": "Indonesia",
"call_id": ""
}
}'
{}