curl --location --request POST '/api/file-record/files' \
--header 'Cookie: <api-key>' \
--form 'insert="";type=application/json' \
--form 'file=@""'
{
"file": {
"filename": "string",
"filepath": "string"
},
"id": 0,
"shareCode": "string",
"description": "string",
"password": "string",
"downloadCount": 0,
"visibility": "PUBLIC"
}