Authorization: Bearer ********************{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"type": "string",
"grantDate": "string",
"amount": 0
}curl --location --request PUT 'localhost:8080/grow/scholarship' \
--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,
"type": "string",
"grantDate": "string",
"amount": 0
}'{
"code": 0,
"msg": "",
"data": null
}