curl --location --request POST 'https://api.flashcat.cloud/monit/rule/audit/detail?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"id": 0,
"account_id": 0,
"alert_rule_id": 0,
"action": "string",
"content": "string",
"creator_id": 0,
"creator_name": "string",
"created_at": 0
}
}