{
"id": 0,
"wharf": "string",
"containerNo": "string",
"soNo": "string",
"remark": "string"
}curl --location '/freight/container/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"wharf": "string",
"containerNo": "string",
"soNo": "string",
"remark": "string"
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}