Authorization: Bearer ********************{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"category": "string",
"reason": "string",
"punishTime": "string"
}curl --location --request PUT 'localhost:8080/grow/punish' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"category": "string",
"reason": "string",
"punishTime": "string"
}'{
"code": 0,
"msg": "",
"data": null
}