curl --location --request POST 'https://api.flashcat.cloud/monit/rule/counter/total?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"error": {
"code": "string",
"message": "string"
},
"data": [
{
"id": 0,
"account_id": 0,
"num": 0,
"clock": 0
}
]
}