curl --location --request GET 'https://api.rycb.mxj.pub/api/tpca/errors/stats'{
"success": true,
"data": {
"total_errors": 10,
"operations": {
"CREATE": 5,
"UPDATE": 3,
"DELETE": 2
},
"recent_operations": [
{
"timestamp": "2024-01-20T10:30:00.123456",
"flag": "MT0004",
"operation": "CREATE",
"user_ip": "192.168.1.100"
}
],
"logs_total": 15
},
"timestamp": "2024-01-20T10:30:00.123456"
}