{
"id": 0,
"timeInterval": "WEEK",
"type": "PERSON",
"aiSrvName": "string",
"forfeit": 0,
"count": 0,
"isDouble": "ENABLE",
"scope": 0,
"timestamp": "System.currentTimeMillis()"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/ruler/punish' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"timeInterval": "WEEK",
"type": "PERSON",
"aiSrvName": "string",
"forfeit": 0,
"count": 0,
"isDouble": "ENABLE",
"scope": 0,
"timestamp": "System.currentTimeMillis()"
}'
{
"message": "",
"code": 0,
"data": false
}