{
"containerId": 0,
"files": [
{
"fileName": "string",
"fileKey": "string",
"fileSize": 0
}
]
}curl --location '/freight/container/attachment/upload' \
--header 'Content-Type: application/json' \
--data '{
"containerId": 0,
"files": [
{
"fileName": "string",
"fileKey": "string",
"fileSize": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}