username:passwordAuthorization: Basic *****************{
"event": {
"no": "cb110",
"key": 1,
"type": 1
}
}curl --location --request POST '169.254.128.2:5480/woosh/device/callbox/Call' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": {
"no": "cb110",
"key": 1,
"type": 1
}
}'{}