[
{
"property1": {},
"property2": {}
}
]
curl --location --request POST '//updateList' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"property1": {},
"property2": {}
}
]'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}