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