Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deviceId": 0,
"fileName": "string",
"fileUrl": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/information-file' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deviceId": 0,
"fileName": "string",
"fileUrl": "string"
}'
{
"": {}
}