curl --location 'https://api.flashcat.cloud/monit/rule/counter/channel' \
--header 'Flashcat-Context: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"property1": 0,
"property2": 0
}
}